Trait ethers_providers::CeloMiddleware[][src]

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

Provided methods

Implementors