Struct NoteHashAndNullifier
pub struct NoteHashAndNullifier {
pub note_hash: Field,
pub inner_nullifier: Option<Field>,
}
Fields
note_hash: FieldThe result of NoteHash::compute_nullifier_unconstrained (since all of message discovery is unconstrained).
This is None if the nullifier cannot be computed (e.g., because the nullifier hiding key is not available).
The result of NoteHash::compute_note_hash