AssetPaymentMultiMintArgs: {
    assets: PublicKey<string>[];
    destination: PublicKey<string>;
    requiredCollection: PublicKey<string>;
}

Type declaration

  • assets: PublicKey<string>[]

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

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

Generated using TypeDoc