MintNFTSupplyParams type
This feature is currently in beta and may change based on feedback that we receive.
The params to pass to useMintNFTSupply
.
Signature:
export declare type MintNFTSupplyParams = {
tokenId: BigNumberish;
additionalSupply: Amount;
to: WalletAddress;
};
References: WalletAddress