mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add ReadView::sles
This commit is contained in:
@@ -66,6 +66,20 @@ ApplyViewBase::read (Keylet const& k) const
|
||||
return items_.read(*base_, k);
|
||||
}
|
||||
|
||||
auto
|
||||
ApplyViewBase::slesBegin() const ->
|
||||
std::unique_ptr<sles_type::iter_base>
|
||||
{
|
||||
return base_->slesBegin();
|
||||
}
|
||||
|
||||
auto
|
||||
ApplyViewBase::slesEnd() const ->
|
||||
std::unique_ptr<sles_type::iter_base>
|
||||
{
|
||||
return base_->slesEnd();
|
||||
}
|
||||
|
||||
auto
|
||||
ApplyViewBase::txsBegin() const ->
|
||||
std::unique_ptr<txs_type::iter_base>
|
||||
|
||||
Reference in New Issue
Block a user