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