Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-ethan-captcha-protection.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.