pub fn build_call_solidity<E>() -> CallBuilder<E, Unset<Call>, Unset<ExecutionInput<EmptyArgumentList<SolEncoding>, SolEncoding>>, 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.