Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostConfig ¶
type NodeClient ¶
type NodeClient struct { Miningkey signatureschemes.MiningKey RPCClient devframework.RemoteRPCClient }
type NodeManager ¶
type NodeManager struct { Config HostConfig `json:"Config"` BeaconNode []NodeClient `json:"Beacon"` ShardFixNode map[int][]NodeClient `json:"ShardFixNode"` CommitteePublicKeys map[string]NodeClient `json:"CPK"` }
func NewRemoteNodeManager ¶
func NewRemoteNodeManager() NodeManager
Click to show internal directories.
Click to hide internal directories.