aztec-nr - protocol_types::abis::state_reference

Struct StateReference

pub struct StateReference {
    pub l1_to_l2_message_tree: AppendOnlyTreeSnapshot,
    pub partial: PartialStateReference,
}

Deprecated. Use TreeSnapshots instead.

Fields

l1_to_l2_message_tree: AppendOnlyTreeSnapshot
partial: PartialStateReference

Trait implementations

impl Deserialize for StateReference

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

impl Empty for StateReference

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

impl Eq for StateReference

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

impl Serialize for StateReference

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