Enum bdk::blockchain::Capability
source · pub enum Capability {
FullHistory,
GetAnyTx,
AccurateFees,
}
Expand description
Capabilities that can be supported by a Blockchain
backend
Variants§
FullHistory
Can recover the full history of a wallet and not only the set of currently spendable UTXOs
GetAnyTx
Can fetch any historical transaction given its txid
AccurateFees
Can compute accurate fees for the transactions found during sync
Trait Implementations§
source§impl Clone for Capability
impl Clone for Capability
source§fn clone(&self) -> Capability
fn clone(&self) -> Capability
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more