Struct FieldNote
pub struct FieldNote {
pub value: Field,
}
Fields
value: FieldTrait implementations
impl Deserialize for FieldNote
pub fn deserialize(fields: [Field; 1]) -> Self
pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self
impl Eq for FieldNote
pub fn eq(_self: Self, _other: Self) -> bool
impl NoteHash for FieldNote
pub fn compute_note_hash(
self,
owner: AztecAddress,
storage_slot: Field,
randomness: Field,
) -> Field
pub fn compute_nullifier(
self,
context: &mut PrivateContext,
owner: AztecAddress,
note_hash_for_nullification: Field,
) -> Field
pub unconstrained fn compute_nullifier_unconstrained(
self,
owner: AztecAddress,
note_hash_for_nullification: Field,
) -> Option<Field>
impl NoteProperties<FieldNoteProperties> for FieldNote
pub fn properties() -> FieldNoteProperties
impl NoteType for FieldNote
pub fn get_id() -> Field