We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After node status change (set_node_status, unset_node_status) in get_block response appears logs field. Sample below
logs
"logs": [{ "type": "5", "name": "set_node_status", "bbank": "2", "status": "1048576", "atxid": "0001000000870001" } ],
From my observation:
tx.id
Does it need to be included in wiki or will be deleted from get_block response?
The text was updated successfully, but these errors were encountered:
If during one block, multiple change requests are sent, log array has more than one entry.
Sorry, something went wrong.
After create node 0004 by account 0002-00000000 following entry was present:
"logs": [ { "type": "7", "name": "create_node", "auser": "0", "bbank": "4", "atxid": "0002000000020001" } ]
No branches or pull requests
After node status change (set_node_status, unset_node_status) in get_block response appears
logs
field. Sample belowFrom my observation:
tx.id
of node status change transaction,Does it need to be included in wiki or will be deleted from get_block response?
The text was updated successfully, but these errors were encountered: