Skip to main content

program_entrypoint

Macro program_entrypoint 

Source
macro_rules! program_entrypoint {
    ( $process_instruction:expr ) => { ... };
    ( $process_instruction:expr, $maximum:expr ) => { ... };
}
Expand description

Backward-compatible alias for hopper_program_entrypoint!.