pub fn default_gas_price<C, M>(client: &C, miner: &M, percentile: usize) -> U256 where
    C: BlockChainClient,
    M: MinerService
Expand description

Extract the default gas price from a client and miner.