how to query the ledger (smart contract)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


how to query the ledger (smart contract)



How to query the ledger by a given transaction id?
I know that i can use GetState(key) or GetStateByRange(startkey, endkey) or even GetHistoryForKey(key).
Is there a way to search by transaction id?


GetState(key) or GetStateByRange(startkey, endkey) or even GetHistoryForKey(key)









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

How to scale/resize CVPixelBufferRef in objective C, iOS

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

SVG with two text elements. When one resizes due to textLength - how to resize the other one to the same character size