Trait ethers::providers::CeloMiddleware[][src]

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, Global>, ProviderError>> + Send + 'async_trait, Global>>
    where
        'life0: 'async_trait,
        T: Into<BlockId> + Send + Sync + 'async_trait,
        Self: 'async_trait + Sync
, { ... } }

Provided methods

Implementors