refactor(about): add about module (#138)

This commit is contained in:
Jonathan Rainville 2021-12-20 13:55:24 -05:00 committed by saledjenic
parent 034b21e88f
commit fbd06ca881
1 changed files with 8 additions and 0 deletions

View 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")