Module 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§

SaplingScannedDatabaseEntry
A database column family entry for a block scanned with a Sapling vieweing key.
SaplingScannedDatabaseIndex
A database column family key for a block scanned with a Sapling vieweing key.
SaplingScannedResult
Stores a scanning result.

Type Aliases§

SaplingScanningKey
The type used in Zebra to store Sapling scanning keys. It can represent a full viewing key or an individual viewing key.