FreezeTokenPaymentMintArgs: {
    destinationAta: PublicKey<string>;
    mint: PublicKey<string>;
    nftRuleSet?: undefined | PublicKey<string>;
}

Type declaration

  • destinationAta: PublicKey<string>
  • mint: PublicKey<string>
  • Optional nftRuleSet?: undefined | PublicKey<string>

    The ruleSet of the minted NFT, if any.

Generated using TypeDoc