AssetPaymentMintArgs: {
    asset: PublicKey<string>;
    destination: PublicKey<string>;
    requiredCollection: PublicKey<string>;
}

Type declaration

  • asset: PublicKey<string>

    The address of the asset to pay with. This must be part of the required collection and must belong to the payer.

  • destination: PublicKey<string>
  • requiredCollection: PublicKey<string>

Generated using TypeDoc