Expand description
Node identity and kind types (FDD-03 §9.3.0).
Structs§
- NodeId
- A 32-byte node identity (FDD-03 §9.3). Minted once at node creation and
preserved across rename; encoded as a
bytesfield, not anobject_id.
Enums§
- Node
Kind - Node kind. FDD-03 §9.3.0
NodeKind(enum_u16). Used byDeleteNode(old_node_kind) and state-tree entries (§10.2).0x0000is reserved/invalid.
Constants§
- NODE_
ID_ BYTES - Length of a node identity in bytes.