Wraps the given Candy Machine in a Candy Guard.
This makes the Candy Guard the mint authority for the Candy Machine which means all minting will have to go through the Candy Guard.
const transactionBuilder = await metaplex .candyMachines() .builders() .wrapCandyGuard({ candyMachine, candyGuard, });
Generated using TypeDoc
Wraps the given Candy Machine in a Candy Guard.
This makes the Candy Guard the mint authority for the Candy Machine which means all minting will have to go through the Candy Guard.