Trait solana_program::sysvar::SysvarId[][src]

pub trait SysvarId {
    fn check_id(pubkey: &Pubkey) -> bool;
}

Required methods

fn check_id(pubkey: &Pubkey) -> bool[src]

Loading content...

Implementors

Loading content...