Find all Candy Guards matching by a given authority.
const candyGuards = await metaplex .candyMachines() .findAllCandyGuardsByAuthority({ authority: new PublicKey('...') });
Generated using TypeDoc
Find all Candy Guards matching by a given authority.