FreezeSolPaymentMintArgs: {
    destination: PublicKey<string>;
    nftRuleSet?: undefined | PublicKey<string>;
}

Type declaration

  • destination: PublicKey<string>
  • Optional nftRuleSet?: undefined | PublicKey<string>

    The ruleSet of the minted NFT, if any.

Generated using TypeDoc