Struct StateReference
pub struct StateReference {
pub l1_to_l2_message_tree: AppendOnlyTreeSnapshot,
pub partial: PartialStateReference,
}
Fields
l1_to_l2_message_tree: AppendOnlyTreeSnapshotpartial: PartialStateReferenceTrait 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]
Deprecated. Use
TreeSnapshotsinstead.