Struct PartialStateReference
pub struct PartialStateReference {
pub note_hash_tree: AppendOnlyTreeSnapshot,
pub nullifier_tree: AppendOnlyTreeSnapshot,
pub public_data_tree: AppendOnlyTreeSnapshot,
}
Fields
note_hash_tree: AppendOnlyTreeSnapshotnullifier_tree: AppendOnlyTreeSnapshotpublic_data_tree: AppendOnlyTreeSnapshotTrait implementations
impl Deserialize for PartialStateReference
pub fn deserialize(fields: [Field; 6]) -> Self
pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> 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
A subset of
TreeSnapshotsthat contains only the trees updated at the tx level. TODO: Rename toTxStateTreeSnapshots.