About getBlock #568
Unanswered
puffanddmx
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think the endpoint /tx_search?query="tx.height=_" is the way to go, can you open an issue for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
If i use block decoder for getting block with below request, it shows the human readable type.
But inside the block, there are no transaction hash information of each txs inside block.
How to get txs hash inside the block using block decoder?
Also if i do the block decoder for the message txs, there are info but format is not this type(from,to,amount).
How to extract that type using block decoder?
i want to get this info https://crypto.org/explorer/api/v1/blocks/832211/transactions?pagination=offset&page=1&limit=5 using sdk.
if i do curl curl "localhost:26657/tx_search?query="tx.height=832211"&prove=true" -H "accept: application/json", i got the below error also.
Beta Was this translation helpful? Give feedback.
All reactions