(&self)
| 188 | } |
| 189 | |
| 190 | pub async fn handle_get_depositor_address(&self) -> io::Result<()> { |
| 191 | println!( |
| 192 | "[DEPOSITOR] address: {}", |
| 193 | self.client.get_depositor_address().to_string().green() |
| 194 | ); |
| 195 | Ok(()) |
| 196 | } |
| 197 | |
| 198 | pub fn get_depositor_utxos_command() -> Command { |
| 199 | Command::new("get-depositor-utxos") |
no outgoing calls
no test coverage detected