AssetPaymentMulti: {
    destination: PublicKey;
    num: number;
    requiredCollection: PublicKey;
}

Guard that requires a specific number of Assets from a specific collection to be used as payment.

List of accounts required:

  1. [writeable] Address of the collection.
  2. [writeable] Address of the destination. x. [writeable] Address of the Asset(s).

Type declaration

Generated using TypeDoc