Trait light_system_program::sdk::accounts::SignerAccounts
source · pub trait SignerAccounts<'info> {
// Required methods
fn get_fee_payer(&self) -> &Signer<'info>;
fn get_authority(&self) -> &Signer<'info>;
}