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