Skip to main content

TypeAlias.TransferERC20Params

type TransferERC20Params = {
contractAddress: Address;
to: Address;
txOptions: TransactionOptions;
value: bigint;
};

Represents the parameters for transferring ERC20 tokens.

See

KeybanAccount#transferERC20

Properties

PropertyTypeDescription
contractAddressAddressThe address of the ERC20 token contract
toAddressThe recipient's address
txOptions?TransactionOptionsThe transaction options
valuebigintThe transfer amount in the smallest token unit