59 auto const seqProxy = tx->getSeqProxy();
60 Key const after(effectiveAccount, seqProxy, beast::zero);
61 auto const itrNext{
map_.lower_bound(
after)};
62 if (itrNext !=
map_.end() &&
63 itrNext->first.getAccount() == effectiveAccount &&
64 (!itrNext->second->getSeqProxy().isSeq() ||
65 itrNext->second->getSeqProxy().value() == seqProxy.value() + 1))
67 result = std::move(itrNext->second);