Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-traian-stamp-to-proxy.mintlify.app/llms.txt

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

Overview

Signs and broadcasts a transaction using the specified wallet account.
  • For connected wallets:
  • Calls the wallet’s native signAndSendTransaction method.
  • Does not require an rpcUrl.
  • For embedded wallets:
  • Signs the transaction using the Turnkey API.
  • Requires an rpcUrl to broadcast the transaction.
  • Broadcasts the transaction using a JSON-RPC client.

Package: core

Defined in: core.ts:2294

Parameters

params
object
required

Response

A successful response returns the following fields:
returns
string
required
A promise that resolves to a transaction signature or hash.