Skip to main content

Crate solana_get_sysvar

Crate solana_get_sysvar 

Source
Expand description

Access to the sol_get_sysvar syscall, used to fetch sysvar data from the runtime.

Macros§

impl_get_sysvar
Implements GetSysvar::get for 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_sysvar syscall.