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

Method all_presigned_txs

bridge/src/graphs/peg_out.rs:2463–2475  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2461 }
2462
2463 fn all_presigned_txs(&self) -> impl Iterator<Item = &dyn PreSignedMusig2Transaction> {
2464 let all_txs: Vec<&dyn PreSignedMusig2Transaction> = vec![
2465 &self.assert_initial_transaction,
2466 &self.assert_final_transaction,
2467 &self.disprove_chain_transaction,
2468 &self.disprove_transaction,
2469 &self.kick_off_timeout_transaction,
2470 &self.start_time_timeout_transaction,
2471 &self.take_1_transaction,
2472 &self.take_2_transaction,
2473 ];
2474 all_txs.into_iter()
2475 }
2476
2477 fn all_presigned_txs_mut(
2478 &mut self,

Callers 4

has_all_nonces_ofMethod · 0.80
has_all_noncesMethod · 0.80
has_all_signatures_ofMethod · 0.80
has_all_signaturesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected