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