Trait bdk_debug::blockchain::StatelessBlockchain
source · pub trait StatelessBlockchain: Blockchain { }Expand description
Trait for blockchains that don’t contain any state
Statless blockchains can be used to sync multiple wallets with different descriptors.
BlockchainFactory is automatically implemented for Arc<T> where T is a stateless
blockchain.
Implementors§
impl StatelessBlockchain for ElectrumBlockchain
Available on crate feature
electrum only.impl StatelessBlockchain for EsploraBlockchain
Available on crate feature
esplora only.