Interface GenesisNetworkNodeStructure

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

Properties

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