diff --git a/AccountInfo_8cpp_source.html b/AccountInfo_8cpp_source.html index 20e943046f..1c33361e86 100644 --- a/AccountInfo_8cpp_source.html +++ b/AccountInfo_8cpp_source.html @@ -364,7 +364,7 @@ $(function() {
ripple::lsfRequireAuth
@ lsfRequireAuth
Definition: LedgerFormats.h:226
ripple::lsfDefaultRipple
@ lsfDefaultRipple
Definition: LedgerFormats.h:232
Json::Value::append
Value & append(const Value &value)
Append value to array at the end.
Definition: json_value.cpp:882
-
ripple::TxQ::getAccountTxs
std::vector< TxDetails > getAccountTxs(AccountID const &account) const
Returns information about the transactions currently in the queue for the account.
Definition: TxQ.cpp:1790
+
ripple::TxQ::getAccountTxs
std::vector< TxDetails > getAccountTxs(AccountID const &account) const
Returns information about the transactions currently in the queue for the account.
Definition: TxQ.cpp:1794
Json::objectValue
@ objectValue
object value (collection of name/value pairs).
Definition: json_value.h:43
ripple::lsfAllowClawback
@ lsfAllowClawback
Definition: LedgerFormats.h:247
ripple::keylet::account
Keylet account(AccountID const &id) noexcept
AccountID root.
Definition: Indexes.cpp:133
diff --git a/Application_8cpp_source.html b/Application_8cpp_source.html index 06de2fa900..3b0d4ba98b 100644 --- a/Application_8cpp_source.html +++ b/Application_8cpp_source.html @@ -2272,7 +2272,7 @@ $(function() {
ripple::ApplicationImp::m_resourceManager
std::unique_ptr< Resource::Manager > m_resourceManager
Definition: Application.cpp:191
ripple::ValidatorKeys::publicKey
PublicKey publicKey
Definition: ValidatorKeys.h:40
beast::Journal::fatal
Stream fatal() const
Definition: Journal.h:339
-
ripple::setup_TxQ
TxQ::Setup setup_TxQ(Config const &config)
Build a TxQ::Setup object from application configuration.
Definition: TxQ.cpp:1881
+
ripple::setup_TxQ
TxQ::Setup setup_TxQ(Config const &config)
Build a TxQ::Setup object from application configuration.
Definition: TxQ.cpp:1885
ripple::ApplicationImp::getReportingETL
ReportingETL & getReportingETL() override
Definition: Application.cpp:910
ripple::NodeStore::DummyScheduler
Simple NodeStore Scheduler that just peforms the tasks synchronously.
Definition: DummyScheduler.h:29
ripple::ApplicationImp::getValidationPublicKey
PublicKey const & getValidationPublicKey() const override
Definition: Application.cpp:594
diff --git a/ApplyView_8h_source.html b/ApplyView_8h_source.html index a08c54d9d9..2c76e3b515 100644 --- a/ApplyView_8h_source.html +++ b/ApplyView_8h_source.html @@ -296,7 +296,7 @@ $(function() {
ripple::operator|=
ApplyFlags operator|=(ApplyFlags &lhs, ApplyFlags const &rhs)
Definition: ApplyView.h:82
ripple::ltOFFER
@ ltOFFER
A ledger object which describes an offer on the DEX.
Definition: LedgerFormats.h:92
ripple::ApplyView::dirAppend
std::optional< std::uint64_t > dirAppend(Keylet const &directory, Keylet const &key, std::function< void(std::shared_ptr< SLE > const &)> const &describe)
Append an entry to a directory.
Definition: ApplyView.h:272
-
ripple::safe_cast
constexpr std::enable_if_t< std::is_same_v< typename Dest::unit_type, typename Src::unit_type > &&std::is_integral_v< typename Dest::value_type > &&std::is_integral_v< typename Src::value_type >, Dest > safe_cast(Src s) noexcept
Definition: FeeUnits.h:532
+
ripple::safe_cast
constexpr std::enable_if_t< std::is_same_v< typename Dest::unit_type, typename Src::unit_type > &&std::is_integral_v< typename Dest::value_type > &&std::is_integral_v< typename Src::value_type >, Dest > safe_cast(Src s) noexcept
Definition: FeeUnits.h:536
ripple::ApplyView::dirAdd
std::optional< std::uint64_t > dirAdd(bool preserveOrder, Keylet const &directory, uint256 const &key, std::function< void(std::shared_ptr< SLE > const &)> const &describe)
Add an entry to a directory using the specified insert strategy.
Definition: ApplyView.cpp:28
ripple::Keylet::type
LedgerEntryType type
Definition: Keylet.h:41
ripple::STAmount
Definition: STAmount.h:45
diff --git a/BaseWSPeer_8h_source.html b/BaseWSPeer_8h_source.html index 84e547682b..0ff8985e73 100644 --- a/BaseWSPeer_8h_source.html +++ b/BaseWSPeer_8h_source.html @@ -625,7 +625,7 @@ $(function() {
ripple::BaseWSPeer::payload_
boost::beast::websocket::ping_data payload_
Definition: BaseWSPeer.h:60
ripple::BaseWSPeer::remote_endpoint
boost::asio::ip::tcp::endpoint const & remote_endpoint() const override
Definition: BaseWSPeer.h:97
ripple::BaseWSPeer::on_write_fin
void on_write_fin(error_code const &ec)
Definition: BaseWSPeer.h:345
-
ripple::safe_cast
constexpr std::enable_if_t< std::is_same_v< typename Dest::unit_type, typename Src::unit_type > &&std::is_integral_v< typename Dest::value_type > &&std::is_integral_v< typename Src::value_type >, Dest > safe_cast(Src s) noexcept
Definition: FeeUnits.h:532
+
ripple::safe_cast
constexpr std::enable_if_t< std::is_same_v< typename Dest::unit_type, typename Src::unit_type > &&std::is_integral_v< typename Dest::value_type > &&std::is_integral_v< typename Src::value_type >, Dest > safe_cast(Src s) noexcept
Definition: FeeUnits.h:536
ripple::BaseWSPeer::on_close
void on_close(error_code const &ec)
Definition: BaseWSPeer.h:399
beast::Journal::info
Stream info() const
Definition: Journal.h:321
ripple::BasePeer::port_
Port const & port_
Definition: BasePeer.h:45
diff --git a/Env__test_8cpp_source.html b/Env__test_8cpp_source.html index 39b6298db2..15f2c37cc8 100644 --- a/Env__test_8cpp_source.html +++ b/Env__test_8cpp_source.html @@ -1129,7 +1129,7 @@ $(function() {
ripple::strHex
std::string strHex(FwdIt begin, FwdIt end)
Definition: strHex.h:30
ripple::test::Env_test::testAmount
void testAmount()
Definition: Env_test.cpp:72
ripple::temMALFORMED
@ temMALFORMED
Definition: TER.h:85
-
ripple::TxQ::getMetrics
Metrics getMetrics(OpenView const &view) const
Returns fee metrics in reference fee level units.
Definition: TxQ.cpp:1747
+
ripple::TxQ::getMetrics
Metrics getMetrics(OpenView const &view) const
Returns fee metrics in reference fee level units.
Definition: TxQ.cpp:1748
ripple::test::jtx::Env::memoize
void memoize(Account const &account)
Associate AccountID with account.
Definition: Env.cpp:156
std::unique_ptr
STL class.
std::set
STL class.
diff --git a/Fee1_8cpp_source.html b/Fee1_8cpp_source.html index bd3bc522a7..22a08db7df 100644 --- a/Fee1_8cpp_source.html +++ b/Fee1_8cpp_source.html @@ -91,37 +91,36 @@ $(function() {
20 #include <ripple/app/ledger/OpenLedger.h>
21 #include <ripple/app/main/Application.h>
22 #include <ripple/app/misc/TxQ.h>
-
23 #include <ripple/basics/mulDiv.h>
-
24 #include <ripple/protocol/ErrorCodes.h>
-
25 #include <ripple/protocol/Feature.h>
-
26 #include <ripple/rpc/Context.h>
-
27 #include <ripple/rpc/GRPCHandlers.h>
-
28 
-
29 namespace ripple {
-
30 Json::Value
-
31 doFee(RPC::JsonContext& context)
-
32 {
-
33  auto result = context.app.getTxQ().doRPC(context.app);
-
34  if (result.type() == Json::objectValue)
-
35  return result;
-
36  assert(false);
-
37  RPC::inject_error(rpcINTERNAL, context.params);
-
38  return context.params;
-
39 }
-
40 
-
41 } // namespace ripple
+
23 #include <ripple/protocol/ErrorCodes.h>
+
24 #include <ripple/protocol/Feature.h>
+
25 #include <ripple/rpc/Context.h>
+
26 #include <ripple/rpc/GRPCHandlers.h>
+
27 
+
28 namespace ripple {
+
29 Json::Value
+
30 doFee(RPC::JsonContext& context)
+
31 {
+
32  auto result = context.app.getTxQ().doRPC(context.app);
+
33  if (result.type() == Json::objectValue)
+
34  return result;
+
35  assert(false);
+
36  RPC::inject_error(rpcINTERNAL, context.params);
+
37  return context.params;
+
38 }
+
39 
+
40 } // namespace ripple
ripple::RPC::JsonContext
Definition: Context.h:53
Json::objectValue
@ objectValue
object value (collection of name/value pairs).
Definition: json_value.h:43
ripple::Application::getTxQ
virtual TxQ & getTxQ()=0
ripple::RPC::Context::app
Application & app
Definition: Context.h:42
-
ripple::TxQ::doRPC
Json::Value doRPC(Application &app) const
Summarize current fee metrics for the fee RPC command.
Definition: TxQ.cpp:1826
+
ripple::TxQ::doRPC
Json::Value doRPC(Application &app) const
Summarize current fee metrics for the fee RPC command.
Definition: TxQ.cpp:1830
ripple::rpcINTERNAL
@ rpcINTERNAL
Definition: ErrorCodes.h:130
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: RCLCensorshipDetector.h:29
ripple::RPC::JsonContext::params
Json::Value params
Definition: Context.h:64
ripple::RPC::inject_error
void inject_error(error_code_i code, JsonValue &json)
Add or update the json update to reflect the error code.
Definition: ErrorCodes.h:212
Json::Value
Represents a JSON value.
Definition: json_value.h:145
-
ripple::doFee
Json::Value doFee(RPC::JsonContext &context)
Definition: Fee1.cpp:31
+
ripple::doFee
Json::Value doFee(RPC::JsonContext &context)
Definition: Fee1.cpp:30