pub async fn get_token_accounts_by_owner_with_context(
client: &RpcClient,
owner: &Pubkey,
token_account_filter: TokenAccountsFilter,
config: RpcAccountInfoConfig,
) -> Result<WithContext<Vec<RpcKeyedAccount>>>
Expand description
Get token accounts by owner and return with the context.