Trait LightSystemAccount

Source
pub trait LightSystemAccount<'info> {
    // Required method
    fn get_light_system_program(&self) -> AccountInfo<'info>;
}

Required Methods§

Implementors§