eth_protocolVersion
Returns the current Telcoin Network protocol version.
Last updated
Returns the current Telcoin Network protocol version.
None
QUANTITY - Hexadecimal of the current Telcoin Network protocol version
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_protocolVersion","params":[],"id":67}'{
"id":67,
"jsonrpc": "2.0",
"result": "0x5"
}Last updated