Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EsploraExt for esplora_client::AsyncClient #880

Closed
danielabrozzoni opened this issue Mar 3, 2023 · 1 comment
Closed

Implement EsploraExt for esplora_client::AsyncClient #880

danielabrozzoni opened this issue Mar 3, 2023 · 1 comment
Labels
new feature New feature or request
Milestone

Comments

@danielabrozzoni
Copy link
Member

Describe the enhancement

fn scan<K: Ord + Clone>(
&self,
_local_chain: &BTreeMap<u32, BlockHash>,
_keychain_spks: BTreeMap<K, impl IntoIterator<Item = (u32, Script)>>,
_txids: impl IntoIterator<Item = Txid>,
_outpoints: impl IntoIterator<Item = OutPoint>,
_stop_gap: usize,
_parallel_requests: usize,
) -> Result<KeychainScan<K, ConfirmationTime>, Error> {
todo!()

Use case
Using bdk_esplora in wasm

@evanlinjin
Copy link
Member

This is done in #885 which is merged into #793. Essentially, we now have EsploraAsyncExt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Archived in project
Archived in project
Development

No branches or pull requests

4 participants