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

Method get_operator_utxos

bridge/src/client/client.rs:1314–1319  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1312 }
1313
1314 pub async fn get_operator_utxos(&self) -> Vec<Utxo> {
1315 self.esplora
1316 .get_address_utxo(self.get_operator_address())
1317 .await
1318 .unwrap()
1319 }
1320
1321 pub fn get_depositor_address(&self) -> Address {
1322 if let Some(ref context) = self.depositor_context {

Callers 1

Calls 1

get_operator_addressMethod · 0.80

Tested by

no test coverage detected