neptune-consensus 0.14.0

Consensus logic and proof abstractions for Neptune Cash.
1
2
3
4
5
6
7
8
use crate::transaction::utxo::Utxo;

pub struct Lustration {
    aocl_leaf_index: u64,
    utxo: Utxo,
    sender_randomness: Digest,
    receiver_preimage: Digest,
}