pub type ExternalId = u64;
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.
InternalNodeId