Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Checks status of a transaction by hash and includes all receipt outcomes and metadata.Parameters for
EXPERIMENTAL_tx_status:params.tx_hash: Base58-encoded transaction hash.params.sender_account_id: Account ID of the sender. Used to determine which shard to search in.params.wait_until: Optional execution level to wait for before responding. Use NONE for immediate response.
Returns
Complete transaction status, including all related receipts and outcomes.