pub type DynBitcoindRpc = Arc<dyn IBitcoindRpc + Send + Sync>;
pub struct DynBitcoindRpc { /* private fields */ }