Creates a new Candy Guard account with the provided settings.
const transactionBuilder = await metaplex .candyMachines() .builders() .createCandyGuard({ guards: { startDate: { date: toDateTime('2022-09-05T20:00:00.000Z') }, solPayment: { amount: sol(1.5), }, botTax: { lamports: sol(0.01), lastInstruction: true }, }, });
Generated using TypeDoc
Creates a new Candy Guard account with the provided settings.