@nillion/secretvaults
    Preparing search index...

    Type Alias ByNodeName<T>

    ByNodeName: Record<Did, T>

    Map type indexed by node DIDs.

    Used to store data associated with specific nodes in the network.

    Type Parameters

    • T

      The type of value stored for each node

    type NodeStatus = ByNodeName<{ online: boolean; lastSeen: Date }>;