ExternalId

Type Alias ExternalId 

Source
pub type ExternalId = u64;
Expand description

External identifier for a node, assigned by the user.

This is a stable ID that users can use to reference nodes across transactions. Maps to an internal InternalNodeId for storage efficiency.