mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-18 12:23:19 +00:00
same
This commit is contained in:
parent
9b8ddb0580
commit
a9f8dff7e9
@ -69,6 +69,9 @@ impl NodeBlockStore {
|
||||
Ok(serde_json::from_slice(&self.dbio.get_snapshot_commitment()?)?)
|
||||
}
|
||||
|
||||
pub fn get_snapshot_nullifier(&self) -> Result<HashSet<UTXONullifier>> {
|
||||
Ok(serde_json::from_slice(&self.dbio.get_snapshot_nullifier()?)?)
|
||||
}
|
||||
|
||||
pub fn get_snapshot_transaction(&self) -> Result<HashStorageMerkleTree<Transaction>> {
|
||||
Ok(serde_json::from_slice(&self.dbio.get_snapshot_transaction()?)?)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user