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