ic_solidity_bindgen

Trait Context

Source
pub trait Context {
    type Provider;

    // Required method
    fn provider(&self, contract: Address, abi: &[u8]) -> Self::Provider;
}

Required Associated Types§

Required Methods§

Source

fn provider(&self, contract: Address, abi: &[u8]) -> Self::Provider

Implementors§