enigma-core
enigma-core copied to clipboard
Change the block_number type to u256 number in the KM JSON RPC
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.