Free functions
| execute_calls | Executes a list of calls and returns the return values. |
| execute_single_call | Executes a single call and returns the return value. |
| assert_valid_signature | Validates a signature using SRC6 is_valid_signature and asserts it’s valid. Checks both ‘VALID’ (starknet::VALIDATED) and true (1) for backwards compatibility. |