Expand description
σ — the v3 chain state.
σ is a CacheDirectory plus the validator set. Data blobs, image
blobs, cnode blobs, and chain Instance blobs all live in the cache
as Cap values, addressed by content hash.
The state root is the SSZ hash_tree_root of the cache’s blobs,
each represented as a (blob_hash, cap_hash) leaf container.
Structs§
Functions§
- state_
root - State-root: SSZ
hash_tree_rootof the cache’s blobs.
Type Aliases§
- Validator
Key - PoA validator key (placeholder — 32-byte public key).