Trait SysvarId
Other items insolana_sdk::sysvar
pub trait SysvarId { fn check_id(pubkey: &Pubkey) -> bool; }
fn check_id(pubkey: &Pubkey) -> bool
impl SysvarId for Clock
impl SysvarId for EpochSchedule
impl SysvarId for Fees
impl SysvarId for Instructions
impl SysvarId for RecentBlockhashes
impl SysvarId for Rent
impl SysvarId for Rewards
impl SysvarId for SlotHashes
impl SysvarId for SlotHistory
impl SysvarId for StakeHistory