Overview
- API subject to change
pollTransactionStatus to obtain the final on-chain result.
Behavior:
- Connected wallets
- Connected wallets are not supported by this method.
- They must instead use
signAndSendTransaction.
- Embedded wallets
- Constructs the payload for Turnkey’s
eth_send_transactionendpoint. - Fetches nonces automatically when needed (normal nonce or Gas Station nonce).
- Signs and submits the transaction through Turnkey.
- Returns a
sendTransactionStatusId, which the caller must pass to
pollTransactionStatus to obtain the final result (tx hash + status).
Package: core
Defined in: clients/core.ts:2732
Parameters
Response
A successful response returns the following fields:A promise resolving to the
sendTransactionStatusId.
This ID must be passed to pollTransactionStatus.