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
sol_send_transactionendpoint. - Signs and submits the transaction through Turnkey.
- Returns a
sendTransactionStatusId, which the caller must pass to
pollTransactionStatus to obtain the final result (signature + status).
Package: core
Defined in: clients/core.ts:2848
Parameters
Response
A successful response returns the following fields:A promise resolving to the
sendTransactionStatusId.
This ID must be passed to pollTransactionStatus.