Skip to main content
  • API subject to change
Signs and submits an ERC20 transfer(address,uint256) as an Ethereum transaction using a Turnkey-managed (embedded) wallet. This is a convenience wrapper around ethSendTransaction:
  • Encodes ERC20 transfer calldata.
  • Sends a transaction to the token contract.
  • Returns a sendTransactionStatusId for polling with pollTransactionStatus.

Package: core

Defined in: clients/core.ts:2711

params
EthSendErc20TransferParams
required
A successful response returns the following fields:
returns
string
required
A promise resolving to the sendTransactionStatusId.