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

Method get_depositor_utxos

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

Source from the content-addressed store, hash-verified

1327 }
1328
1329 pub async fn get_depositor_utxos(&self) -> Vec<Utxo> {
1330 self.esplora
1331 .get_address_utxo(self.get_depositor_address())
1332 .await
1333 .unwrap()
1334 }
1335
1336 pub fn push_verifier_nonces(&mut self, graph_id: &GraphId) {
1337 if self.verifier_context.is_none() {

Callers 1

Calls 1

get_depositor_addressMethod · 0.80

Tested by

no test coverage detected