AssetPayment: {
    destination: PublicKey;
    requiredCollection: PublicKey;
}

Guard that charges another Core Asset from a specific collection as payment for the mint.

List of accounts required:

  1. [writeable] Asset address.
  2. [] Collection address.
  3. [] Destination address.

Type declaration

Generated using TypeDoc