We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d57c58 commit 10ad0a6Copy full SHA for 10ad0a6
src/async.rs
@@ -387,7 +387,8 @@ impl AsyncClient {
387
self.get_response_json(&path).await
388
}
389
390
- /// Get confirmed transaction history for the specified address, sorted with newest first.
+ /// Get transaction history for the specified address/scripthash, sorted with newest first.
391
+ ///
392
/// Returns up to 50 mempool transactions plus the first 25 confirmed transactions.
393
/// More can be requested by specifying the last txid seen by the previous query.
394
pub async fn get_address_txs(
0 commit comments