AllocationRouteArgs: {
    candyGuardAuthority: Signer;
    id: number;
}

The allocation guard arguments that should be provided when accessing the guard's special "route" instruction.

Type declaration

  • candyGuardAuthority: Signer

    The authority of the Candy Guard as a Signer.

  • id: number

Generated using TypeDoc