Module zebra_state::service::finalized_state::disk_format::scan
source · Expand description
Serialization formats for the shielded scanner results database.
Due to Rust’s orphan rule, these serializations must be implemented in this crate.
§Correctness
zebra_scan::Storage::database_format_version_in_code()
must be incremented
each time the database format (column, serialization, etc) changes.
Structs§
- A database column family entry for a block scanned with a Sapling vieweing key.
- A database column family key for a block scanned with a Sapling vieweing key.
- Stores a scanning result.
Type Aliases§
- The type used in Zebra to store Sapling scanning keys. It can represent a full viewing key or an individual viewing key.