SeedStatus is the status of the seed node.

interface ControlSeedStatus {
    addresses: string[];
    chain_context: string;
    node_peers: string[];
}

Properties

addresses: string[]

Addresses is a list of seed node's addresses.

chain_context: string

ChainContext is the chain domain separation context.

node_peers: string[]

NodePeers is a list of peers that are connected to the node.