Type alias TransferInstructionAccounts
TransferInstructionAccounts: {
authority: web3.PublicKey;
from: web3.PublicKey;
instructions: web3.PublicKey;
mint: web3.PublicKey;
mintManager: web3.PublicKey;
mintMetadata: web3.PublicKey;
ruleset: web3.PublicKey;
systemProgram?: web3.PublicKey;
to: web3.PublicKey;
tokenProgram?: web3.PublicKey;
}
Type declaration
-
authority: web3.PublicKey
-
from: web3.PublicKey
-
instructions: web3.PublicKey
-
mint: web3.PublicKey
-
mintManager: web3.PublicKey
-
mintMetadata: web3.PublicKey
-
ruleset: web3.PublicKey
-
Optional
systemProgram?: web3.PublicKey
-
to: web3.PublicKey
-
Optional
tokenProgram?: web3.PublicKey
Accounts required by the Transfer instruction
Property
mintManager
Property
mint
Property
mintMetadata Mint metadata
Property
ruleset
Property
from
Property
to
Property
authority
Property
instructions