zebra-state 5.0.0

State contextual verification and storage code for Zebra
Documentation
1
2
3
4
5
6
7
8
//! Tests for state contextual validation checks.

#![allow(clippy::unwrap_in_result)]

mod anchors;
mod nullifier;
mod utxo;
mod vectors;