Expand description
Stable block-log wire types for Hypercall durability.
This crate deliberately owns plain data and deterministic hashing only. Runtime code is responsible for key management, signatures, WAL I/O, database writes, and on-chain submission.
Modulesยง
Structsยง
- Block
LogEntry - Serializable block-log entry: signed header plus all command records.
- Block
LogHeader - Serializable signed block header stored in the WAL block log.
- Signing
Authority - Cold-key delegation authorizing a hot key to sign blocks for a time window.
Functionsยง
- compute_
commands_ hash - Compute
keccak256(cmd1_identity_hash || cmd2_identity_hash || ...).