Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

execution

Fully qualified path: openzeppelin_utils::execution

Free functions

execute_callsExecutes a list of calls and returns the return values.
execute_single_callExecutes a single call and returns the return value.
assert_valid_signatureValidates a signature using SRC6 is_valid_signature and asserts it’s valid. Checks both ‘VALID’ (starknet::VALIDATED) and true (1) for backwards compatibility.