Expand description
Persistent storage for scanner results.
Modules§
Structs§
- Sapling
Scanned Database Entry - A database column family entry for a block scanned with a Sapling vieweing key.
- Sapling
Scanned Database Index - A database column family key for a block scanned with a Sapling vieweing key.
- Sapling
Scanned Result - Stores a scanning result.
- Scanner
Db - Wrapper struct to ensure high-level
zebra-state
database access goes through the correct API.
Constants§
- SCANNER_
COLUMN_ FAMILIES_ IN_ CODE - The column families supported by the running
zebra-scan
database code. - SCANNER_
DATABASE_ 🔒FORMAT_ MAJOR_ VERSION - The major version number of the scanner database. This must be updated whenever the database format changes.
- SCANNER_
DATABASE_ KIND - The directory name used to distinguish the scanner database from Zebra’s other databases or flat files.
Type Aliases§
- Sapling
Scanning Key - The type used in Zebra to store Sapling scanning keys. It can represent a full viewing key or an individual viewing key.