neptune-consensus 0.14.0

Consensus logic and proof abstractions for Neptune Cash.
1
2
3
4
5
6
7
8
pub mod collect_lock_scripts;
pub mod collect_type_scripts;
pub mod kernel_to_outputs;
pub mod neptune_proof;
pub mod proof_collection;
pub mod removal_records_integrity;
pub mod single_proof;
pub mod tasm;