Trait SignerAccounts

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

Required Methods§

Source

fn get_fee_payer(&self) -> AccountInfo<'info>

Source

fn get_authority(&self) -> &AccountInfo<'info>

Implementors§