78 auto const seqProxy = tx->getSeqProxy();
79 Key const after(effectiveAccount, seqProxy, beast::zero);
80 auto const itrNext{
map_.lower_bound(
after)};
81 if (itrNext !=
map_.end() &&
82 itrNext->first.getAccount() == effectiveAccount &&
83 (!itrNext->second->getSeqProxy().isSeq() ||
84 itrNext->second->getSeqProxy().value() == seqProxy.value() + 1))
86 result = std::move(itrNext->second);