Readonly
guardsProtected
Readonly
metaplexRegisters one or many guards by providing their manifest.
Rest
...guard: CandyGuardManifest<any, any, any>[]Gets the manifest of a guard using its name.
Gets all registered guard manifests.
Gets all guard manifests for a registered Candy Guard program.
It fails if the manifest of any guard expected by the program
is not registered. Manifests are returned in the order in which
they are defined on the availableGuards
property of the program.
Serializes the settings of all guards and groups.
Deserializes the settings of all guards and groups.
Resolves the set of settings that should be used when minting.
If no group exists, the guards
settings will be used.
Otherwise, the guards
settings will act as default settings and
the settings of the selected group will override them.
Parses the arguments and remaining accounts of all relevant guards for the mint instruction.
Parses the arguments and remaining accounts of the requested guard for the route instruction.
Generated using TypeDoc
This client enables us to register custom guards from custom Candy Guard programs and interact with them.
See
CandyGuardClient