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

Method is_peg_out_initiated

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

Source from the content-addressed store, hash-verified

2044 }
2045
2046 pub fn is_peg_out_initiated(&self) -> bool {
2047 self.peg_out_chain_event.is_some()
2048 }
2049
2050 pub fn min_crowdfunding_amount(&self) -> u64 {
2051 self.challenge_transaction.min_crowdfunding_amount()

Callers 3

read_from_l2Method · 0.80
operator_statusMethod · 0.80
peg_outMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected