Crate fedimint_bitcoind

Source

Modules§

bitcoincore

Structs§

DynBitcoindRpc
DynBitcoindRpcFactory
RetryClient
Wrapper around IBitcoindRpc that will retry failed calls

Traits§

IBitcoindRpc
Trait that allows interacting with the Bitcoin blockchain
IBitcoindRpcFactory
Trait for creating new bitcoin RPC clients

Functions§

create_bitcoind
Create a bitcoin RPC of a given kind
register_bitcoind
Register a new factory for creating bitcoin RPCs

Type Aliases§

Result
Result<T, Error>