TransferNFTParams

The params to pass to useTransferNFT .

type TransferNFTParams = {
amount?: Amount;
tokenId: BigNumberish;
};