Expand description
Tools for scanning a compact representation of the Zcash block chain.
Modules§
- testing
test-dependencies
Structs§
- Nullifiers
- The set of nullifiers being tracked by a wallet.
- Scanning
Key - An incoming viewing key, paired with an optional nullifier key and key source metadata.
- Scanning
Keys - A set of keys to be used in scanning for decryptable transaction outputs.
Enums§
- Scan
Error - Errors that may occur in chain scanning
Traits§
- Scanning
KeyOps - A key that can be used to perform trial decryption and nullifier
computation for a
CompactSaplingOutput
orCompactOrchardAction
.
Functions§
- scan_
block - Scans a
CompactBlock
with a set ofScanningKeys
.