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

Type declaration

  • assets: PublicKey<string>[]

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

  • requiredCollection: PublicKey<string>

Generated using TypeDoc