Trait ethers_providers::CeloMiddleware
source · pub trait CeloMiddleware: Middleware {
fn get_validators_bls_public_keys<'life0, 'async_trait, T>(
&'life0 self,
block_id: T
) -> Pin<Box<dyn Future<Output = Result<Vec<String>, ProviderError>> + Send + 'async_trait>>
where
T: 'async_trait + Into<BlockId> + Send + Sync,
'life0: 'async_trait,
Self: Sync + 'async_trait,
{ ... }
}