20 #include <ripple/app/main/Application.h>
21 #include <ripple/app/paths/RippleState.h>
22 #include <ripple/protocol/STAmount.h>
36 return std::make_shared<RippleState>(std::move(sle), accountID);
42 : sle_(
std::move(sle))
43 , mFlags(sle_->getFieldU32(
sfFlags))
46 , mLowID(mLowLimit.getIssuer())
47 , mHighID(mHighLimit.getIssuer())
52 , mBalance(sle_->getFieldAmount(
sfBalance))