Function solana_rpc::parsed_token_accounts::get_parsed_token_accounts[][src]

pub fn get_parsed_token_accounts<I>(
    bank: Arc<Bank>,
    keyed_accounts: I
) -> impl Iterator<Item = RpcKeyedAccount> where
    I: Iterator<Item = (Pubkey, AccountSharedData)>,