Skip to main content

Package: react-wallet-kit

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

Overview

Handles signing and sending an EVM or Solana transaction.
  • Submits a send-transaction 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.
  • Supports EVM (EIP-1559 or sponsored Gas Station meta-transactions) and Solana.

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.