Function build_call_ink

Source
pub fn build_call_ink<E>() -> CallBuilder<E, Unset<Call>, Unset<ExecutionInput<EmptyArgumentList<Ink>, Ink>>, Unset<ReturnType<()>>>
where E: Environment,
Expand description

Returns a new CallBuilder to build up the parameters to a cross-contract call that uses ink! ABI Encoding (i.e. with SCALE codec for input/output encode/decode).

See build_call for more details on usage.