pub trait ChainTransport {
    fn init_web3(&self) -> Result<Web3<Http>>;
}

Required Methods

Implementors