ParsedCloseAccountInstruction
Type Parameters
Type Parameter | Default type |
---|---|
TProgram extends string | typeof TOKEN_2022_PROGRAM_ADDRESS |
TAccountMetas extends readonly IAccountMeta [] | readonly IAccountMeta [] |
Properties
accounts
Name | Type | Description |
---|---|---|
account | TAccountMetas [0 ] | The account to close. |
destination | TAccountMetas [1 ] | The destination account. |
owner | TAccountMetas [2 ] | The account's owner or its multisignature account. |