mirror of
https://github.com/status-im/status-lib.git
synced 2025-02-07 01:53:54 +00:00
refactor(about): add about module (#138)
This commit is contained in:
parent
034b21e88f
commit
fbd06ca881
8
status/statusgo_backend_new/about.nim
Normal file
8
status/statusgo_backend_new/about.nim
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import json
|
||||||
|
import ./core
|
||||||
|
import response_type
|
||||||
|
|
||||||
|
export response_type
|
||||||
|
|
||||||
|
proc getWeb3ClientVersion*(): RpcResponse[JsonNode] {.raises: [Exception].} =
|
||||||
|
result = callPrivateRPC("web3_clientVersion")
|
Loading…
x
Reference in New Issue
Block a user