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

Method get_operator_address

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

Source from the content-addressed store, hash-verified

1304 }
1305
1306 pub fn get_operator_address(&self) -> Address {
1307 if let Some(ref context) = self.operator_context {
1308 generate_pay_to_pubkey_script_address(context.network, &context.operator_public_key)
1309 } else {
1310 panic!("Operator private key not provided in configuration.");
1311 }
1312 }
1313
1314 pub async fn get_operator_utxos(&self) -> Vec<Utxo> {
1315 self.esplora

Callers 1

get_operator_utxosMethod · 0.80

Tested by

no test coverage detected