macro_rules! entrypoint {
($process_instruction:path) => { ... };
($process_instruction:path, no_heap) => { ... };
($process_instruction:path, no_panic) => { ... };
($process_instruction:path, no_heap, no_panic) => { ... };
}Expand description
The entrypoint macro, replaces solana_program::entrypoint macro.
Requires a function that can be passed to entry.