Type Definition interbtc_rpc::eth::FeeHistoryCache

pub type FeeHistoryCache = Arc<Mutex<BTreeMap<u64, FeeHistoryCacheItem, Global>>>;