MintContext: {
    candyGuard: PublicKey;
    candyMachine: PublicKey;
    mint: PublicKey;
    minter: Signer;
    payer: Signer;
}

Type declaration

  • candyGuard: PublicKey

    The address of the Candy Guard we are using.

  • candyMachine: PublicKey

    The address of the Candy Machine we are using.

  • mint: PublicKey

    The mint account of the NFT being minted.

  • minter: Signer

    The wallet to use for validation and non-SOL fees, this is typically the payer.

  • payer: Signer

    The wallet to use for SOL fees.

Generated using TypeDoc