[][src]Module bdk::blockchain::esplora

This is supported on feature="esplora" only.

Esplora

This module defines a Blockchain struct that can query an Esplora backend populate the wallet's database by

Example

let blockchain = EsploraBlockchain::new("https://blockstream.info/testnet/api");

Structs

EsploraBlockchainfeature="esplora"

Structure that implements the logic to sync with Esplora

Enums

EsploraErrorfeature="esplora"

Errors that can happen during a sync with EsploraBlockchain