Node

The vault’s abstracted data object, eg, folder, file stack, message

Abstracted as a data object in the vault, a node functions as a pointer to data within a context. Nodes contain a hash to some external data. Nodes can refer to a parent node to establish a hierarchical or group-based topography. Nodes can also refer to a previous version of itself, enabling auditing of immutable data.

Last updated