Mints the next NFT from a given candy machine.
const transactionBuilder = await metaplex .candyMachines() .builders() .mint({ candyMachine, collectionUpdateAuthority, });
Generated using TypeDoc
Mints the next NFT from a given candy machine.