Returns if the given subintent has been finalized.
Bech32m-encoded hash.
POST /transaction/subintent-status HTTP/1.1 Host: xrd-gateway.nownodes.io Content-Type: application/json Accept: */* Content-Length: 49 { "subintent_hash": "<transaction-subintent-hash>" }
Transaction Status
{ "ledger_state": { "network": "<network-name>", "state_version": 1, "proposer_round_timestamp": "text", "epoch": 1, "round": 1 }, "subintent_status": "Unknown", "subintent_status_description": "text", "finalized_at_state_version": 1, "finalized_at_transaction_intent_hash": "text" }