pub unsafe extern "C" fn get_parameter_size(i: u32) -> i32
Expand description

Get the size of the i-th parameter to the call. 0-th parameter is always the original parameter that the method was invoked with, invoking a contract adds additional parameters to the stack. Returns -1 if the given parameter does not exist.