call
[!WARNING] This function is not yet finalized and is subject to change. It is dependent on a ZIP proposal that is still under review.
call
The call
function is used to call another public function from current function.
def call(fn, params):
Parameters
Example
Last updated