Type alias SolPaymentGuardSettings

SolPaymentGuardSettings: { amount: SolAmount; destination: PublicKey }

The solPayment guard is used to charge an amount in SOL for the minted NFT.

This object defines the settings that should be provided when creating and/or updating a Candy Machine if you wish to enable this guard.

Type declaration

  • amount: SolAmount

    The amount in SOL to charge for.

  • destination: PublicKey

    The configured destination address to send the funds to.

Generated using TypeDoc