You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: add a method to retrieve the output builtin from the VM
Problem: the output builtin often needs to be manipulated directly in
the Starknet bootloader and OS hints.
Solution: add a `get_output_builtin() method on the `VirtualMachine` struct to
retrieve a reference to the output builtin easily.
0 commit comments