TypeAlias.EstimateNftTransferParams
type EstimateNftTransferParams = Omit<TransferNftParams, "fees">;
Parameters required to estimate the transfer of an NFT, excluding the fee details.
This type is derived from TransferNftParams
by omitting the fees
property.