Skip to main content

Package: react-wallet-kit

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

Overview

Handles signing and sending an Ethereum transaction (EIP-1559 or Gas Station–sponsored).
  • Submits an Ethereum send-transaction intent to Turnkey for signing and execution.
  • Automatically polls the transaction status until it reaches a terminal state
(INCLUDED or FAILED).
  • Displays a modal showing progress and a success page upon completion.
  • Supports both standard EIP-1559 transactions and sponsored Gas Station meta-transactions.

Parameters

params
HandleSendTransactionParams
required

Response

A successful response returns the following fields:
returns
void
required
A promise that resolves when the transaction reaches a terminal state.