pub fn contract_obj<A>(api: A) -> ContractObj<A>
where A: VMApi + Clone + 'static,