Trait light_sdk::traits::InvokeAccounts
source · pub trait InvokeAccounts<'info> {
// Required methods
fn get_registered_program_pda(&self) -> &AccountInfo<'info>;
fn get_noop_program(&self) -> &AccountInfo<'info>;
fn get_account_compression_authority(&self) -> &AccountInfo<'info>;
fn get_account_compression_program(&self) -> &AccountInfo<'info>;
fn get_system_program(&self) -> &Program<'info, System>;
fn get_compressed_sol_pda(&self) -> Option<&AccountInfo<'info>>;
fn get_compression_recipient(&self) -> Option<&AccountInfo<'info>>;
}