Type alias CloseInstructionAccounts
CloseInstructionAccounts: {
mint: web3.PublicKey;
mintManager: web3.PublicKey;
owner: web3.PublicKey;
tokenAccount: web3.PublicKey;
tokenProgram?: web3.PublicKey;
}
Type declaration
-
mint: web3.PublicKey
-
mintManager: web3.PublicKey
-
owner: web3.PublicKey
-
tokenAccount: web3.PublicKey
-
Optional
tokenProgram?: web3.PublicKey
Accounts required by the Close instruction
Property
mintManager
Property
mint
Property
tokenAccount
Property
owner