mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-14 16:47:21 +00:00
10 lines
217 B
Nim
10 lines
217 B
Nim
import
|
|
os, json,
|
|
json_rpc/[rpcclient, jsonmarshal],
|
|
../../eth2_json_rpc_serialization,
|
|
../digest, ../datatypes,
|
|
callsigs_types
|
|
|
|
createRpcSigs(RpcClient, currentSourcePath.parentDir / "beacon_callsigs.nim")
|
|
|