mirror of
https://github.com/codex-storage/nim-ethers.git
synced 2025-02-11 10:56:27 +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)
|