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

Method handle_get_operator_address

bridge/src/client/cli/client_command.rs:146–152  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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")

Callers 3

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected