Initiates the execution and possible retrying of a block of code.
This method is also aliased as opCall.
Note: if max_retries == 0, then no limit to the number of retries is set
maximum number of times to retry this code block before giving up
code block to execute / retry
See Implementation
Initiates the execution and possible retrying of a block of code.
This method is also aliased as opCall.
Note: if max_retries == 0, then no limit to the number of retries is set