Trait gfx_solana_utils::GetProgramAccounts[][src]

pub trait GetProgramAccounts {
    fn get_program_accounts<T: Default + Discriminator + AnchorSerialize + AccountDeserialize>(
        &self
    ) -> Result<Vec<(Pubkey, T)>, Error>; }

Required methods

Implementations on Foreign Types

Implementors