Type alias ApproveAndSetInUseByInstructionAccounts
ApproveAndSetInUseByInstructionAccounts: {
delegate: web3.PublicKey;
holder: web3.PublicKey;
holderTokenAccount: web3.PublicKey;
inUseByAddress: 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
-
inUseByAddress: web3.PublicKey
-
mint: web3.PublicKey
-
mintManager: web3.PublicKey
-
ruleset: web3.PublicKey
-
Optional
tokenProgram?: web3.PublicKey
Accounts required by the ApproveAndSetInUseBy instruction
Property
mintManager
Property
ruleset
Property
mint
Property
inUseByAddress
Property
holderTokenAccount
Property
holder
Property
delegate