Package: react-native-wallet-kit
- API subject to change
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
sendTransactionStatusIdfor polling withpollTransactionStatus.
A promise resolving to the
sendTransactionStatusId.