Expand description
Access to the sol_get_sysvar syscall, used to fetch sysvar data from the runtime.
Macros§
- impl_
get_ sysvar - Implements
GetSysvar::getfor runtime-backed sysvars.
Traits§
- GetSysvar
- Interface for loading a sysvar directly from the runtime.
Functions§
- get_
sysvar - Handler for retrieving a slice of sysvar data from the
sol_get_sysvarsyscall.