interface NodeInfo {
    channels: Uint8Array;
    listenAddr: string;
    moniker: string;
    network: string;
    nodeId: string;
    other: undefined | NodeInfoOther;
    protocolVersion: undefined | ProtocolVersion;
    version: string;
}

Properties

channels: Uint8Array
listenAddr: string
moniker: string
network: string
nodeId: string
other: undefined | NodeInfoOther
protocolVersion: undefined | ProtocolVersion
version: string