aztec-nr - protocol_types::abis::partial_state_reference

Struct PartialStateReference

pub struct PartialStateReference {
    pub note_hash_tree: AppendOnlyTreeSnapshot,
    pub nullifier_tree: AppendOnlyTreeSnapshot,
    pub public_data_tree: AppendOnlyTreeSnapshot,
}

Fields

note_hash_tree: AppendOnlyTreeSnapshot
nullifier_tree: AppendOnlyTreeSnapshot
public_data_tree: AppendOnlyTreeSnapshot

Trait implementations

impl Deserialize for PartialStateReference

pub fn deserialize(serialized: [Field; 6]) -> Self

impl Empty for PartialStateReference

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for PartialStateReference

pub fn eq(_self: Self, _other: Self) -> bool

impl Serialize for PartialStateReference

pub fn serialize(self) -> [Field; 6]