macro_rules! fast_entrypoint {
( $process_instruction:expr ) => { ... };
( $process_instruction:expr, $maximum:expr ) => { ... };
}Expand description
Backward-compatible alias for hopper_fast_entrypoint!.
macro_rules! fast_entrypoint {
( $process_instruction:expr ) => { ... };
( $process_instruction:expr, $maximum:expr ) => { ... };
}Backward-compatible alias for hopper_fast_entrypoint!.