macro_rules! common_stub_types {
() => { ... };
}Expand description
A macro providing the common types for both a Solana program and a loader of it.
macro_rules! common_stub_types {
() => { ... };
}A macro providing the common types for both a Solana program and a loader of it.