Docs

TransferFromParams

type TransferFromParams = {
from: Address;
to: Address;
tokenId: bigint;
};