mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-29 21:55:49 +00:00
9 lines
196 B
Nim
9 lines
196 B
Nim
import json
|
|
import ./core
|
|
import response_type
|
|
|
|
export response_type
|
|
|
|
proc getWeb3ClientVersion*(): RpcResponse[JsonNode] {.raises: [Exception].} =
|
|
result = callPrivateRPC("web3_clientVersion")
|