ConsensusInfo contains information for connecting to this node as a consensus member.

interface NodeConsensusInfo {
    addresses: NodeConsensusAddress[];
    id: Uint8Array;
}

Properties

Properties

Addresses is the list of addresses at which the node can be reached.

id: Uint8Array

ID is the unique identifier of the node as a consensus member.