Type alias CreateCandyGuardBuilderContext

CreateCandyGuardBuilderContext: {
    base: Signer;
    candyGuardAddress: Pda;
}

Type declaration

  • base: Signer

    The base address of the Candy Guard's account as a Signer.

  • candyGuardAddress: Pda

    The address of the created Candy Guard.

Generated using TypeDoc