Interface GenesisNetworkRosterStructure

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

Implemented by

Properties

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