RouteContext: {
    candyGuard: PublicKey<string>;
    candyMachine: PublicKey<string>;
    payer: Signer;
}

Type declaration

  • candyGuard: PublicKey<string>

    The address of the Candy Guard we are using.

  • candyMachine: PublicKey<string>

    The address of the Candy Machine we are using.

  • payer: Signer

    The wallet to use for SOL fees.

Generated using TypeDoc