pub fn create_call_builder<Contract>(
acc_id: H160,
) -> <Contract as ContractCallBuilder>::Typewhere
<Contract as ContractEnv>::Env: Environment,
Contract: ContractCallBuilder + ContractEnv,
Contract::Type: FromAddr,
Expand description
Creates a call builder for Contract
, based on an account id.