(&self)
| 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() |
no outgoing calls
no test coverage detected