mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-05 03:54:02 +00:00
8 lines
167 B
Nim
8 lines
167 B
Nim
|
import std/os
|
||
|
import pkg/json_rpc/rpcclient
|
||
|
import ../basics
|
||
|
|
||
|
const file = currentSourcePath.parentDir / "rpccalls" / "signatures.nim"
|
||
|
|
||
|
createRpcSigs(RpcClient, file)
|