]> Untitled Git - bdk/commit
Implement EsploraExt for Async client
authorVladimir Fomene <vladimirfomene@gmail.com>
Tue, 7 Mar 2023 14:04:06 +0000 (17:04 +0300)
committer志宇 <hello@evanlinjin.me>
Wed, 8 Mar 2023 20:25:54 +0000 (09:25 +1300)
commit26ab2e2d6c1cd90ab1042c3f415ca26464a4c557
treecd1d847a99595766907c3130b09f9eeb8cd797ee
parentab9242d10ddaaafae3f6433966658af882d1f735
Implement EsploraExt for Async client

Creates a separate async EsploraAsyncExt trait for the
async client using async-trait crate. It has thesame
methods as the EsploraExt trait for the blocking client.
This trait is implemented on the AsyncClient of the
rust-esplora-client crate.
crates/esplora/Cargo.toml
crates/esplora/src/lib.rs