enigma-core icon indicating copy to clipboard operation
enigma-core copied to clipboard

Change the block_number type to u256 number in the KM JSON RPC

Open lenak25 opened this issue 6 years ago • 0 comments

Currently the block_number parameter of thSON-RPc is a string repressing a hexadecimal 32-bytes number. A more cleaner solution is using u256 type.

lenak25 avatar Jul 14 '19 15:07 lenak25