MCPcopy Index your code
hub / github.com/BitVM/BitVM / sync

Method sync

bridge/src/client/client.rs:255–257  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

253 }
254
255 pub async fn sync(&mut self) {
256 self.read_from_data_store().await;
257 }
258
259 pub async fn sync_l2(&mut self) {
260 self.read_from_l2().await;

Calls 1

read_from_data_storeMethod · 0.80