Trait interbtc_rpc::eth::EthConfig
pub trait EthConfig<B, C>: Send + Sync + 'staticwhere
B: Block,{
type EstimateGasAdapter: EstimateGasAdapter + Send + Sync;
type RuntimeStorageOverride: RuntimeStorageOverride<B, C>;
}
pub trait EthConfig<B, C>: Send + Sync + 'staticwhere
B: Block,{
type EstimateGasAdapter: EstimateGasAdapter + Send + Sync;
type RuntimeStorageOverride: RuntimeStorageOverride<B, C>;
}