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

Method handle_get_depositor_address

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

Source from the content-addressed store, hash-verified

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

Callers 3

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected