diff --git a/AcceptedLedgerTx_8cpp_source.html b/AcceptedLedgerTx_8cpp_source.html index 58514fddcf..b9dfb89650 100644 --- a/AcceptedLedgerTx_8cpp_source.html +++ b/AcceptedLedgerTx_8cpp_source.html @@ -194,15 +194,15 @@ $(function() {
std::shared_ptr
STL class.
ripple::AcceptedLedgerTx::mLedger
std::shared_ptr< ReadView const > mLedger
Definition: AcceptedLedgerTx.h:127
ripple::Logs
Manages partitions for logging.
Definition: Log.h:48
-
ripple::Serializer::modData
Blob & modData()
Definition: Serializer.h:212
+
ripple::Serializer::modData
Blob & modData()
Definition: Serializer.h:176
Json::arrayValue
@ arrayValue
array value (ordered list)
Definition: json_value.h:42
ripple::ttOFFER_CREATE
@ ttOFFER_CREATE
Definition: TxFormats.h:43
ripple::AcceptedLedgerTx::mJson
Json::Value mJson
Definition: AcceptedLedgerTx.h:133
-
ripple::sfAccount
const SF_Account sfAccount(access, STI_ACCOUNT, 1, "Account")
Definition: SField.h:474
+
ripple::sfAccount
const SF_Account sfAccount(access, STI_ACCOUNT, 1, "Account")
Definition: SField.h:476
ripple::sqlEscape
static std::string sqlEscape(std::string const &strSrc)
Definition: StringUtilities.h:34
ripple::AccountIDCache
Caches the base58 representations of AccountIDs.
Definition: AccountID.h:147
ripple::AcceptedLedgerTx::AcceptedLedgerTx
AcceptedLedgerTx(std::shared_ptr< ReadView const > const &ledger, std::shared_ptr< STTx const > const &, std::shared_ptr< STObject const > const &, AccountIDCache const &, Logs &)
Definition: AcceptedLedgerTx.cpp:29
-
ripple::TxMeta
Definition: TxMeta.h:33
+
ripple::TxMeta
Definition: TxMeta.h:32
ripple::AcceptedLedgerTx::logs_
Logs & logs_
Definition: AcceptedLedgerTx.h:135
ripple::AcceptedLedgerTx::accountCache_
AccountIDCache const & accountCache_
Definition: AcceptedLedgerTx.h:134
Json::Value::append
Value & append(const Value &value)
Append value to array at the end.
Definition: json_value.cpp:882
@@ -213,14 +213,14 @@ $(function() {
ripple::transHuman
std::string transHuman(TER code)
Definition: TER.cpp:288
ripple::accountFunds
STAmount accountFunds(ReadView const &view, AccountID const &id, STAmount const &saDefault, FreezeHandling freezeHandling, beast::Journal j)
Definition: View.cpp:136
ripple::AcceptedLedgerTx::getEscMeta
std::string getEscMeta() const
Definition: AcceptedLedgerTx.cpp:74
-
ripple::Serializer
Definition: Serializer.h:43
+
ripple::Serializer
Definition: Serializer.h:39
ripple::AcceptedLedgerTx::buildJson
void buildJson()
Definition: AcceptedLedgerTx.cpp:81
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: RCLCensorshipDetector.h:29
ripple::AcceptedLedgerTx::mTxn
std::shared_ptr< STTx const > mTxn
Definition: AcceptedLedgerTx.h:128
ripple::Logs::journal
beast::Journal journal(std::string const &name)
Definition: Log.cpp:144
std
STL namespace.
ripple::AcceptedLedgerTx::mMeta
std::shared_ptr< TxMeta > mMeta
Definition: AcceptedLedgerTx.h:129
-
ripple::sfTakerGets
const SF_Amount sfTakerGets(access, STI_AMOUNT, 5, "TakerGets")
Definition: SField.h:441
+
ripple::sfTakerGets
const SF_Amount sfTakerGets(access, STI_AMOUNT, 5, "TakerGets")
Definition: SField.h:443
std::vector::empty
T empty(T... args)
ripple::fhIGNORE_FREEZE
@ fhIGNORE_FREEZE
Definition: View.h:53
ripple::AcceptedLedgerTx::mAffected
boost::container::flat_set< AccountID > mAffected
Definition: AcceptedLedgerTx.h:131
diff --git a/AcceptedLedgerTx_8h_source.html b/AcceptedLedgerTx_8h_source.html index 3517d35d2b..c6f3024a63 100644 --- a/AcceptedLedgerTx_8h_source.html +++ b/AcceptedLedgerTx_8h_source.html @@ -207,7 +207,7 @@ $(function() {
ripple::AcceptedLedgerTx::AcceptedLedgerTx
AcceptedLedgerTx(std::shared_ptr< ReadView const > const &ledger, std::shared_ptr< STTx const > const &, std::shared_ptr< STObject const > const &, AccountIDCache const &, Logs &)
Definition: AcceptedLedgerTx.cpp:29
ripple::AcceptedLedgerTx::logs_
Logs & logs_
Definition: AcceptedLedgerTx.h:135
ripple::AcceptedLedgerTx::getTxnType
TxType getTxnType() const
Definition: AcceptedLedgerTx.h:93
-
ripple::base_uint< 256 >
+
ripple::base_uint
Definition: base_uint.h:63
ripple::AcceptedLedgerTx::accountCache_
AccountIDCache const & accountCache_
Definition: AcceptedLedgerTx.h:134
ripple::AcceptedLedgerTx::getMeta
std::shared_ptr< TxMeta > const & getMeta() const
Definition: AcceptedLedgerTx.h:76
ripple::TERSubset< CanCvtToTER >
diff --git a/AccountChannels_8cpp_source.html b/AccountChannels_8cpp_source.html index dbd4d09d74..c692a93995 100644 --- a/AccountChannels_8cpp_source.html +++ b/AccountChannels_8cpp_source.html @@ -106,11 +106,11 @@ $(function() {
35 addChannel(Json::Value& jsonLines, SLE const& line)
36 {
37  Json::Value& jDst(jsonLines.append(Json::objectValue));
-
38  jDst[jss::channel_id] = to_string(line.key());
+
38  jDst[jss::channel_id] = to_string(line.key());
39  jDst[jss::account] = to_string(line[sfAccount]);
40  jDst[jss::destination_account] = to_string(line[sfDestination]);
-
41  jDst[jss::amount] = line[sfAmount].getText();
-
42  jDst[jss::balance] = line[sfBalance].getText();
+
41  jDst[jss::amount] = line[sfAmount].getText();
+
42  jDst[jss::balance] = line[sfBalance].getText();
43  if (publicKeyType(line[sfPublicKey]))
44  {
45  PublicKey const pk(line[sfPublicKey]);
@@ -153,7 +153,7 @@ $(function() {
82  if (auto const err = RPC::accountFromString(accountID, strIdent))
83  return err;
84 
-
85  if (!ledger->exists(keylet::account(accountID)))
+
85  if (!ledger->exists(keylet::account(accountID)))
86  return rpcError(rpcACT_NOT_FOUND);
87 
88  std::string strDst;
@@ -270,24 +270,23 @@ $(function() {
ripple::Resource::feeMediumBurdenRPC
const Charge feeMediumBurdenRPC
Json::arrayValue
@ arrayValue
array value (ordered list)
Definition: json_value.h:42
std::vector
STL class.
-
ripple::sfAccount
const SF_Account sfAccount(access, STI_ACCOUNT, 1, "Account")
Definition: SField.h:474
+
ripple::sfAccount
const SF_Account sfAccount(access, STI_ACCOUNT, 1, "Account")
Definition: SField.h:476
ripple::toBase58
std::string toBase58(AccountID const &v)
Convert AccountID to base58 checked string.
Definition: AccountID.cpp:29
ripple::to_string
std::string to_string(ListDisposition disposition)
Definition: ValidatorList.cpp:41
ripple::sfOwnerNode
const SF_U64 sfOwnerNode(access, STI_UINT64, 4, "OwnerNode")
Definition: SField.h:397
-
ripple::sfAmount
const SF_Amount sfAmount(access, STI_AMOUNT, 1, "Amount")
Definition: SField.h:437
+
ripple::sfAmount
const SF_Amount sfAmount(access, STI_AMOUNT, 1, "Amount")
Definition: SField.h:439
ripple::RPC::lookupLedger
Status lookupLedger(std::shared_ptr< ReadView const > &ledger, JsonContext &context, Json::Value &result)
Look up a ledger from a request and fill a Json::Result with the data representing a ledger.
Definition: RPCHelpers.cpp:481
ripple::VisitData
Definition: AccountLines.cpp:33
ripple::RPC::expected_field_error
Json::Value expected_field_error(std::string const &name, std::string const &type)
Definition: ErrorCodes.h:302
ripple::sfDestinationTag
const SF_U32 sfDestinationTag(access, STI_UINT32, 14, "DestinationTag")
Definition: SField.h:365
ripple::RPC::missing_field_error
Json::Value missing_field_error(std::string const &name)
Definition: ErrorCodes.h:236
-
ripple::STLedgerEntry::key
uint256 const & key() const
Returns the 'key' (or 'index') of this item.
Definition: STLedgerEntry.h:92
+
ripple::Keylet::key
uint256 key
Definition: Keylet.h:41
ripple::base_uint
Definition: base_uint.h:63
ripple::VisitData::accountID
AccountID const & accountID
Definition: AccountLines.cpp:36
Json::Value::append
Value & append(const Value &value)
Append value to array at the end.
Definition: json_value.cpp:882
Json::objectValue
@ objectValue
object value (collection of name/value pairs).
Definition: json_value.h:43
ripple::PublicKey
A public key.
Definition: PublicKey.h:59
-
ripple::keylet::account
static const account_t account
Definition: Indexes.h:120
-
ripple::STLedgerEntry::getText
std::string getText() const override
Definition: STLedgerEntry.cpp:95
+
ripple::keylet::account
Keylet account(AccountID const &id) noexcept
AccountID root.
Definition: Indexes.cpp:120
ripple::rpcACT_NOT_FOUND
@ rpcACT_NOT_FOUND
Definition: ErrorCodes.h:70
ripple::base_uint::SetHex
bool SetHex(const char *psz, bool bStrict=false)
Parse a hex string into a base_uint The input can be:
Definition: base_uint.h:406
ripple::ReadView::exists
virtual bool exists(Keylet const &k) const =0
Determine if a state item exists.
@@ -296,16 +295,16 @@ $(function() {
ripple::rpcError
Json::Value rpcError(int iError, Json::Value jvResult)
Definition: RPCErr.cpp:29
ripple::sfExpiration
const SF_U32 sfExpiration(access, STI_UINT32, 10, "Expiration")
Definition: SField.h:361
ripple::ReadView::read
virtual std::shared_ptr< SLE const > read(Keylet const &k) const =0
Return the state item associated with a key.
-
ripple::sfPublicKey
const SF_Blob sfPublicKey(access, STI_VL, 1, "PublicKey")
Definition: SField.h:454
+
ripple::sfPublicKey
const SF_Blob sfPublicKey(access, STI_VL, 1, "PublicKey")
Definition: SField.h:456
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition: RCLCensorshipDetector.h:29
-
ripple::sfBalance
const SF_Amount sfBalance(access, STI_AMOUNT, 2, "Balance")
Definition: SField.h:438
+
ripple::sfBalance
const SF_Amount sfBalance(access, STI_AMOUNT, 2, "Balance")
Definition: SField.h:440
ripple::TokenType::AccountPublic
@ AccountPublic
ripple::VisitData::items
std::vector< RippleState::pointer > items
Definition: AccountLines.cpp:35
ripple::RPC::Tuning::accountChannels
static constexpr LimitRange accountChannels
Limits for the account_channels command.
Definition: rpc/impl/Tuning.h:40
ripple::sfSettleDelay
const SF_U32 sfSettleDelay(access, STI_UINT32, 39, "SettleDelay")
Definition: SField.h:391
std::string::empty
T empty(T... args)
ripple::forEachItemAfter
bool forEachItemAfter(ReadView const &view, AccountID const &id, uint256 const &after, std::uint64_t const hint, unsigned int limit, std::function< bool(std::shared_ptr< SLE const > const &)> f)
Iterate all items after an item in an owner directory.
Definition: View.cpp:274
-
ripple::sfDestination
const SF_Account sfDestination(access, STI_ACCOUNT, 3, "Destination")
Definition: SField.h:476
+
ripple::sfDestination
const SF_Account sfDestination(access, STI_ACCOUNT, 3, "Destination")
Definition: SField.h:478
ripple::ltPAYCHAN
@ ltPAYCHAN
Definition: LedgerFormats.h:83
ripple::doAccountChannels
Json::Value doAccountChannels(RPC::JsonContext &context)
Definition: AccountChannels.cpp:68
ripple::strHex
std::string strHex(FwdIt begin, FwdIt end)
Definition: strHex.h:67
diff --git a/AccountCurrenciesHandler_8cpp_source.html b/AccountCurrenciesHandler_8cpp_source.html index ff3edd514b..b8131020a7 100644 --- a/AccountCurrenciesHandler_8cpp_source.html +++ b/AccountCurrenciesHandler_8cpp_source.html @@ -125,7 +125,7 @@ $(function() {
54  if (auto jvAccepted = RPC::accountFromString(accountID, strIdent, bStrict))
55  return jvAccepted;
56 
-
57  if (!ledger->exists(keylet::account(accountID)))
+
57  if (!ledger->exists(keylet::account(accountID)))
58  return rpcError(rpcACT_NOT_FOUND);
59 
60  std::set<Currency> send, receive;
@@ -159,7 +159,7 @@ $(function() {
88 
89 } // namespace ripple
-
ripple::badCurrency
Currency const & badCurrency()
We deliberately disallow the currency that looks like "XRP" because too many people were using it ins...
Definition: UintTypes.cpp:126
+
ripple::badCurrency
Currency const & badCurrency()
We deliberately disallow the currency that looks like "XRP" because too many people were using it ins...
Definition: UintTypes.cpp:135
ripple::RPC::JsonContext
Definition: Context.h:52
ripple::doAccountCurrencies
Json::Value doAccountCurrencies(RPC::JsonContext &context)
Definition: AccountCurrenciesHandler.cpp:32
std::string
STL class.
@@ -171,7 +171,7 @@ $(function() {
ripple::getRippleStateItems
std::vector< RippleState::pointer > getRippleStateItems(AccountID const &accountID, ReadView const &view)
Definition: RippleState.cpp:70
ripple::base_uint
Definition: base_uint.h:63
Json::Value::append
Value & append(const Value &value)
Append value to array at the end.
Definition: json_value.cpp:882
-
ripple::keylet::account
static const account_t account
Definition: Indexes.h:120
+
ripple::keylet::account
Keylet account(AccountID const &id) noexcept
AccountID root.
Definition: Indexes.cpp:120
ripple::rpcACT_NOT_FOUND
@ rpcACT_NOT_FOUND
Definition: ErrorCodes.h:70
ripple::STAmount
Definition: STAmount.h:42
ripple::ReadView::exists
virtual bool exists(Keylet const &k) const =0
Determine if a state item exists.
diff --git a/AccountCurrencies_8cpp_source.html b/AccountCurrencies_8cpp_source.html index 0da12ba718..ece5b36578 100644 --- a/AccountCurrencies_8cpp_source.html +++ b/AccountCurrencies_8cpp_source.html @@ -165,7 +165,7 @@ $(function() {
94 
95 } // namespace ripple
-
ripple::badCurrency
Currency const & badCurrency()
We deliberately disallow the currency that looks like "XRP" because too many people were using it ins...
Definition: UintTypes.cpp:126
+
ripple::badCurrency
Currency const & badCurrency()
We deliberately disallow the currency that looks like "XRP" because too many people were using it ins...
Definition: UintTypes.cpp:135
ripple::RippleState
Wraps a trust line SLE for convenience.
Definition: RippleState.h:39
std::shared_ptr
STL class.
std::unordered_set
STL class.
@@ -176,7 +176,7 @@ $(function() {
std::unordered_set::insert
T insert(T... args)
ripple::RippleLineCache::getRippleLines
std::vector< RippleState::pointer > const & getRippleLines(AccountID const &accountID)
Definition: RippleLineCache.cpp:34
ripple::accountSourceCurrencies
hash_set< Currency > accountSourceCurrencies(AccountID const &account, std::shared_ptr< RippleLineCache > const &lrCache, bool includeXRP)
Definition: AccountCurrencies.cpp:25
-
ripple::xrpCurrency
Currency const & xrpCurrency()
XRP currency.
Definition: UintTypes.cpp:112
+
ripple::xrpCurrency
Currency const & xrpCurrency()
XRP currency.
Definition: UintTypes.cpp:121