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