Raft Consensus Algorithm
    Preparing search index...

    Interface ClusterMember

    interface ClusterMember {
        address: string;
        id: string;
    }
    Index

    Properties

    Properties

    address: string
    id: string