pub fn build_call_sol<E>() -> CallBuilder<E, Unset<Call>, Unset<ExecutionInput<EmptyArgumentList<Sol>, Sol>>, Unset<ReturnType<()>>>where
E: Environment,Expand description
Returns a new CallBuilder to build up the parameters to a cross-contract call
that uses Solidity ABI Encoding.
See build_call for more details on usage.