pub trait SignerAccounts<'info> {
// Required methods
fn get_fee_payer(&self) -> AccountInfo<'info>;
fn get_authority(&self) -> &AccountInfo<'info>;
}
pub trait SignerAccounts<'info> {
// Required methods
fn get_fee_payer(&self) -> AccountInfo<'info>;
fn get_authority(&self) -> &AccountInfo<'info>;
}