RPC API: Show coin hash on additions and removals #5595
danilo1214
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be useful to add the coin's hash within each addition and removal in the
/get_additions_and_removals
endpoint in the Full Node API. Currently, the response is a list of additions and removals, each looking like this example:{ "coin":{ "amount":20000000000, "parent_coin_info":"0xfc52b9b84a9551652c189837d0091a85dfb5fd78a2be7f185a333153b73f3780", "puzzle_hash":"0xe3ef8321928e92cde59a2edf5dc4b318193630b718159983f2161ccbbb020f44" }, "coinbase":false, "confirmed_block_index":288006, "spent":false, "spent_block_index":0, "timestamp":1621139661 },
I would also like to access the coin's hash, like it is shown here.
Beta Was this translation helpful? Give feedback.
All reactions