Trait light_sdk::traits::LightSystemAccount
source · pub trait LightSystemAccount<'info> {
// Required method
fn get_light_system_program(&self) -> &AccountInfo<'info>;
}pub trait LightSystemAccount<'info> {
// Required method
fn get_light_system_program(&self) -> &AccountInfo<'info>;
}