Type alias ApproveInstructionAccounts
ApproveInstructionAccounts: {
delegate: web3.PublicKey;
holder: web3.PublicKey;
holderTokenAccount: web3.PublicKey;
mint: web3.PublicKey;
mintManager: web3.PublicKey;
ruleset: web3.PublicKey;
tokenProgram?: web3.PublicKey;
}
Type declaration
-
delegate: web3.PublicKey
-
holder: web3.PublicKey
-
holderTokenAccount: web3.PublicKey
-
mint: web3.PublicKey
-
mintManager: web3.PublicKey
-
ruleset: web3.PublicKey
-
Optional
tokenProgram?: web3.PublicKey
Accounts required by the Approve instruction
Property
mintManager
Property
ruleset
Property
mint
Property
holderTokenAccount
Property
holder
Property
delegate