2021-02-09 09:23:26 +00:00
|
|
|
import
|
2021-08-03 15:17:11 +00:00
|
|
|
rpc_types
|
2021-02-09 09:23:26 +00:00
|
|
|
|
2021-08-03 15:17:11 +00:00
|
|
|
export rpc_types
|
2021-03-26 14:11:06 +00:00
|
|
|
|
2021-02-09 09:23:26 +00:00
|
|
|
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
|