rippled
Loading...
Searching...
No Matches
AccountCurrencies.h
1#pragma once
2
3#include <xrpld/rpc/detail/RippleLineCache.h>
4
5#include <xrpl/protocol/UintTypes.h>
6
7namespace xrpl {
8
9hash_set<Currency>
11 AccountID const& account,
13 bool includeXRP);
14
15hash_set<Currency>
17 AccountID const& account,
19 bool includeXRP);
20
21} // namespace xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
base_uint< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
Definition AccountID.h:28
hash_set< Currency > accountSourceCurrencies(AccountID const &account, std::shared_ptr< RippleLineCache > const &lrCache, bool includeXRP)
hash_set< Currency > accountDestCurrencies(AccountID const &account, std::shared_ptr< RippleLineCache > const &lrCache, bool includeXRP)