Skip to main content

Module note

Module note 

Source
Expand description

Data structures used for note construction.

Re-exports§

pub use self::commitment::NoteCommitTrapdoor;unstable-voting-circuits
pub use self::commitment::ExtractedNoteCommitment;
pub use self::commitment::NoteCommitment;
pub use self::nullifier::Nullifier;

Modules§

commitmentunstable-voting-circuits
Note commitments and their trapdoors.
nullifierunstable-voting-circuits
Orchard nullifiers.
testingtest-dependencies
Generators for property testing.

Structs§

Note
A discrete amount of funds received by an address.
RandomSeed
The ZIP 212 seed randomness for a note.
Rho
The randomness used to construct a note.
TransmittedNoteCiphertext
An encrypted note.

Enums§

NoteVersion
Note plaintext version.