@hashgraph/solo
    Preparing search index...

    Interface GenesisNetworkRosterStructure

    interface GenesisNetworkRosterStructure {
        gossipCaCertificate: string;
        gossipEndpoint: ServiceEndpoint[];
        nodeId: number;
        weight: number;
    }

    Implemented by

    Index

    Properties

    gossipCaCertificate: string
    gossipEndpoint: ServiceEndpoint[]
    nodeId: number
    weight: number