Type alias MintNFTSupplyParamsBeta

MintNFTSupplyParams: {
    additionalSupply: Amount;
    to: WalletAddress;
    tokenId: BigNumberish;
}

The params to pass to useMintNFTSupply.

Type declaration

  • additionalSupply: Amount
  • to: WalletAddress
  • tokenId: BigNumberish

Generated using TypeDoc