remotetests

package
v0.0.0-...-7ece11e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostConfig

type HostConfig struct {
	Hosts []string `mapstructure:"hosts"`
	Seed  []string `mapstructure:"miningkeys"`
}

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL