Macro solana_program::impl_sysvar_get
source · [−]macro_rules! impl_sysvar_get {
($syscall_name:ident) => { ... };
}Expand description
Implements the Sysvar::get method for both BPF and host targets.
macro_rules! impl_sysvar_get {
($syscall_name:ident) => { ... };
}Implements the Sysvar::get method for both BPF and host targets.