Function switchboard_solana::program_id::sysvar::is_sysvar_id
pub fn is_sysvar_id(id: &Pubkey) -> bool
Expand description
Returns true
of the given Pubkey
is a sysvar account.
pub fn is_sysvar_id(id: &Pubkey) -> bool
Returns true
of the given Pubkey
is a sysvar account.