Overview
API subject to change Polls Turnkey for the final result of a previously submitted transaction. This function repeatedly callsgetSendTransactionStatus until the transaction reaches a terminal state.
Terminal states:
- COMPLETED or INCLUDED → resolves with chain-specific transaction details
- FAILED rejects with an error
- Queries Turnkey every 500ms.
- Stops polling automatically when a terminal state is reached.
- Returns the full status payload from Turnkey.
- When available, Ethereum transaction details are exposed at
resp.eth.txHash.
Package: core
Defined in: clients/core.ts:2938
Parameters
Response
A successful response returns the following fields:A promise resolving to the transaction status payload if successful.