Type alias MintV2InstructionAccounts
MintV2InstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
authorityPda: web3.PublicKey;
authorizationRules?: web3.PublicKey;
authorizationRulesProgram?: web3.PublicKey;
candyMachine: web3.PublicKey;
collectionDelegateRecord: web3.PublicKey;
collectionMasterEdition: web3.PublicKey;
collectionMetadata: web3.PublicKey;
collectionMint: web3.PublicKey;
collectionUpdateAuthority: web3.PublicKey;
mintAuthority: web3.PublicKey;
nftMasterEdition: web3.PublicKey;
nftMetadata: web3.PublicKey;
nftMint: web3.PublicKey;
nftMintAuthority: web3.PublicKey;
nftOwner: web3.PublicKey;
payer: web3.PublicKey;
recentSlothashes: web3.PublicKey;
splAtaProgram?: web3.PublicKey;
splTokenProgram: web3.PublicKey;
systemProgram?: web3.PublicKey;
sysvarInstructions: web3.PublicKey;
token?: web3.PublicKey;
tokenMetadataProgram: web3.PublicKey;
tokenRecord?: web3.PublicKey;
}
Type declaration
-
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
-
authorityPda: web3.PublicKey
-
Optional
authorizationRules?: web3.PublicKey
-
Optional
authorizationRulesProgram?: web3.PublicKey
-
candyMachine: web3.PublicKey
-
collectionDelegateRecord: web3.PublicKey
-
collectionMasterEdition: web3.PublicKey
-
collectionMetadata: web3.PublicKey
-
collectionMint: web3.PublicKey
-
collectionUpdateAuthority: web3.PublicKey
-
mintAuthority: web3.PublicKey
-
nftMasterEdition: web3.PublicKey
-
nftMetadata: web3.PublicKey
-
nftMint: web3.PublicKey
-
nftMintAuthority: web3.PublicKey
-
nftOwner: web3.PublicKey
-
payer: web3.PublicKey
-
recentSlothashes: web3.PublicKey
-
Optional
splAtaProgram?: web3.PublicKey
-
splTokenProgram: web3.PublicKey
-
Optional
systemProgram?: web3.PublicKey
-
sysvarInstructions: web3.PublicKey
-
Optional
token?: web3.PublicKey
-
tokenMetadataProgram: web3.PublicKey
-
Optional
tokenRecord?: web3.PublicKey
Accounts required by the mintV2 instruction
Property
candyMachine
Property
authorityPda
Property
mintAuthority
Property
signer] payer
Property
nftOwner
Property
nftMint
Property
nftMintAuthority
Property
nftMetadata
Property
nftMasterEdition
Property
token (optional)
Property
tokenRecord (optional)
Property
collectionDelegateRecord
Property
collectionMint
Property
collectionMetadata
Property
collectionMasterEdition
Property
collectionUpdateAuthority
Property
tokenMetadataProgram
Property
splTokenProgram
Property
splAtaProgram (optional)
Property
sysvarInstructions
Property
recentSlothashes
Property
authorizationRulesProgram (optional)
Property
authorizationRules (optional)