net_version

Returns the hash of the genesis block.

Parameters
None

Returns
String - The hash of genesis block

Example

curl -X POST '47.95.206.44:50545/jsonrpc' --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":64}'

Result

{"jsonrpc":"2.0","id":64,"result":"0x2b6653dc"}