Type alias CreateCandyGuardOutput<T>

CreateCandyGuardOutput<T>: {
    response: SendAndConfirmTransactionResponse;
    candyGuard: CandyGuard<T>;
    base: Signer;
    candyGuardAddress: Pda;
}

Type Parameters

Type declaration

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

  • candyGuard: CandyGuard<T>

    The created Candy Guard.

  • 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