Struct bdk::blockchain::electrum::ElectrumBlockchain[][src]

pub struct ElectrumBlockchain { /* fields omitted */ }
This is supported on crate feature electrum only.
Expand description

Wrapper over an Electrum Client that implements the required blockchain traits

Example

See the blockchain::electrum module for a usage example.

Trait Implementations

This is supported on non-WebAssembly and non-crate feature async-interface only.

Return the set of Capability supported by this backend

This is supported on non-WebAssembly and non-crate feature async-interface only.

Setup the backend and populate the internal database for the first time Read more

This is supported on non-WebAssembly and non-crate feature async-interface only.

Fetch a transaction from the blockchain given its txid

This is supported on non-WebAssembly and non-crate feature async-interface only.

Broadcast a transaction

This is supported on non-WebAssembly and non-crate feature async-interface only.

Return the current height

This is supported on non-WebAssembly and non-crate feature async-interface only.

Estimate the fee rate required to confirm a transaction in a given target of blocks

This is supported on non-WebAssembly and non-crate feature async-interface only.

Populate the internal database with transactions and UTXOs Read more

Type that contains the configuration

Create a new instance given a configuration

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.