(&self)
| 144 | } |
| 145 | |
| 146 | pub async fn handle_get_operator_address(&self) -> io::Result<()> { |
| 147 | println!( |
| 148 | "[OPERATOR] address: {}", |
| 149 | self.client.get_operator_address().to_string().green() |
| 150 | ); |
| 151 | Ok(()) |
| 152 | } |
| 153 | |
| 154 | pub fn get_operator_utxos_command() -> Command { |
| 155 | Command::new("get-operator-utxos") |
no outgoing calls
no test coverage detected