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

Function get_tx_statuses

bridge/src/graphs/base.rs:114–119  ·  view source on GitHub ↗
(
    client: &AsyncClient,
    txids: &[Txid],
)

Source from the content-addressed store, hash-verified

112}
113
114pub async fn get_tx_statuses(
115 client: &AsyncClient,
116 txids: &[Txid],
117) -> Vec<Result<TxStatus, esplora_client::Error>> {
118 join_all(txids.iter().map(|txid| client.get_tx_status(txid))).await
119}
120
121pub async fn get_onchain_txs(
122 client: &AsyncClient,

Callers 3

get_depositor_statusMethod · 0.85
validateMethod · 0.85
depositor_statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected