Expand description
This crate is a collection of core structures for [Bitcoin Dev Kit].
Re-exports§
pub extern crate serde;
pub use bitcoin;
Modules§
- spk_
client - Helper types for spk-based blockchain clients.
Structs§
- BlockId
- A reference to a block in the canonical chain.
- Check
Point - A checkpoint is a node of a reference-counted linked list of
BlockId
s. - Check
Point Iter - Iterates over checkpoints backwards.
- Confirmation
Block Time - Represents the confirmation block and time of a transaction.
- TxUpdate
- Data object used to communicate updates about relevant transactions from some chain data source
to the core model (usually a
bdk_chain::TxGraph
).
Traits§
- Merge
- Trait that makes an object mergeable.
Type Aliases§
- Indexed
- A tuple of keychain index and
T
representing the indexed value. - Keychain
Indexed - A tuple of keychain
K
, derivation index (u32
) and aT
associated with them.