20 #include <ripple/app/misc/CanonicalTXSet.h>
46 memcpy(ret.
begin(), account.begin(), account.size());
57 txn->getTransactionID()),
77 Key const after(effectiveAccount, tx->getSeqProxy(), beast::zero);
78 auto const itrNext{
map_.lower_bound(
after)};
79 if (itrNext !=
map_.end() &&
80 itrNext->first.getAccount() == effectiveAccount)
82 result = std::move(itrNext->second);