|
xrpld
|
Caches the base58 representations of AccountIDs. More...

Classes | |
| struct | CachedAccountID |
Public Member Functions | |
| AccountIdCache (std::size_t count) | |
| std::string | toBase58 (AccountID const &id) |
Private Attributes | |
| std::vector< CachedAccountID > | cache_ |
| HardenedHash | hasher_ |
| std::atomic< std::uint64_t > | locks_ = 0 |
Caches the base58 representations of AccountIDs.
Definition at line 25 of file AccountID.cpp.
| xrpl::detail::AccountIdCache::AccountIdCache | ( | std::size_t | count | ) |
Definition at line 44 of file AccountID.cpp.
| std::string xrpl::detail::AccountIdCache::toBase58 | ( | AccountID const & | id | ) |
Definition at line 52 of file AccountID.cpp.
|
private |
Definition at line 35 of file AccountID.cpp.
|
private |
Definition at line 38 of file AccountID.cpp.
|
private |
Definition at line 41 of file AccountID.cpp.