ParsedReallocateInstruction
Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof TOKEN_2022_PROGRAM_ADDRESS |
TAccountMetas extends readonly AccountMeta[] | readonly AccountMeta[] |
Properties
accounts
| Name | Type | Description |
|---|---|---|
owner | TAccountMetas[3] | The account's owner or its multisignature account. |
payer | TAccountMetas[1] | The payer account to fund reallocation. |
systemProgram | TAccountMetas[2] | System program for reallocation funding. |
token | TAccountMetas[0] | The token account to reallocate. |