macro_rules! processor {
($process_instruction:expr) => { ... };
}Expand description
Converts a safecoin-program-style entrypoint into the runtime’s entrypoint style, for
use with ProgramTest::add_program
macro_rules! processor {
($process_instruction:expr) => { ... };
}Converts a safecoin-program-style entrypoint into the runtime’s entrypoint style, for
use with ProgramTest::add_program