mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-27 07:35:17 +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)
|