TypeAlias.EstimateNftTransferParams
type EstimateNftTransferParams: Omit<TransferNftParams, "txOptions">;
Parameters required to estimate the transfer of an NFT, excluding transaction options.
This type is derived from TransferNftParams
by omitting the txOptions
property.