Struct NoteHashAndNullifier
pub struct NoteHashAndNullifier {
pub note_hash: Field,
pub inner_nullifier: Field,
}
Fields
note_hash: Fieldinner_nullifier: FieldThe result of NoteHash::compute_nullifier_unconstrained (since all of message discovery is unconstrained)
The result of NoteHash::compute_note_hash