MCPcopy Create free account
hub / github.com/BitVM/BitVM / wait

Method wait

bridge/tests/bridge/faucet.rs:59–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57 }
58
59 pub async fn wait(&self) {
60 wait_for_confirmation_with_message(self.get_network(), Some("funding inputs tx")).await;
61 }
62
63 pub async fn fund_input(&self, address: &Address, amount: Amount) -> &Self {
64 match self.faucet_type {

Callers 15

test_peg_in_feesFunction · 0.80
test_peg_out_feesFunction · 0.80
test_musig2_peg_inFunction · 0.80
create_peg_out_graphFunction · 0.80
simulate_peg_out_from_l2Function · 0.80
test_syncFunction · 0.80
get_pegin_inputFunction · 0.80

Calls 2

get_networkMethod · 0.80

Tested by

no test coverage detected