Map type indexed by node DIDs.
Used to store data associated with specific nodes in the network.
The type of value stored for each node
type NodeStatus = ByNodeName<{ online: boolean; lastSeen: Date }>; Copy
type NodeStatus = ByNodeName<{ online: boolean; lastSeen: Date }>;
Map type indexed by node DIDs.
Used to store data associated with specific nodes in the network.