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

Type declaration

  • asset: PublicKey

    The asset account of the NFT being minted.

  • candyGuard: PublicKey

    The address of the Candy Guard we are using.

  • candyMachine: PublicKey

    The address of the Candy Machine we are using.

  • 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