Get Stateproof
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the contents of the address book file, signature files, and record file that can be used to validate the transaction occurred on the Hedera network given transaction id.
/api/v1/transactions/{transactionId}/stateproof
Transaction id
0.0.10-1234567890-000000000
Filter the query result by the nonce of the transaction. A zero nonce represents user submitted transactions while a non-zero nonce is generated by main nodes. The filter honors the last value. Default is 0 when not specified.
1
Filter transactions by the scheduled flag. If true, return information for the scheduled transaction. If false, return information for the non-scheduled transaction.