Edition Drop
Create Drop
candyShop.commitMasterNft({
// tokenAccount Publickey of the master edition NFT
nftOwnerTokenAccount: web3.PublicKey;
// Master edition NFT mint Publickey
masterMint: web3.PublicKey;
// Whitelist Sale token mint Publickey
whitelistMint?: web3.PublicKey;
// Master edition NFT owner wallet address
nftOwner: AnchorWallet | web3.Keypair;
// price in the shop payment coin, in the smallest unit
price: BN;
// unix timestamp
startTime: BN;
// in second
salesPeriod: BN;
// whitelist sales start time
whitelistTime?: BN;
});Fetch Drops
Mint NFT
Last updated