Trait solidity_bindgen::Context[][src]

pub trait Context {
    type Provider;
    fn provider(&self, contract: Address, abi: &[u8]) -> Self::Provider;
}

Associated Types

Required methods

Implementors