Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ sync
Method
sync
bridge/src/client/cli/query_command.rs:65–68 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
63
}
64
65
async fn sync(&mut self) {
66
self.client.sync().await;
67
self.client.sync_l2().await;
68
}
69
70
pub fn pegin_deposit_tx_command() -> Command {
71
Command::new(
"pegin_deposit_tx"
)
Callers
14
handle_depositor
Method · 0.45
handle_withdrawer
Method · 0.45
handle_history
Method · 0.45
handle_signatures
Method · 0.45
handle_broadcast
Method · 0.45
handle_peg_in_graphs
Method · 0.45
handle_initiate_peg_in_command
Method · 0.45
handle_create_peg_out_graph_command
Method · 0.45
handle_push_nonces_command
Method · 0.45
handle_push_signature_command
Method · 0.45
handle_mock_l2_pegout_event_command
Method · 0.45
handle_automatic_command
Method · 0.45
Calls
1
sync_l2
Method · 0.80
Tested by
no test coverage detected