Trait light_sdk::traits::SignerAccounts

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

Required Methods§

source

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

source

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

Implementors§