2021-08-03 15:17:11 +00:00
|
|
|
import
|
|
|
|
std/os,
|
|
|
|
json_rpc/rpcclient,
|
2021-08-12 13:08:20 +00:00
|
|
|
"."/[rpc_types, eth2_json_rpc_serialization],
|
|
|
|
../datatypes/[phase0, altair]
|
2021-08-03 15:17:11 +00:00
|
|
|
|
|
|
|
export
|
|
|
|
rpcclient,
|
|
|
|
rpc_types,
|
|
|
|
eth2_json_rpc_serialization
|
|
|
|
|
|
|
|
createRpcSigs(RpcClient, currentSourcePath.parentDir / "rpc_beacon_calls.nim")
|
|
|
|
createRpcSigs(RpcClient, currentSourcePath.parentDir / "rpc_debug_calls.nim")
|
|
|
|
createRpcSigs(RpcClient, currentSourcePath.parentDir / "rpc_nimbus_calls.nim")
|
|
|
|
createRpcSigs(RpcClient, currentSourcePath.parentDir / "rpc_node_calls.nim")
|
|
|
|
createRpcSigs(RpcClient, currentSourcePath.parentDir / "rpc_validator_calls.nim")
|