20#ifndef RIPPLE_APP_PATHS_ACCOUNTCURRENCIES_H_INCLUDED
21#define RIPPLE_APP_PATHS_ACCOUNTCURRENCIES_H_INCLUDED
23#include <xrpld/app/paths/RippleLineCache.h>
25#include <xrpl/protocol/UintTypes.h>
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
base_uint< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
hash_set< Currency > accountDestCurrencies(AccountID const &account, std::shared_ptr< RippleLineCache > const &lrCache, bool includeXRP)
hash_set< Currency > accountSourceCurrencies(AccountID const &account, std::shared_ptr< RippleLineCache > const &lrCache, bool includeXRP)