mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-12 07:14:20 +00:00
74732a23fe
* move json-rpc specific marshalling to rpc * serialize Epoch/Slot with cast to avoid Defect * avoid a few eth1 deps * simplify imports
18 lines
419 B
Nim
18 lines
419 B
Nim
import
|
|
callsigs_types
|
|
|
|
export callsigs_types
|
|
|
|
proc getBeaconHead(): Slot
|
|
proc getChainHead(): JsonNode
|
|
proc getSyncing(): bool
|
|
proc getNetworkPeerId(): string
|
|
proc getNetworkPeers(): seq[string]
|
|
proc getNodeVersion(): string
|
|
proc peers(): JsonNode
|
|
proc setLogLevel(level: string)
|
|
proc getEth1Chain(): JsonNode
|
|
proc getEth1ProposalData(): JsonNode
|
|
proc getChronosFutures(): JsonNode
|
|
proc getGossipSubPeers(): JsonNode
|