What are the field names for hashes in the new JSON RPC format? #101
Unanswered
devendran-m
asked this question in
Q&A
Replies: 1 comment
-
Theoretically for each category you can get either;
However, in practice, the P.S. - Answer / Explanation based on the details shared by @rafal-ch in a Slack conversation. New Transaction: Example Response excerpt of "body": {
"transactions": {
"0": [
{
"Version1": "0d0587e1d5838dad219db97eaae9e877b830c6c9113d16cfbc987fe86c81513a"
}
]
}, New Transaction: Example Response excerpt of "body": {
"transactions": {
"3": [
{
"Deploy": "9507babe29aa09dac0707be2a5738325edd843e08f21871afc1ff8d3c38f948c"
}
]
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you explain what the field names for the hashes should be? I understand that
body.transactions
in thechain-get-block
response would potentially consist of one of the transaction categories. However, what would the field for each hash be in each case?Beta Was this translation helpful? Give feedback.
All reactions