Versions in this module Expand all Collapse all v0 v0.5.3 Dec 13, 2023 Changes in this version + func RegisterFiveNodeSubnetRun() func() *Subnet + type ANRConfig struct + GlobalCChainConfig string + GlobalNodeConfig string + LogLevel string + LuxdExecPath string + PluginDir string + func NewDefaultANRConfig() ANRConfig + type NetworkManager struct + ANRConfig ANRConfig + func NewNetworkManager(config ANRConfig) *NetworkManager + func (n *NetworkManager) CloseClient() error + func (n *NetworkManager) GetAllURIs(ctx context.Context) ([]string, error) + func (n *NetworkManager) GetSubnet(subnetID ids.ID) (*Subnet, bool) + func (n *NetworkManager) GetSubnets() []ids.ID + func (n *NetworkManager) SetupNetwork(ctx context.Context, execPath string, blockchainSpecs []*rpcpb.BlockchainSpec) error + func (n *NetworkManager) StartDefaultNetwork(ctx context.Context) (<-chan struct{}, error) + func (n *NetworkManager) TeardownNetwork() error + type Subnet struct + BlockchainID ids.ID + SubnetID ids.ID + ValidatorURIs []string