19 lines
465 B
Nim
19 lines
465 B
Nim
import
|
|
options,
|
|
../[datatypes, digest, crypto],
|
|
json_rpc/jsonmarshal,
|
|
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
|