MintNFTParams type
This feature is currently in beta and may change based on feedback that we receive.
The params for the useMintNFT() hook mutation.
Signature:
export type MintNFTParams = {
metadata: NFTMetadataOrUri;
to: WalletAddress;
supply?: Amount;
};
References: WalletAddress