Module avm
Functions
- The additional prefix is to avoid clashing with the
returnNoir keyword. - This opcode reverts using the exact data given. In general it should only be used to do rethrows, where the revert data is the same as the original revert data. For normal reverts, use Noir's
assertwhich, on top of reverting, will also add an error selector to the revert data. success_copyis placed immediately after the CALL opcode to get the success value
Oracles module AVM oracles.
There are only available during public execution. Calling any of them from a private or utility function will result in runtime errors.