Skip to main content

Package: react-wallet-kit

Defined in: react-wallet-kit/src/providers/client/Types.tsx:813

Handles signing and sending an ERC20 transfer(address,uint256) transaction.
  • Submits an ERC20 transfer intent to Turnkey for signing and execution.
  • Automatically polls the transaction status until it reaches a terminal state.
  • Displays a modal showing progress and a success page upon completion.
params
HandleSendErc20TransferParams
required
A successful response returns the following fields:
returns
void
required
A promise that resolves when the transfer reaches a terminal state.