NodeSummary type
Signature:
export type NodeSummary = {
nodeId: NodeId;
nodeMetadata?: NodeMetadata;
runningNodeMetadata?: RunningNodeMetadata;
nodeState: NodeState;
lastActivity: Date;
};
References: NodeId, NodeMetadata, RunningNodeMetadata, NodeState