macro_rules! entrypoint_deprecated {
($process_instruction:ident) => { ... };
}
Expand description
Declare the program entrypoint.
Deserialize the program input arguments and call
the user defined process_instruction
function.
Users must call this macro otherwise an entrypoint for
their program will not be created.