@hashgraph/solo
    Preparing search index...

    Interface GenesisNetworkNodeStructure

    interface GenesisNetworkNodeStructure {
        accountId: NodeAccountId;
        adminKey: PublicKey;
        deleted: boolean;
        description: string;
        gossipCaCertificate: string;
        gossipEndpoint: ServiceEndpoint[];
        grpcCertificateHash: string;
        nodeId: number;
        serviceEndpoint: ServiceEndpoint[];
        weight: number;
    }
    Index

    Properties

    accountId: NodeAccountId
    adminKey: PublicKey
    deleted: boolean
    description: string
    gossipCaCertificate: string
    gossipEndpoint: ServiceEndpoint[]
    grpcCertificateHash: string
    nodeId: number
    serviceEndpoint: ServiceEndpoint[]
    weight: number