mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Implement Sapling note encryption
This commit is contained in:
committed by
Jack Grigg
parent
9b455a12cc
commit
65bbe7daed
@@ -162,6 +162,7 @@ impl<E: JubjubEngine> PaymentAddress<E> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Note<E: JubjubEngine> {
|
||||
/// The value of the note
|
||||
pub value: u64,
|
||||
|
Reference in New Issue
Block a user