Type alias MintV2InstructionAccounts
MintV2InstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
authorizationRules?: web3.PublicKey;
authorizationRulesProgram?: web3.PublicKey;
candyGuard: web3.PublicKey;
candyMachine: web3.PublicKey;
candyMachineAuthorityPda: web3.PublicKey;
candyMachineProgram: web3.PublicKey;
collectionDelegateRecord: web3.PublicKey;
collectionMasterEdition: web3.PublicKey;
collectionMetadata: web3.PublicKey;
collectionMint: web3.PublicKey;
collectionUpdateAuthority: web3.PublicKey;
minter: web3.PublicKey;
nftMasterEdition: web3.PublicKey;
nftMetadata: web3.PublicKey;
nftMint: web3.PublicKey;
nftMintAuthority: 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[]
-
Optional authorizationRules?: web3.PublicKey
-
Optional authorizationRulesProgram?: web3.PublicKey
-
candyGuard: web3.PublicKey
-
candyMachine: web3.PublicKey
-
candyMachineAuthorityPda: web3.PublicKey
-
candyMachineProgram: web3.PublicKey
-
collectionDelegateRecord: web3.PublicKey
-
collectionMasterEdition: web3.PublicKey
-
collectionMetadata: web3.PublicKey
-
collectionMint: web3.PublicKey
-
collectionUpdateAuthority: web3.PublicKey
-
minter: web3.PublicKey
-
nftMasterEdition: web3.PublicKey
-
nftMetadata: web3.PublicKey
-
nftMint: web3.PublicKey
-
nftMintAuthority: 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
candyGuard
Property
candyMachineProgram
Property
candyMachine
Property
candyMachineAuthorityPda
Property
signer] payer
Property
signer] minter
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)