TransferNftParams
type TransferNftParams: object;
Represents the parameters for transferring ERC721 and ERC1155 tokens.
Type declaration
contractAddress
contractAddress: Address;
standard
standard: "ERC721" | "ERC1155";
to
to: Address;
tokenId
tokenId: bigint;
txOptions?
optional txOptions: TransactionOptions;
value?
optional value: bigint;
See
Defined in
packages/sdk-base/src/account.ts:74