Skip to main content

Package: react-native-wallet-kit

  • 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.
params
EthSendErc20TransferParams
required
A successful response returns the following fields:
returns
string
required
A promise resolving to the sendTransactionStatusId.