diff --git a/Batch_8cpp_source.html b/Batch_8cpp_source.html
index 520946bc36..2f89f546c8 100644
--- a/Batch_8cpp_source.html
+++ b/Batch_8cpp_source.html
@@ -544,9 +544,9 @@ $(document).ready(function() { init_codefold(0); });
Expected< void, std::string > checkBatchSign(RequireFullyCanonicalSig requireCanonicalSig, Rules const &rules) const
static XRPAmount calculateBaseFee(ReadView const &view, STTx const &tx)
-static NotTEC checkSign(PreclaimContext const &ctx)
+static NotTEC checkSign(PreclaimContext const &ctx)
-static NotTEC checkBatchSign(PreclaimContext const &ctx)
+static NotTEC checkBatchSign(PreclaimContext const &ctx)
diff --git a/Transactor_8cpp_source.html b/Transactor_8cpp_source.html
index 70775dbdb0..c5b216c135 100644
--- a/Transactor_8cpp_source.html
+++ b/Transactor_8cpp_source.html
@@ -778,51 +778,51 @@ $(document).ready(function() { init_codefold(0); });
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
686 auto const idAccount = ctx.
tx[~sfDelegate].value_or(ctx.
tx[sfAccount]);
-
-
-
-
-
-
-
+
+
+
+
+
+
667 auto const pkSigner = sigObject.
getFieldVL(sfSigningPubKey);
+
+
+
+
+
+
673 if (sigObject.
isFieldPresent(sfTxnSignature) || !pkSigner.empty() ||
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
699 "ripple::Transactor::checkSingleSign : non-empty signer or simulation");
-
-
-
-
-
704 <<
"checkSingleSign: signing public key type is unknown";
-
-
+
698 !pkSigner.empty(),
"ripple::Transactor::checkSign : non-empty signer");
+
+
+
+
702 JLOG(ctx.
j.
trace()) <<
"checkSign: signing public key type is unknown";
+
+
+
+
707 auto const idSigner = pkSigner.empty()
@@ -830,673 +830,682 @@ $(document).ready(function() { init_codefold(0); });
-
-
715 idSigner, idAccount, sleAccount, ctx.
view.
rules(), ctx.
j);
-
+
+
-
-
-
-
-
-
-
-
723 for (
auto const& signer : signers)
-
-
725 auto const idAccount = signer.getAccountID(sfAccount);
-
-
727 Blob const& pkSigner = signer.getFieldVL(sfSigningPubKey);
-
728 if (pkSigner.
empty())
-
-
730 STArray const& txSigners(signer.getFieldArray(sfSigners));
-
-
732 ctx.
view, idAccount, txSigners, ctx.
flags, ctx.
j);
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
731 for (
auto const& signer : signers)
+
+
733 auto const idAccount = signer.getAccountID(sfAccount);
+
+
735 Blob const& pkSigner = signer.getFieldVL(sfSigningPubKey);
+
736 if (pkSigner.
empty())
-
-
-
-
-
-
-
-
-
-
-
-
-
750 if (idAccount != idSigner)
-
-
-
-
-
-
-
757 idSigner, idAccount, sleAccount, ctx.
view.
rules(), ctx.
j);
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
756 if (idAccount != idSigner)
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
775 if (rules.
enabled(fixMasterKeyAsRegularKey))
-
-
-
778 if ((*sleAccount)[~sfRegularKey] == idSigner)
-
-
-
-
-
-
784 if (!isMasterDisabled && idAccount == idSigner)
-
-
-
-
-
-
790 if (isMasterDisabled && idAccount == idSigner)
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
782 if ((*sleAccount)[~sfRegularKey] == idSigner)
+
+
+
+
+
+
788 if (!isMasterDisabled && idAccount == idSigner)
+
+
+
+
+
+
794 if (isMasterDisabled && idAccount == idSigner)
+
+
+
-
799 if (idSigner == idAccount)
-
-
-
802 if (isMasterDisabled)
-
-
-
805 else if ((*sleAccount)[~sfRegularKey] == idSigner)
-
-
+
+
+
+
+
803 if (idSigner == idAccount)
+
+
+
806 if (isMasterDisabled)
+
-
809 else if (sleAccount->isFieldPresent(sfRegularKey))
+
809 else if ((*sleAccount)[~sfRegularKey] == idSigner)
-
-
812 JLOG(j.
trace()) <<
"checkSingleSign: Not authorized to use account.";
-
-
-
-
-
-
-
819 JLOG(j.
trace()) <<
"checkSingleSign: Not authorized to use account.";
-
-
-
-
-
+
+
+
813 else if (sleAccount->isFieldPresent(sfRegularKey))
+
+
+
+
817 <<
"checkSingleSign: Not authorized to use account.";
+
+
+
+
+
+
+
+
825 <<
"checkSingleSign: Not authorized to use account.";
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
838 if (!sleAccountSigners)
-
-
-
841 <<
"applyTransaction: Invalid: Not a multi-signing account.";
-
-
-
-
-
-
-
848 sleAccountSigners->isFieldPresent(sfSignerListID),
-
849 "ripple::Transactor::checkMultiSign : has signer list ID");
-
-
851 sleAccountSigners->getFieldU32(sfSignerListID) == 0,
-
852 "ripple::Transactor::checkMultiSign : signer list ID is 0");
-
-
854 auto accountSigners =
-
-
-
857 return accountSigners.error();
-
-
-
-
-
-
-
-
-
-
-
868 auto iter = accountSigners->begin();
-
869 for (
auto const& txSigner : txSigners)
-
-
871 AccountID const txSignerAcctID = txSigner.getAccountID(sfAccount);
-
-
-
874 while (iter->account < txSignerAcctID)
-
-
876 if (++iter == accountSigners->end())
-
-
-
879 <<
"applyTransaction: Invalid SigningAccount.Account.";
-
-
-
-
883 if (iter->account != txSignerAcctID)
-
-
-
-
887 <<
"applyTransaction: Invalid SigningAccount.Account.";
-
-
-
-
-
-
-
894 auto const spk = txSigner.getFieldVL(sfSigningPubKey);
+
+
+
+
+
+
+
+
+
+
+
+
+
842 if (!sleAccountSigners)
+
+
+
845 <<
"applyTransaction: Invalid: Not a multi-signing account.";
+
+
+
+
+
+
+
852 sleAccountSigners->isFieldPresent(sfSignerListID),
+
853 "ripple::Transactor::checkMultiSign : has signer list ID");
+
+
855 sleAccountSigners->getFieldU32(sfSignerListID) == 0,
+
856 "ripple::Transactor::checkMultiSign : signer list ID is 0");
+
+
858 auto accountSigners =
+
+
+
861 return accountSigners.error();
+
+
+
+
+
+
+
+
+
+
+
+
873 auto iter = accountSigners->begin();
+
874 for (
auto const& txSigner : txSigners)
+
+
876 AccountID const txSignerAcctID = txSigner.getAccountID(sfAccount);
+
+
+
879 while (iter->account < txSignerAcctID)
+
+
881 if (++iter == accountSigners->end())
+
+
+
884 <<
"applyTransaction: Invalid SigningAccount.Account.";
+
+
+
+
888 if (iter->account != txSignerAcctID)
+
+
+
+
892 <<
"applyTransaction: Invalid SigningAccount.Account.";
+
+
-
-
-
-
-
-
901 <<
"checkMultiSign: signing public key type is unknown";
-
-
-
-
-
-
907 "ripple::Transactor::checkMultiSign : non-empty signer or "
-
-
909 AccountID const signingAcctIDFromPubKey = spk.empty()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
940 if (signingAcctIDFromPubKey == txSignerAcctID)
-
-
-
-
-
-
-
947 sleTxSignerRoot->getFieldU32(sfFlags);
-
-
-
-
-
952 <<
"applyTransaction: Signer:Account lsfDisableMaster.";
-
-
-
-
-
-
-
-
-
961 if (!sleTxSignerRoot)
-
-
963 JLOG(j.
trace()) <<
"applyTransaction: Non-phantom signer "
-
964 "lacks account root.";
-
-
-
-
968 if (!sleTxSignerRoot->isFieldPresent(sfRegularKey))
-
-
-
971 <<
"applyTransaction: Account lacks RegularKey.";
-
-
-
974 if (signingAcctIDFromPubKey !=
-
975 sleTxSignerRoot->getAccountID(sfRegularKey))
-
-
-
978 <<
"applyTransaction: Account doesn't match RegularKey.";
-
-
-
-
-
983 weightSum += iter->weight;
-
-
-
-
987 if (weightSum < sleAccountSigners->getFieldU32(sfSignerQuorum))
-
-
989 JLOG(j.
trace()) <<
"applyTransaction: Signers failed to meet quorum.";
-
-
-
-
-
-
+
+
+
+
899 auto const spk = txSigner.getFieldVL(sfSigningPubKey);
+
+
+
+
+
+
+
906 <<
"checkMultiSign: signing public key type is unknown";
+
+
+
+
+
+
912 "ripple::Transactor::checkMultiSign : non-empty signer or "
+
+
914 AccountID const signingAcctIDFromPubKey = spk.empty()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
943 auto const sleTxSignerRoot =
+
+
+
946 if (signingAcctIDFromPubKey == txSignerAcctID)
+
+
+
+
+
+
+
953 sleTxSignerRoot->getFieldU32(sfFlags);
+
+
+
+
+
958 <<
"applyTransaction: Signer:Account lsfDisableMaster.";
+
+
+
+
+
+
+
+
+
967 if (!sleTxSignerRoot)
+
+
969 JLOG(ctx.
j.
trace()) <<
"applyTransaction: Non-phantom signer "
+
970 "lacks account root.";
+
+
+
+
974 if (!sleTxSignerRoot->isFieldPresent(sfRegularKey))
+
+
+
977 <<
"applyTransaction: Account lacks RegularKey.";
+
+
+
980 if (signingAcctIDFromPubKey !=
+
981 sleTxSignerRoot->getAccountID(sfRegularKey))
+
+
+
984 <<
"applyTransaction: Account doesn't match RegularKey.";
+
+
+
+
+
989 weightSum += iter->weight;
+
+
+
+
993 if (weightSum < sleAccountSigners->getFieldU32(sfSignerQuorum))
+
+
+
996 <<
"applyTransaction: Signers failed to meet quorum.";
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
1007 for (
auto const& index : offers)
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
1014 for (
auto const& index : offers)
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
1027 for (
auto const& index : offers)
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
1034 for (
auto const& index : offers)
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
1044 for (
auto const& index : creds)
-
-
-
-
-
+
+
+
+
+
+
+
+
+
1051 for (
auto const& index : creds)
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
1060 <<
"removeDeletedTrustLines: deleted trustlines exceed max "
-
1061 << trustLines.
size();
-
-
-
-
1065 for (
auto const& index : trustLines)
-
-
1067 if (
auto const sleState = view.
peek({ltRIPPLE_STATE, index});
-
-
-
-
-
1072 <<
"removeDeletedTrustLines: failed to delete AMM trustline";
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
1067 <<
"removeDeletedTrustLines: deleted trustlines exceed max "
+
1068 << trustLines.
size();
+
+
+
+
1072 for (
auto const& index : trustLines)
+
+
1074 if (
auto const sleState = view.
peek({ltRIPPLE_STATE, index});
+
+
+
+
+
1079 <<
"removeDeletedTrustLines: failed to delete AMM trustline";
+
+
+
-
-
-
-
-
-
-
-
1087 auto const txnAcct =
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1101 auto const balance = payerSle->getFieldAmount(sfBalance).xrp();
-
-
-
-
1105 balance != beast::zero && (!
view().
open() || balance >= fee),
-
1106 "ripple::Transactor::reset : valid balance");
+
+
+
+
+
+
+
+
1094 auto const txnAcct =
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
1120 payerSle->setFieldAmount(sfBalance, balance - fee);
-
-
-
1123 isTesSuccess(ter),
"ripple::Transactor::reset : result is tesSUCCESS");
-
-
-
-
-
1128 if (payerSle != txnAcct)
-
-
+
1108 auto const balance = payerSle->getFieldAmount(sfBalance).xrp();
+
+
+
+
1112 balance != beast::zero && (!
view().
open() || balance >= fee),
+
1113 "ripple::Transactor::reset : valid balance");
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1127 payerSle->setFieldAmount(sfBalance, balance - fee);
+
+
+
1130 isTesSuccess(ter),
"ripple::Transactor::reset : result is tesSUCCESS");
-
-
+
+
+
+
1135 if (payerSle != txnAcct)
+
+
+
+
+
-
-
-
-
-
-
-
-
1140 JLOG(
j_.
debug()) <<
"Transaction trapped: " << txHash;
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
1147 JLOG(
j_.
debug()) <<
"Transaction trapped: " << txHash;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
1164 JLOG(
j_.
fatal()) <<
"Transaction serdes mismatch";
-
-
-
-
1168 "ripple::Transactor::operator() : transaction serdes mismatch");
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
1171 JLOG(
j_.
fatal()) <<
"Transaction serdes mismatch";
+
+
+
+
1175 "ripple::Transactor::operator() : transaction serdes mismatch");
+
-
-
-
-
-
-
-
-
-
-
1187 "ripple::Transactor::operator() : result is not temUNKNOWN");
-
-
-
1190 stream <<
"preclaim result: " <<
transToken(result);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1221 bool const doOffers =
-
-
-
1224 bool const doNFTokenOffers = (result ==
tecEXPIRED);
-
1225 bool const doCredentials = (result ==
tecEXPIRED);
-
1226 if (doOffers || doLines || doNFTokenOffers || doCredentials)
-
-
-
-
-
-
-
1233 &expiredNFTokenOffers,
-
-
1235 &expiredCredentials](
-
-
-
-
-
-
-
-
-
1244 "ripple::Transactor::operator()::visit : non-null SLE "
-
-
1246 if (doOffers && before &&
after &&
-
1247 (before->getType() == ltOFFER) &&
-
1248 (before->getFieldAmount(sfTakerPays) ==
-
1249 after->getFieldAmount(sfTakerPays)))
-
-
-
-
-
-
1255 if (doLines && before &&
after &&
-
1256 (before->getType() == ltRIPPLE_STATE))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1194 "ripple::Transactor::operator() : result is not temUNKNOWN");
+
+
+
1197 stream <<
"preclaim result: " <<
transToken(result);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1228 bool const doOffers =
+
+
+
1231 bool const doNFTokenOffers = (result ==
tecEXPIRED);
+
1232 bool const doCredentials = (result ==
tecEXPIRED);
+
1233 if (doOffers || doLines || doNFTokenOffers || doCredentials)
+
+
+
+
+
+
+
1240 &expiredNFTokenOffers,
+
+
1242 &expiredCredentials](
+
+
+
+
+
+
+
+
+
1251 "ripple::Transactor::operator()::visit : non-null SLE "
+
+
1253 if (doOffers && before &&
after &&
+
1254 (before->getType() == ltOFFER) &&
+
1255 (before->getFieldAmount(sfTakerPays) ==
+
1256 after->getFieldAmount(sfTakerPays)))
-
-
+
+
-
1262 if (doNFTokenOffers && before &&
after &&
-
1263 (before->getType() == ltNFTOKEN_OFFER))
-
-
-
1266 if (doCredentials && before &&
after &&
-
1267 (before->getType() == ltCREDENTIAL))
-
-
-
-
+
1262 if (doLines && before &&
after &&
+
1263 (before->getType() == ltRIPPLE_STATE))
+
+
+
+
+
+
1269 if (doNFTokenOffers && before &&
after &&
+
1270 (before->getType() == ltNFTOKEN_OFFER))
+
-
-
-
1275 auto const resetResult =
reset(fee);
-
-
1277 result = resetResult.first;
-
-
1279 fee = resetResult.second;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
1273 if (doCredentials && before &&
after &&
+
1274 (before->getType() == ltCREDENTIAL))
+
+
+
+
+
+
+
+
1282 auto const resetResult =
reset(fee);
+
+
1284 result = resetResult.first;
+
+
1286 fee = resetResult.second;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
1312 auto const resetResult =
reset(fee);
-
-
1314 result = resetResult.first;
-
-
1316 fee = resetResult.second;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
1339 if (fee < beast::zero)
-
1340 Throw<std::logic_error>(
"fee charged is negative!");
-
-
-
-
-
-
1346 if (!
view().
open() && fee != beast::zero)
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1319 auto const resetResult =
reset(fee);
+
+
1321 result = resetResult.first;
+
+
1323 fee = resetResult.second;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1346 if (fee < beast::zero)
+
1347 Throw<std::logic_error>(
"fee charged is negative!");
-
-
-
-
-
-
-
-
-
-
1358 JLOG(
j_.
trace()) << (applied ?
"applied " :
"not applied ")
-
-
-
1361 return {result, applied, metadata};
-
+
+
+
+
+
1353 if (!
view().
open() && fee != beast::zero)
+
+
+
+
+
+
+
+
+
+
+
+
1365 JLOG(
j_.
trace()) << (applied ?
"applied " :
"not applied ")
+
+
+
1368 return {result, applied, metadata};
+
-
-
+
+
A generic endpoint for log messages.
@@ -1538,7 +1547,6 @@ $(document).ready(function() { init_codefold(0); });
LedgerIndex seq() const
Returns the sequence number of the base ledger.
virtual Rules const & rules() const =0
Returns the tx processing rules.
virtual bool txExists(key_type const &key) const =0
Returns true if a tx exists in the tx map.
-
Rules controlling protocol behavior.
bool enabled(uint256 const &feature) const
Returns true if a feature is enabled.
RAII class to set and restore the STAmount canonicalize switchover.
@@ -1562,7 +1570,6 @@ $(document).ready(function() { init_codefold(0); });
SeqProxy getSeqProxy() const
Json::Value getJson(JsonOptions options) const override
-
Blob getSigningPubKey() const
uint256 getTransactionID() const
A type that represents either a sequence value or a ticket value.
static constexpr SeqProxy sequence(std::uint32_t v)
Factory function to return a sequence-based SeqProxy.
@@ -1577,24 +1584,24 @@ $(document).ready(function() { init_codefold(0); });
bool empty() const noexcept
Return true if the byte range is empty.
+
static NotTEC checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject)
TER consumeSeqProxy(SLE::pointer const &sleAccount)
-
ApplyResult operator()()
Process the transaction.
+
ApplyResult operator()()
Process the transaction.
static NotTEC preflightSigValidated(PreflightContext const &ctx)
static NotTEC checkPriorTxAndLastLedger(PreclaimContext const &ctx)
static TER checkFee(PreclaimContext const &ctx, XRPAmount baseFee)
static XRPAmount calculateBaseFee(ReadView const &view, STTx const &tx)
static NotTEC checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j)
-
static NotTEC checkSign(PreclaimContext const &ctx)
-
void trapTransaction(uint256) const
+
static NotTEC checkSign(PreclaimContext const &ctx)
+
void trapTransaction(uint256) const
static XRPAmount minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags)
Compute the minimum fee required to process a transaction with a given baseFee based on the current s...
-
static NotTEC checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j)
static NotTEC preflight1(PreflightContext const &ctx, std::uint32_t flagMask)
Performs early sanity checks on the account and fee fields.
-
static NotTEC checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j)
static TER checkPermission(ReadView const &view, STTx const &tx)
static NotTEC preflight2(PreflightContext const &ctx)
Checks whether the signature appears valid.
-
static NotTEC checkBatchSign(PreclaimContext const &ctx)
+
static NotTEC checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount)
+
static NotTEC checkBatchSign(PreclaimContext const &ctx)
static XRPAmount calculateOwnerReserveFee(ReadView const &view, STTx const &tx)
@@ -1606,7 +1613,7 @@ $(document).ready(function() { init_codefold(0); });
static bool validDataLength(std::optional< Slice > const &slice, std::size_t maxLength)
-
std::pair< TER, XRPAmount > reset(XRPAmount fee)
Reset the context, discarding any changes made and adjust the fee.
+
std::pair< TER, XRPAmount > reset(XRPAmount fee)
Reset the context, discarding any changes made and adjust the fee.
Transactor(Transactor const &)=delete
@@ -1640,7 +1647,7 @@ $(document).ready(function() { init_codefold(0); });
void adjustOwnerCount(ApplyView &view, std::shared_ptr< SLE > const &sle, std::int32_t amount, beast::Journal j)
Adjust the owner count up or down.
std::size_t constexpr oversizeMetaDataCap
The maximum number of metadata entries allowed in one transaction.
AccountID calcAccountID(PublicKey const &pk)
-
static void removeUnfundedOffers(ApplyView &view, std::vector< uint256 > const &offers, beast::Journal viewJ)
+
static void removeUnfundedOffers(ApplyView &view, std::vector< uint256 > const &offers, beast::Journal viewJ)
@@ -1656,9 +1663,9 @@ $(document).ready(function() { init_codefold(0); });
@ open
We haven't closed our ledger yet, but others might have.
std::optional< KeyType > publicKeyType(Slice const &slice)
Returns the type of public key.
-
static void removeExpiredCredentials(ApplyView &view, std::vector< uint256 > const &creds, beast::Journal viewJ)
+
static void removeExpiredCredentials(ApplyView &view, std::vector< uint256 > const &creds, beast::Journal viewJ)
std::string transToken(TER code)
-
static void removeExpiredNFTokenOffers(ApplyView &view, std::vector< uint256 > const &offers, beast::Journal viewJ)
+
static void removeExpiredNFTokenOffers(ApplyView &view, std::vector< uint256 > const &offers, beast::Journal viewJ)
std::enable_if_t< std::is_same< T, char >::value||std::is_same< T, unsigned char >::value, Slice > makeSlice(std::array< T, N > const &a)
TER checkTxPermission(std::shared_ptr< SLE const > const &delegate, STTx const &tx)
Check if the delegate account has permission to execute the transaction.
@ tecNO_DELEGATE_PERMISSION
@@ -1674,7 +1681,7 @@ $(document).ready(function() { init_codefold(0); });
bool isTesSuccess(TER x) noexcept
@ SigBad
Signature is bad. Didn't do local checks.
std::string to_string(base_uint< Bits, Tag > const &a)
-
static void removeDeletedTrustLines(ApplyView &view, std::vector< uint256 > const &trustLines, beast::Journal viewJ)
+
static void removeDeletedTrustLines(ApplyView &view, std::vector< uint256 > const &trustLines, beast::Journal viewJ)
bool after(NetClock::time_point now, std::uint32_t mark)
Has the specified time passed?
constexpr std::uint32_t tfUniversalMask
XRPAmount scaleFeeLoad(XRPAmount fee, LoadFeeTrack const &feeTrack, Fees const &fees, bool bUnlimited)
diff --git a/Transactor_8h_source.html b/Transactor_8h_source.html
index 376d2dcf76..f3d5dd11b3 100644
--- a/Transactor_8h_source.html
+++ b/Transactor_8h_source.html
@@ -369,148 +369,151 @@ $(document).ready(function() { init_codefold(0); });
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
303 template <
class T,
class Unit>
-
-
-
-
-
-
-
-
-
312 reset(XRPAmount fee);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
327 ReadView
const&
view,
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
309 template <
class T,
class Unit>
+
+
+
+
+
+
+
+
+
318 reset(XRPAmount fee);
+
+
+
+
+
+
+
+
326 PreclaimContext
const& ctx,
+
-
329 STArray
const& txSigners,
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
332 PreclaimContext
const& ctx,
+
+
334 STObject
const& sigObject);
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
401 if (!T::checkExtraFeatures(ctx))
+
-
404 if (
auto const ret =
preflight1(ctx, T::getFlagsMask(ctx)))
-
+
404 if (!T::checkExtraFeatures(ctx))
+
-
407 if (
auto const ret = T::preflight(ctx))
+
407 if (
auto const ret =
preflight1(ctx, T::getFlagsMask(ctx)))
-
+
410 if (
auto const ret = T::preflight(ctx))
-
413 return T::preflightSigValidated(ctx);
-
-
+
+
-
-
-
-
-
-
-
-
422 return value >= min && value <= max;
-
+
416 return T::preflightSigValidated(ctx);
+
-
-
425template <
class T,
class Unit>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
425 return value >= min && value <= max;
+
-
-
-
-
+
+
428template <
class T,
class Unit>
+
+
+
+
+
+
A generic endpoint for log messages.
static Sink & getNullSink()
Returns a Sink which does nothing.
Wraps a Journal::Sink to prefix its output with a string.
@@ -531,35 +534,35 @@ $(document).ready(function() { init_codefold(0); });
+
static NotTEC checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject)
TER consumeSeqProxy(SLE::pointer const &sleAccount)
-
ApplyResult operator()()
Process the transaction.
+
ApplyResult operator()()
Process the transaction.
static NotTEC preflightSigValidated(PreflightContext const &ctx)
Transactor & operator=(Transactor const &)=delete
static NotTEC checkPriorTxAndLastLedger(PreclaimContext const &ctx)
static TER checkFee(PreclaimContext const &ctx, XRPAmount baseFee)
static XRPAmount calculateBaseFee(ReadView const &view, STTx const &tx)
static NotTEC checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j)
-
static NotTEC checkSign(PreclaimContext const &ctx)
-
void trapTransaction(uint256) const
+
static NotTEC checkSign(PreclaimContext const &ctx)
+
void trapTransaction(uint256) const
static XRPAmount minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags)
Compute the minimum fee required to process a transaction with a given baseFee based on the current s...
virtual ~Transactor()=default
-
static bool checkExtraFeatures(PreflightContext const &ctx)
-
static NotTEC checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j)
+
static bool checkExtraFeatures(PreflightContext const &ctx)
static NotTEC preflight1(PreflightContext const &ctx, std::uint32_t flagMask)
Performs early sanity checks on the account and fee fields.
-
static NotTEC checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j)
static TER checkPermission(ReadView const &view, STTx const &tx)
static NotTEC preflight2(PreflightContext const &ctx)
Checks whether the signature appears valid.
static TER preclaim(PreclaimContext const &ctx)
-
static NotTEC checkBatchSign(PreclaimContext const &ctx)
+
static NotTEC checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount)
+
static NotTEC checkBatchSign(PreclaimContext const &ctx)
static XRPAmount calculateOwnerReserveFee(ReadView const &view, STTx const &tx)
-
static bool validNumericRange(std::optional< T > value, T max, T min={})
+
static bool validNumericRange(std::optional< T > value, T max, T min={})
virtual void preCompute()
@@ -570,10 +573,10 @@ $(document).ready(function() { init_codefold(0); });
static bool validDataLength(std::optional< Slice > const &slice, std::size_t maxLength)
-
std::pair< TER, XRPAmount > reset(XRPAmount fee)
Reset the context, discarding any changes made and adjust the fee.
+
std::pair< TER, XRPAmount > reset(XRPAmount fee)
Reset the context, discarding any changes made and adjust the fee.
Transactor(Transactor const &)=delete
ApplyView const & view() const
-
static NotTEC invokePreflight(PreflightContext const &ctx)
+
static NotTEC invokePreflight(PreflightContext const &ctx)
Class describing the consequences to the account of applying a transaction if the transaction consume...
diff --git a/classripple_1_1AMMBid-members.html b/classripple_1_1AMMBid-members.html
index 3e6d786d0a..15013d0cbb 100644
--- a/classripple_1_1AMMBid-members.html
+++ b/classripple_1_1AMMBid-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::AMMBid | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMBid | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::AMMBid | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMBid | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::AMMBid | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMBid | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMBid | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMBid | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMBid | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
+
+
◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -784,7 +830,7 @@ Static Private Member Functions
@@ -852,7 +898,7 @@ template<class T >
@@ -1299,7 +1345,7 @@ template<class T >
@@ -1345,7 +1391,7 @@ template<class T , class Unit >
@@ -1382,7 +1428,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1441,8 +1487,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1453,6 +1499,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1466,19 +1518,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1493,12 +1533,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1509,32 +1549,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1549,7 +1577,7 @@ template<class T , class Unit >
@@ -1577,7 +1605,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1AMMClawback-members.html b/classripple_1_1AMMClawback-members.html
index 41069aedfd..f83afdf3d8 100644
--- a/classripple_1_1AMMClawback-members.html
+++ b/classripple_1_1AMMClawback-members.html
@@ -89,49 +89,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMClawback | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::AMMClawback | virtual |
-
| equalWithdrawMatchingOneAmount(Sandbox &view, SLE const &ammSle, AccountID const &holder, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &holdLPtokens, STAmount const &amount) | ripple::AMMClawback | private |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::AMMClawback | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMClawback | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::AMMClawback | virtual |
+
| equalWithdrawMatchingOneAmount(Sandbox &view, SLE const &ammSle, AccountID const &holder, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &holdLPtokens, STAmount const &amount) | ripple::AMMClawback | private |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::AMMClawback | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMClawback | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMClawback | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMClawback | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMClawback | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -681,7 +683,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -850,7 +852,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -873,6 +875,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -901,7 +947,7 @@ Static Private Member Functions
@@ -969,7 +1015,7 @@ template<class T >
@@ -1304,7 +1350,7 @@ template<>
@@ -1416,7 +1462,7 @@ template<class T >
@@ -1462,7 +1508,7 @@ template<class T , class Unit >
@@ -1499,7 +1545,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1558,8 +1604,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1570,6 +1616,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1583,19 +1635,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1610,12 +1650,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1626,32 +1666,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1666,7 +1694,7 @@ template<class T , class Unit >
@@ -1694,7 +1722,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1AMMCreate-members.html b/classripple_1_1AMMCreate-members.html
index b47ce2483c..69c1af6be0 100644
--- a/classripple_1_1AMMCreate-members.html
+++ b/classripple_1_1AMMCreate-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::AMMCreate | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMCreate | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::AMMCreate | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMCreate | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::AMMCreate | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMCreate | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMCreate | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMCreate | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMCreate | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -600,7 +602,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -769,7 +771,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -792,6 +794,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -820,7 +866,7 @@ Static Private Member Functions
@@ -850,7 +896,7 @@ template<class T >
@@ -1297,7 +1343,7 @@ template<class T >
@@ -1343,7 +1389,7 @@ template<class T , class Unit >
@@ -1380,7 +1426,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1439,8 +1485,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1451,6 +1497,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1464,19 +1516,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1491,12 +1531,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1507,32 +1547,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1547,7 +1575,7 @@ template<class T , class Unit >
@@ -1575,7 +1603,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1AMMDelete-members.html b/classripple_1_1AMMDelete-members.html
index 869c80157d..ec693c227f 100644
--- a/classripple_1_1AMMDelete-members.html
+++ b/classripple_1_1AMMDelete-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::AMMDelete | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMDelete | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::AMMDelete | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMDelete | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::AMMDelete | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMDelete | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMDelete | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMDelete | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMDelete | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -559,7 +561,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -728,7 +730,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -751,6 +753,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -779,7 +825,7 @@ Static Private Member Functions
@@ -847,7 +893,7 @@ template<class T >
@@ -1294,7 +1340,7 @@ template<class T >
@@ -1340,7 +1386,7 @@ template<class T , class Unit >
@@ -1377,7 +1423,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1436,8 +1482,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1448,6 +1494,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1461,19 +1513,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1488,12 +1528,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1504,32 +1544,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1544,7 +1572,7 @@ template<class T , class Unit >
@@ -1572,7 +1600,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1AMMDeposit-members.html b/classripple_1_1AMMDeposit-members.html
index d52139c76c..1e43d9649e 100644
--- a/classripple_1_1AMMDeposit-members.html
+++ b/classripple_1_1AMMDeposit-members.html
@@ -89,55 +89,56 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::AMMDeposit | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMDeposit | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| deposit(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amountDeposit, std::optional< STAmount > const &amount2Deposit, STAmount const &lptAMMBalance, STAmount const &lpTokensDeposit, std::optional< STAmount > const &depositMin, std::optional< STAmount > const &deposit2Min, std::optional< STAmount > const &lpTokensDepositMin, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| doApply() override | ripple::AMMDeposit | virtual |
-
| equalDepositInEmptyState(Sandbox &view, AccountID const &ammAccount, STAmount const &amount, STAmount const &amount2, Issue const &lptIssue, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| equalDepositLimit(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &amount2, std::optional< STAmount > const &lpTokensDepositMin, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| equalDepositTokens(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokensDeposit, std::optional< STAmount > const &depositMin, std::optional< STAmount > const &deposit2Min, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::AMMDeposit | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMDeposit | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| deposit(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amountDeposit, std::optional< STAmount > const &amount2Deposit, STAmount const &lptAMMBalance, STAmount const &lpTokensDeposit, std::optional< STAmount > const &depositMin, std::optional< STAmount > const &deposit2Min, std::optional< STAmount > const &lpTokensDepositMin, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| doApply() override | ripple::AMMDeposit | virtual |
+
| equalDepositInEmptyState(Sandbox &view, AccountID const &ammAccount, STAmount const &amount, STAmount const &amount2, Issue const &lptIssue, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| equalDepositLimit(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &amount2, std::optional< STAmount > const &lpTokensDepositMin, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| equalDepositTokens(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokensDeposit, std::optional< STAmount > const &depositMin, std::optional< STAmount > const &deposit2Min, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::AMMDeposit | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMDeposit | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMDeposit | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| singleDeposit(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, std::optional< STAmount > const &lpTokensDepositMin, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| singleDepositEPrice(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount, STAmount const &lptAMMBalance, STAmount const &ePrice, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| singleDepositTokens(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount, STAmount const &lptAMMBalance, STAmount const &lpTokensDeposit, std::uint16_t tfee) | ripple::AMMDeposit | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMDeposit | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMDeposit | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| singleDeposit(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, std::optional< STAmount > const &lpTokensDepositMin, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| singleDepositEPrice(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount, STAmount const &lptAMMBalance, STAmount const &ePrice, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| singleDepositTokens(Sandbox &view, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount, STAmount const &lptAMMBalance, STAmount const &lpTokensDeposit, std::uint16_t tfee) | ripple::AMMDeposit | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -1278,7 +1280,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -1447,7 +1449,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -1470,6 +1472,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -1498,7 +1544,7 @@ Static Private Member Functions
@@ -1566,7 +1612,7 @@ template<class T >
@@ -1985,7 +2031,7 @@ template<class T >
@@ -2031,7 +2077,7 @@ template<class T , class Unit >
@@ -2068,7 +2114,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -2127,8 +2173,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -2139,6 +2185,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -2152,19 +2204,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -2179,12 +2219,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -2195,32 +2235,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -2235,7 +2263,7 @@ template<class T , class Unit >
@@ -2263,7 +2291,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1AMMVote-members.html b/classripple_1_1AMMVote-members.html
index 7afc45c090..6426daf4a5 100644
--- a/classripple_1_1AMMVote-members.html
+++ b/classripple_1_1AMMVote-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::AMMVote | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMVote | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::AMMVote | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMVote | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::AMMVote | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMVote | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMVote | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMVote | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMVote | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -567,7 +569,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -736,7 +738,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -759,6 +761,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -787,7 +833,7 @@ Static Private Member Functions
@@ -855,7 +901,7 @@ template<class T >
@@ -1302,7 +1348,7 @@ template<class T >
@@ -1348,7 +1394,7 @@ template<class T , class Unit >
@@ -1385,7 +1431,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1444,8 +1490,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1456,6 +1502,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1469,19 +1521,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1496,12 +1536,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1512,32 +1552,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1552,7 +1580,7 @@ template<class T , class Unit >
@@ -1580,7 +1608,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1AMMWithdraw-members.html b/classripple_1_1AMMWithdraw-members.html
index 86e3d501cd..92c253818b 100644
--- a/classripple_1_1AMMWithdraw-members.html
+++ b/classripple_1_1AMMWithdraw-members.html
@@ -89,58 +89,59 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::AMMWithdraw | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::AMMWithdraw | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| deleteAMMAccountIfEmpty(Sandbox &sb, std::shared_ptr< SLE > const ammSle, STAmount const &lpTokenBalance, Issue const &issue1, Issue const &issue2, beast::Journal const &journal) | ripple::AMMWithdraw | static |
-
| doApply() override | ripple::AMMWithdraw | virtual |
-
| equalWithdrawLimit(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &amount2, std::uint16_t tfee) | ripple::AMMWithdraw | private |
-
| equalWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const account, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokens, STAmount const &lpTokensWithdraw, std::uint16_t tfee, FreezeHandling freezeHanding, WithdrawAll withdrawAll, XRPAmount const &priorBalance, beast::Journal const &journal) | ripple::AMMWithdraw | static |
-
| equalWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokens, STAmount const &lpTokensWithdraw, std::uint16_t tfee) | ripple::AMMWithdraw | private |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::AMMWithdraw | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::AMMWithdraw | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| deleteAMMAccountIfEmpty(Sandbox &sb, std::shared_ptr< SLE > const ammSle, STAmount const &lpTokenBalance, Issue const &issue1, Issue const &issue2, beast::Journal const &journal) | ripple::AMMWithdraw | static |
+
| doApply() override | ripple::AMMWithdraw | virtual |
+
| equalWithdrawLimit(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &amount2, std::uint16_t tfee) | ripple::AMMWithdraw | private |
+
| equalWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const account, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokens, STAmount const &lpTokensWithdraw, std::uint16_t tfee, FreezeHandling freezeHanding, WithdrawAll withdrawAll, XRPAmount const &priorBalance, beast::Journal const &journal) | ripple::AMMWithdraw | static |
+
| equalWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amount2Balance, STAmount const &lptAMMBalance, STAmount const &lpTokens, STAmount const &lpTokensWithdraw, std::uint16_t tfee) | ripple::AMMWithdraw | private |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::AMMWithdraw | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| isWithdrawAll(STTx const &tx) | ripple::AMMWithdraw | privatestatic |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::AMMWithdraw | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::AMMWithdraw | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| singleWithdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, std::uint16_t tfee) | ripple::AMMWithdraw | private |
-
| singleWithdrawEPrice(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &ePrice, std::uint16_t tfee) | ripple::AMMWithdraw | private |
-
| singleWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &lpTokensWithdraw, std::uint16_t tfee) | ripple::AMMWithdraw | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| withdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, AccountID const &account, STAmount const &amountBalance, STAmount const &amountWithdraw, std::optional< STAmount > const &amount2Withdraw, STAmount const &lpTokensAMMBalance, STAmount const &lpTokensWithdraw, std::uint16_t tfee, FreezeHandling freezeHandling, WithdrawAll withdrawAll, XRPAmount const &priorBalance, beast::Journal const &journal) | ripple::AMMWithdraw | static |
-
| withdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amountWithdraw, std::optional< STAmount > const &amount2Withdraw, STAmount const &lpTokensAMMBalance, STAmount const &lpTokensWithdraw, std::uint16_t tfee) | ripple::AMMWithdraw | private |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| isWithdrawAll(STTx const &tx) | ripple::AMMWithdraw | privatestatic |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::AMMWithdraw | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::AMMWithdraw | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| singleWithdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, std::uint16_t tfee) | ripple::AMMWithdraw | private |
+
| singleWithdrawEPrice(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &ePrice, std::uint16_t tfee) | ripple::AMMWithdraw | private |
+
| singleWithdrawTokens(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &lptAMMBalance, STAmount const &amount, STAmount const &lpTokensWithdraw, std::uint16_t tfee) | ripple::AMMWithdraw | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| withdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, AccountID const &account, STAmount const &amountBalance, STAmount const &amountWithdraw, std::optional< STAmount > const &amount2Withdraw, STAmount const &lpTokensAMMBalance, STAmount const &lpTokensWithdraw, std::uint16_t tfee, FreezeHandling freezeHandling, WithdrawAll withdrawAll, XRPAmount const &priorBalance, beast::Journal const &journal) | ripple::AMMWithdraw | static |
+
| withdraw(Sandbox &view, SLE const &ammSle, AccountID const &ammAccount, STAmount const &amountBalance, STAmount const &amountWithdraw, std::optional< STAmount > const &amount2Withdraw, STAmount const &lpTokensAMMBalance, STAmount const &lpTokensWithdraw, std::uint16_t tfee) | ripple::AMMWithdraw | private |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
+| static NotTEC | checkSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static XRPAmount | minimumFee (Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) |
| | Compute the minimum fee required to process a transaction with a given baseFee based on the current server load.
|
| |
@@ -373,10 +375,10 @@ Static Private Member Functions
| static WithdrawAll | isWithdrawAll (STTx const &tx) |
| | Check from the flags if it's withdraw all.
|
| |
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -1548,7 +1550,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -1717,7 +1719,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -1740,6 +1742,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -1768,7 +1814,7 @@ Static Private Member Functions
@@ -1836,7 +1882,7 @@ template<class T >
@@ -2255,7 +2301,7 @@ template<class T >
@@ -2301,7 +2347,7 @@ template<class T , class Unit >
@@ -2338,7 +2384,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -2397,8 +2443,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -2409,6 +2455,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -2422,19 +2474,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -2449,12 +2489,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -2465,32 +2505,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -2505,7 +2533,7 @@ template<class T , class Unit >
@@ -2533,7 +2561,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1Batch-members.html b/classripple_1_1Batch-members.html
index 901d3adddf..9ca5ecee8c 100644
--- a/classripple_1_1Batch-members.html
+++ b/classripple_1_1Batch-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Batch | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::Batch | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::Batch | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Batch | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| ripple::Transactor::checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::Batch | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::Batch | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Batch | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::Batch | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Batch | static |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::Batch | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Batch | static |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -591,7 +593,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -854,6 +856,50 @@ Static Private Member Functions
Definition at line 342 of file Transactor.cpp.
+
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -880,7 +926,7 @@ Static Private Member Functions
@@ -910,7 +956,7 @@ template<class T >
@@ -1273,7 +1319,7 @@ template<>
@@ -1357,7 +1403,7 @@ template<class T >
@@ -1403,7 +1449,7 @@ template<class T , class Unit >
@@ -1440,7 +1486,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1499,8 +1545,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1511,6 +1557,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1524,19 +1576,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1551,12 +1591,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1567,32 +1607,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1607,7 +1635,7 @@ template<class T , class Unit >
@@ -1635,7 +1663,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1BridgeModify-members.html b/classripple_1_1BridgeModify-members.html
index 8f9229679a..5cf8885067 100644
--- a/classripple_1_1BridgeModify-members.html
+++ b/classripple_1_1BridgeModify-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::BridgeModify | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::BridgeModify | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::BridgeModify | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::BridgeModify | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::BridgeModify | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::BridgeModify | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::BridgeModify | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::BridgeModify | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::BridgeModify | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::BridgeModify | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CancelCheck-members.html b/classripple_1_1CancelCheck-members.html
index 47ed5e679c..146ce43b76 100644
--- a/classripple_1_1CancelCheck-members.html
+++ b/classripple_1_1CancelCheck-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CancelCheck | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CancelCheck | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CancelCheck | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CancelCheck | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CancelCheck | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CancelCheck | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CancelCheck | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CancelCheck | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CancelOffer-members.html b/classripple_1_1CancelOffer-members.html
index 407170a4b0..28b337cd91 100644
--- a/classripple_1_1CancelOffer-members.html
+++ b/classripple_1_1CancelOffer-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CancelOffer | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CancelOffer | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CancelOffer | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CancelOffer | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CancelOffer | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CancelOffer | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CancelOffer | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CancelOffer | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CashCheck-members.html b/classripple_1_1CashCheck-members.html
index 0c62f79a55..24120889b3 100644
--- a/classripple_1_1CashCheck-members.html
+++ b/classripple_1_1CashCheck-members.html
@@ -88,48 +88,49 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CashCheck | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CashCheck | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CashCheck | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CashCheck | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CashCheck | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CashCheck | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CashCheck | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CashCheck | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1Change-members.html b/classripple_1_1Change-members.html
index 7e46b0833b..c371ebf113 100644
--- a/classripple_1_1Change-members.html
+++ b/classripple_1_1Change-members.html
@@ -92,47 +92,48 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::Change | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::Change | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::Change | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::Change | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Change | static |
-
| preCompute() override | ripple::Change | virtual |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Change | static |
+
| preCompute() override | ripple::Change | virtual |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -679,7 +681,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -848,7 +850,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -871,6 +873,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -899,7 +945,7 @@ Static Private Member Functions
@@ -929,7 +975,7 @@ template<class T >
@@ -1235,7 +1281,7 @@ template<>
@@ -1375,7 +1421,7 @@ template<class T >
@@ -1421,7 +1467,7 @@ template<class T , class Unit >
@@ -1458,7 +1504,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1517,8 +1563,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1529,6 +1575,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1542,19 +1594,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1569,12 +1609,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1585,32 +1625,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1625,7 +1653,7 @@ template<class T , class Unit >
@@ -1653,7 +1681,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1Clawback-members.html b/classripple_1_1Clawback-members.html
index 08179a63ea..8e19c72921 100644
--- a/classripple_1_1Clawback-members.html
+++ b/classripple_1_1Clawback-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| Clawback(ApplyContext &ctx) | ripple::Clawback | explicit |
-
| ConsequencesFactory | ripple::Clawback | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::Clawback | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Clawback | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| Clawback(ApplyContext &ctx) | ripple::Clawback | explicit |
+
| ConsequencesFactory | ripple::Clawback | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::Clawback | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Clawback | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Clawback | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::Clawback | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Clawback | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::Clawback | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CreateCheck-members.html b/classripple_1_1CreateCheck-members.html
index 3694381ee9..b7500b4153 100644
--- a/classripple_1_1CreateCheck-members.html
+++ b/classripple_1_1CreateCheck-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CreateCheck | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| CreateCheck(ApplyContext &ctx) | ripple::CreateCheck | explicit |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CreateCheck | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CreateCheck | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| CreateCheck(ApplyContext &ctx) | ripple::CreateCheck | explicit |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CreateCheck | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CreateCheck | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CreateCheck | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CreateCheck | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CreateCheck | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CreateOffer-members.html b/classripple_1_1CreateOffer-members.html
index 0808e9fdf5..caf0297349 100644
--- a/classripple_1_1CreateOffer-members.html
+++ b/classripple_1_1CreateOffer-members.html
@@ -90,52 +90,53 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::CreateOffer | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CreateOffer | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| CreateOffer(ApplyContext &ctx) | ripple::CreateOffer | explicit |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CreateOffer | virtual |
-
| flowCross(PaymentSandbox &psb, PaymentSandbox &psbCancel, Amounts const &takerAmount, std::optional< uint256 > const &domainID) | ripple::CreateOffer | private |
-
| format_amount(STAmount const &amount) | ripple::CreateOffer | privatestatic |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::CreateOffer | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CreateOffer | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| CreateOffer(ApplyContext &ctx) | ripple::CreateOffer | explicit |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CreateOffer | virtual |
+
| flowCross(PaymentSandbox &psb, PaymentSandbox &psbCancel, Amounts const &takerAmount, std::optional< uint256 > const &domainID) | ripple::CreateOffer | private |
+
| format_amount(STAmount const &amount) | ripple::CreateOffer | privatestatic |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::CreateOffer | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::CreateOffer | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CreateOffer | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CreateOffer | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::CreateOffer | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CreateOffer | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CreateOffer | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
+| static NotTEC | checkSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static XRPAmount | minimumFee (Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) |
| | Compute the minimum fee required to process a transaction with a given baseFee based on the current server load.
|
| |
@@ -361,10 +363,10 @@ Static Private Member Functions
| |
| static std::string | format_amount (STAmount const &amount) |
| |
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -873,7 +875,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -1042,7 +1044,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -1065,6 +1067,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -1093,7 +1139,7 @@ Static Private Member Functions
@@ -1161,7 +1207,7 @@ template<class T >
@@ -1580,7 +1626,7 @@ template<class T >
@@ -1626,7 +1672,7 @@ template<class T , class Unit >
@@ -1663,7 +1709,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1722,8 +1768,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1734,6 +1780,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1747,19 +1799,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1774,12 +1814,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1790,32 +1830,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1830,7 +1858,7 @@ template<class T , class Unit >
@@ -1858,7 +1886,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CreateTicket-members.html b/classripple_1_1CreateTicket-members.html
index b9051537df..ff65d531f1 100644
--- a/classripple_1_1CreateTicket-members.html
+++ b/classripple_1_1CreateTicket-members.html
@@ -87,53 +87,54 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CreateTicket | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| CreateTicket(ApplyContext &ctx) | ripple::CreateTicket | explicit |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CreateTicket | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CreateTicket | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| CreateTicket(ApplyContext &ctx) | ripple::CreateTicket | explicit |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CreateTicket | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::CreateTicket | static |
-
| maxTicketThreshold | ripple::CreateTicket | static |
-
| maxValidCount | ripple::CreateTicket | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| minValidCount | ripple::CreateTicket | static |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CreateTicket | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CreateTicket | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::CreateTicket | static |
+
| maxTicketThreshold | ripple::CreateTicket | static |
+
| maxValidCount | ripple::CreateTicket | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| minValidCount | ripple::CreateTicket | static |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CreateTicket | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CreateTicket | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -573,7 +575,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -742,7 +744,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -765,6 +767,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -793,7 +839,7 @@ Static Private Member Functions
@@ -861,7 +907,7 @@ template<class T >
@@ -1196,7 +1242,7 @@ template<>
@@ -1336,7 +1382,7 @@ template<class T >
@@ -1382,7 +1428,7 @@ template<class T , class Unit >
@@ -1419,7 +1465,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1478,8 +1524,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1490,6 +1536,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1503,19 +1555,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1530,12 +1570,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1546,32 +1586,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1586,7 +1614,7 @@ template<class T , class Unit >
@@ -1614,7 +1642,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CredentialAccept-members.html b/classripple_1_1CredentialAccept-members.html
index da76fb5e2a..823c3e73d3 100644
--- a/classripple_1_1CredentialAccept-members.html
+++ b/classripple_1_1CredentialAccept-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CredentialAccept | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| CredentialAccept(ApplyContext &ctx) | ripple::CredentialAccept | explicit |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CredentialAccept | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::CredentialAccept | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CredentialAccept | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| CredentialAccept(ApplyContext &ctx) | ripple::CredentialAccept | explicit |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CredentialAccept | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::CredentialAccept | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CredentialAccept | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CredentialAccept | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CredentialAccept | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CredentialAccept | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CredentialCreate-members.html b/classripple_1_1CredentialCreate-members.html
index 241ae2075f..f44db271af 100644
--- a/classripple_1_1CredentialCreate-members.html
+++ b/classripple_1_1CredentialCreate-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CredentialCreate | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| CredentialCreate(ApplyContext &ctx) | ripple::CredentialCreate | explicit |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CredentialCreate | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::CredentialCreate | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CredentialCreate | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| CredentialCreate(ApplyContext &ctx) | ripple::CredentialCreate | explicit |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CredentialCreate | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::CredentialCreate | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CredentialCreate | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CredentialCreate | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CredentialCreate | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CredentialCreate | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1CredentialDelete-members.html b/classripple_1_1CredentialDelete-members.html
index 61d89ef1ab..18fde55136 100644
--- a/classripple_1_1CredentialDelete-members.html
+++ b/classripple_1_1CredentialDelete-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::CredentialDelete | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| CredentialDelete(ApplyContext &ctx) | ripple::CredentialDelete | explicit |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::CredentialDelete | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::CredentialDelete | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::CredentialDelete | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| CredentialDelete(ApplyContext &ctx) | ripple::CredentialDelete | explicit |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::CredentialDelete | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::CredentialDelete | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::CredentialDelete | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::CredentialDelete | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::CredentialDelete | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::CredentialDelete | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1DIDDelete-members.html b/classripple_1_1DIDDelete-members.html
index a4be0fed8c..a00a5337ba 100644
--- a/classripple_1_1DIDDelete-members.html
+++ b/classripple_1_1DIDDelete-members.html
@@ -87,51 +87,52 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::DIDDelete | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| deleteSLE(ApplyContext &ctx, Keylet sleKeylet, AccountID const owner) | ripple::DIDDelete | static |
-
| deleteSLE(ApplyView &view, std::shared_ptr< SLE > sle, AccountID const owner, beast::Journal j) | ripple::DIDDelete | static |
-
| DIDDelete(ApplyContext &ctx) | ripple::DIDDelete | explicit |
-
| doApply() override | ripple::DIDDelete | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::DIDDelete | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| deleteSLE(ApplyContext &ctx, Keylet sleKeylet, AccountID const owner) | ripple::DIDDelete | static |
+
| deleteSLE(ApplyView &view, std::shared_ptr< SLE > sle, AccountID const owner, beast::Journal j) | ripple::DIDDelete | static |
+
| DIDDelete(ApplyContext &ctx) | ripple::DIDDelete | explicit |
+
| doApply() override | ripple::DIDDelete | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::DIDDelete | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::DIDDelete | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -596,7 +598,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -765,7 +767,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -788,6 +790,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -816,7 +862,7 @@ Static Private Member Functions
@@ -884,7 +930,7 @@ template<class T >
@@ -1247,7 +1293,7 @@ template<>
@@ -1387,7 +1433,7 @@ template<class T >
@@ -1433,7 +1479,7 @@ template<class T , class Unit >
@@ -1470,7 +1516,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1529,8 +1575,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1541,6 +1587,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1554,19 +1606,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1581,12 +1621,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1597,32 +1637,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1637,7 +1665,7 @@ template<class T , class Unit >
@@ -1665,7 +1693,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1DIDSet-members.html b/classripple_1_1DIDSet-members.html
index 84ac02f023..defdbe5d31 100644
--- a/classripple_1_1DIDSet-members.html
+++ b/classripple_1_1DIDSet-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::DIDSet | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| DIDSet(ApplyContext &ctx) | ripple::DIDSet | explicit |
-
| doApply() override | ripple::DIDSet | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::DIDSet | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| DIDSet(ApplyContext &ctx) | ripple::DIDSet | explicit |
+
| doApply() override | ripple::DIDSet | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::DIDSet | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::DIDSet | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -498,7 +500,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -667,7 +669,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -690,6 +692,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -718,7 +764,7 @@ Static Private Member Functions
@@ -786,7 +832,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1DelegateSet-members.html b/classripple_1_1DelegateSet-members.html
index e897070557..4ef19aa000 100644
--- a/classripple_1_1DelegateSet-members.html
+++ b/classripple_1_1DelegateSet-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::DelegateSet | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| DelegateSet(ApplyContext &ctx) | ripple::DelegateSet | explicit |
-
| deleteDelegate(ApplyView &view, std::shared_ptr< SLE > const &sle, AccountID const &account, beast::Journal j) | ripple::DelegateSet | static |
-
| doApply() override | ripple::DelegateSet | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::DelegateSet | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| DelegateSet(ApplyContext &ctx) | ripple::DelegateSet | explicit |
+
| deleteDelegate(ApplyView &view, std::shared_ptr< SLE > const &sle, AccountID const &account, beast::Journal j) | ripple::DelegateSet | static |
+
| doApply() override | ripple::DelegateSet | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::DelegateSet | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::DelegateSet | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::DelegateSet | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::DelegateSet | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -578,7 +580,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -747,7 +749,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -770,6 +772,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -798,7 +844,7 @@ Static Private Member Functions
@@ -866,7 +912,7 @@ template<class T >
@@ -1201,7 +1247,7 @@ template<>
@@ -1341,7 +1387,7 @@ template<class T >
@@ -1387,7 +1433,7 @@ template<class T , class Unit >
@@ -1424,7 +1470,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1483,8 +1529,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1495,6 +1541,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1508,19 +1560,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1535,12 +1575,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1551,32 +1591,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1591,7 +1619,7 @@ template<class T , class Unit >
@@ -1619,7 +1647,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1DeleteAccount-members.html b/classripple_1_1DeleteAccount-members.html
index 9b6181d997..851d5f5a6a 100644
--- a/classripple_1_1DeleteAccount-members.html
+++ b/classripple_1_1DeleteAccount-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::DeleteAccount | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::DeleteAccount | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| DeleteAccount(ApplyContext &ctx) | ripple::DeleteAccount | explicit |
-
| doApply() override | ripple::DeleteAccount | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::DeleteAccount | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| DeleteAccount(ApplyContext &ctx) | ripple::DeleteAccount | explicit |
+
| doApply() override | ripple::DeleteAccount | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::DeleteAccount | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::DeleteAccount | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::DeleteAccount | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::DeleteAccount | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -592,7 +594,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -761,7 +763,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -784,6 +786,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -812,7 +858,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1DeleteOracle-members.html b/classripple_1_1DeleteOracle-members.html
index a9aff08d0b..a4fe263a84 100644
--- a/classripple_1_1DeleteOracle-members.html
+++ b/classripple_1_1DeleteOracle-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::DeleteOracle | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| DeleteOracle(ApplyContext &ctx) | ripple::DeleteOracle | explicit |
-
| deleteOracle(ApplyView &view, std::shared_ptr< SLE > const &sle, AccountID const &account, beast::Journal j) | ripple::DeleteOracle | static |
-
| doApply() override | ripple::DeleteOracle | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::DeleteOracle | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| DeleteOracle(ApplyContext &ctx) | ripple::DeleteOracle | explicit |
+
| deleteOracle(ApplyView &view, std::shared_ptr< SLE > const &sle, AccountID const &account, beast::Journal j) | ripple::DeleteOracle | static |
+
| doApply() override | ripple::DeleteOracle | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::DeleteOracle | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::DeleteOracle | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::DeleteOracle | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::DeleteOracle | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -584,7 +586,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -753,7 +755,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -776,6 +778,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -804,7 +850,7 @@ Static Private Member Functions
@@ -872,7 +918,7 @@ template<class T >
@@ -1207,7 +1253,7 @@ template<>
@@ -1347,7 +1393,7 @@ template<class T >
@@ -1393,7 +1439,7 @@ template<class T , class Unit >
@@ -1430,7 +1476,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1489,8 +1535,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1501,6 +1547,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1514,19 +1566,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1541,12 +1581,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1557,32 +1597,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
@@ -1625,7 +1653,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1DepositPreauth-members.html b/classripple_1_1DepositPreauth-members.html
index 1ea777b5f2..ba5cc07863 100644
--- a/classripple_1_1DepositPreauth-members.html
+++ b/classripple_1_1DepositPreauth-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::DepositPreauth | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::DepositPreauth | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| DepositPreauth(ApplyContext &ctx) | ripple::DepositPreauth | explicit |
-
| doApply() override | ripple::DepositPreauth | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::DepositPreauth | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| DepositPreauth(ApplyContext &ctx) | ripple::DepositPreauth | explicit |
+
| doApply() override | ripple::DepositPreauth | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::DepositPreauth | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::DepositPreauth | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| removeFromLedger(ApplyView &view, uint256 const &delIndex, beast::Journal j) | ripple::DepositPreauth | static |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::DepositPreauth | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::DepositPreauth | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| removeFromLedger(ApplyView &view, uint256 const &delIndex, beast::Journal j) | ripple::DepositPreauth | static |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -600,7 +602,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -769,7 +771,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -792,6 +794,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -820,7 +866,7 @@ Static Private Member Functions
@@ -888,7 +934,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T >
@@ -1381,7 +1427,7 @@ template<class T , class Unit >
@@ -1418,7 +1464,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1477,8 +1523,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1489,6 +1535,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1502,19 +1554,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1529,12 +1569,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1545,32 +1585,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1585,7 +1613,7 @@ template<class T , class Unit >
@@ -1613,7 +1641,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1EscrowCancel-members.html b/classripple_1_1EscrowCancel-members.html
index ab7309b65f..b14d0aaaee 100644
--- a/classripple_1_1EscrowCancel-members.html
+++ b/classripple_1_1EscrowCancel-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::EscrowCancel | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::EscrowCancel | virtual |
-
| EscrowCancel(ApplyContext &ctx) | ripple::EscrowCancel | explicit |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::EscrowCancel | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::EscrowCancel | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::EscrowCancel | virtual |
+
| EscrowCancel(ApplyContext &ctx) | ripple::EscrowCancel | explicit |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::EscrowCancel | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::EscrowCancel | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::EscrowCancel | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::EscrowCancel | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::EscrowCancel | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1EscrowCreate-members.html b/classripple_1_1EscrowCreate-members.html
index 76a28e767d..739461c6b5 100644
--- a/classripple_1_1EscrowCreate-members.html
+++ b/classripple_1_1EscrowCreate-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::EscrowCreate | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::EscrowCreate | virtual |
-
| EscrowCreate(ApplyContext &ctx) | ripple::EscrowCreate | explicit |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::EscrowCreate | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::EscrowCreate | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::EscrowCreate | virtual |
+
| EscrowCreate(ApplyContext &ctx) | ripple::EscrowCreate | explicit |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::EscrowCreate | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::EscrowCreate | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::EscrowCreate | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::EscrowCreate | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::EscrowCreate | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::EscrowCreate | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::EscrowCreate | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -584,7 +586,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -753,7 +755,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -776,6 +778,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -804,7 +850,7 @@ Static Private Member Functions
@@ -872,7 +918,7 @@ template<class T >
@@ -1207,7 +1253,7 @@ template<>
@@ -1319,7 +1365,7 @@ template<class T >
@@ -1365,7 +1411,7 @@ template<class T , class Unit >
@@ -1402,7 +1448,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1461,8 +1507,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1473,6 +1519,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1486,19 +1538,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1513,12 +1553,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1529,32 +1569,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1569,7 +1597,7 @@ template<class T , class Unit >
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1EscrowFinish-members.html b/classripple_1_1EscrowFinish-members.html
index c20841b77a..a47299687b 100644
--- a/classripple_1_1EscrowFinish-members.html
+++ b/classripple_1_1EscrowFinish-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::EscrowFinish | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::EscrowFinish | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::EscrowFinish | virtual |
-
| EscrowFinish(ApplyContext &ctx) | ripple::EscrowFinish | explicit |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::EscrowFinish | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::EscrowFinish | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::EscrowFinish | virtual |
+
| EscrowFinish(ApplyContext &ctx) | ripple::EscrowFinish | explicit |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::EscrowFinish | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::EscrowFinish | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::EscrowFinish | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::EscrowFinish | static |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::EscrowFinish | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::EscrowFinish | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::EscrowFinish | static |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -648,7 +650,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -817,7 +819,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -840,6 +842,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -868,7 +914,7 @@ Static Private Member Functions
@@ -898,7 +944,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1LedgerStateFix-members.html b/classripple_1_1LedgerStateFix-members.html
index 372e1dd9ab..5d456373df 100644
--- a/classripple_1_1LedgerStateFix-members.html
+++ b/classripple_1_1LedgerStateFix-members.html
@@ -87,51 +87,52 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::LedgerStateFix | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::LedgerStateFix | virtual |
-
| FixType enum name | ripple::LedgerStateFix | |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::LedgerStateFix | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::LedgerStateFix | virtual |
+
| FixType enum name | ripple::LedgerStateFix | |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| LedgerStateFix(ApplyContext &ctx) | ripple::LedgerStateFix | explicit |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| nfTokenPageLink enum value | ripple::LedgerStateFix | |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::LedgerStateFix | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::LedgerStateFix | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| LedgerStateFix(ApplyContext &ctx) | ripple::LedgerStateFix | explicit |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| nfTokenPageLink enum value | ripple::LedgerStateFix | |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::LedgerStateFix | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::LedgerStateFix | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -586,7 +588,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -755,7 +757,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -778,6 +780,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -806,7 +852,7 @@ Static Private Member Functions
@@ -836,7 +882,7 @@ template<class T >
@@ -1171,7 +1217,7 @@ template<>
@@ -1311,7 +1357,7 @@ template<class T >
@@ -1357,7 +1403,7 @@ template<class T , class Unit >
@@ -1394,7 +1440,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1453,8 +1499,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1465,6 +1511,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1478,19 +1530,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1505,12 +1545,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1521,32 +1561,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1561,7 +1589,7 @@ template<class T , class Unit >
@@ -1589,7 +1617,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1MPTokenAuthorize-members.html b/classripple_1_1MPTokenAuthorize-members.html
index 6b380ed7bb..a750d4e307 100644
--- a/classripple_1_1MPTokenAuthorize-members.html
+++ b/classripple_1_1MPTokenAuthorize-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::MPTokenAuthorize | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| createMPToken(ApplyView &view, MPTID const &mptIssuanceID, AccountID const &account, std::uint32_t const flags) | ripple::MPTokenAuthorize | static |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::MPTokenAuthorize | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenAuthorize | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::MPTokenAuthorize | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| createMPToken(ApplyView &view, MPTID const &mptIssuanceID, AccountID const &account, std::uint32_t const flags) | ripple::MPTokenAuthorize | static |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::MPTokenAuthorize | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenAuthorize | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| MPTokenAuthorize(ApplyContext &ctx) | ripple::MPTokenAuthorize | explicit |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::MPTokenAuthorize | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::MPTokenAuthorize | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| MPTokenAuthorize(ApplyContext &ctx) | ripple::MPTokenAuthorize | explicit |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::MPTokenAuthorize | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::MPTokenAuthorize | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -606,7 +608,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -775,7 +777,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -798,6 +800,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -826,7 +872,7 @@ Static Private Member Functions
@@ -894,7 +940,7 @@ template<class T >
@@ -1229,7 +1275,7 @@ template<>
@@ -1341,7 +1387,7 @@ template<class T >
@@ -1387,7 +1433,7 @@ template<class T , class Unit >
@@ -1424,7 +1470,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1483,8 +1529,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1495,6 +1541,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1508,19 +1560,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1535,12 +1575,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1551,32 +1591,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1591,7 +1619,7 @@ template<class T , class Unit >
@@ -1619,7 +1647,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1MPTokenIssuanceCreate-members.html b/classripple_1_1MPTokenIssuanceCreate-members.html
index eb3d48e7a8..084eb623e3 100644
--- a/classripple_1_1MPTokenIssuanceCreate-members.html
+++ b/classripple_1_1MPTokenIssuanceCreate-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::MPTokenIssuanceCreate | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::MPTokenIssuanceCreate | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| create(ApplyView &view, beast::Journal journal, MPTCreateArgs const &args) | ripple::MPTokenIssuanceCreate | static |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::MPTokenIssuanceCreate | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenIssuanceCreate | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::MPTokenIssuanceCreate | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| create(ApplyView &view, beast::Journal journal, MPTCreateArgs const &args) | ripple::MPTokenIssuanceCreate | static |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::MPTokenIssuanceCreate | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenIssuanceCreate | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| MPTokenIssuanceCreate(ApplyContext &ctx) | ripple::MPTokenIssuanceCreate | explicit |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::MPTokenIssuanceCreate | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| MPTokenIssuanceCreate(ApplyContext &ctx) | ripple::MPTokenIssuanceCreate | explicit |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::MPTokenIssuanceCreate | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -600,7 +602,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -769,7 +771,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -792,6 +794,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -820,7 +866,7 @@ Static Private Member Functions
@@ -888,7 +934,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T >
@@ -1381,7 +1427,7 @@ template<class T , class Unit >
@@ -1418,7 +1464,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1477,8 +1523,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1489,6 +1535,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1502,19 +1554,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1529,12 +1569,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1545,32 +1585,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1585,7 +1613,7 @@ template<class T , class Unit >
@@ -1613,7 +1641,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1MPTokenIssuanceDestroy-members.html b/classripple_1_1MPTokenIssuanceDestroy-members.html
index 7b7f3b3d6d..036f8a55c7 100644
--- a/classripple_1_1MPTokenIssuanceDestroy-members.html
+++ b/classripple_1_1MPTokenIssuanceDestroy-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::MPTokenIssuanceDestroy | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::MPTokenIssuanceDestroy | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenIssuanceDestroy | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::MPTokenIssuanceDestroy | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::MPTokenIssuanceDestroy | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenIssuanceDestroy | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| MPTokenIssuanceDestroy(ApplyContext &ctx) | ripple::MPTokenIssuanceDestroy | explicit |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::MPTokenIssuanceDestroy | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::MPTokenIssuanceDestroy | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| MPTokenIssuanceDestroy(ApplyContext &ctx) | ripple::MPTokenIssuanceDestroy | explicit |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::MPTokenIssuanceDestroy | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::MPTokenIssuanceDestroy | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1MPTokenIssuanceSet-members.html b/classripple_1_1MPTokenIssuanceSet-members.html
index 4c73f44fca..db16b0e451 100644
--- a/classripple_1_1MPTokenIssuanceSet-members.html
+++ b/classripple_1_1MPTokenIssuanceSet-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::MPTokenIssuanceSet | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::MPTokenIssuanceSet | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::MPTokenIssuanceSet | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::MPTokenIssuanceSet | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenIssuanceSet | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::MPTokenIssuanceSet | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::MPTokenIssuanceSet | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::MPTokenIssuanceSet | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| MPTokenIssuanceSet(ApplyContext &ctx) | ripple::MPTokenIssuanceSet | explicit |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::MPTokenIssuanceSet | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::MPTokenIssuanceSet | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| MPTokenIssuanceSet(ApplyContext &ctx) | ripple::MPTokenIssuanceSet | explicit |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::MPTokenIssuanceSet | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::MPTokenIssuanceSet | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -620,7 +622,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -789,7 +791,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -812,6 +814,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -840,7 +886,7 @@ Static Private Member Functions
@@ -908,7 +954,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1NFTokenAcceptOffer-members.html b/classripple_1_1NFTokenAcceptOffer-members.html
index ee3c59ee25..fb14b57f24 100644
--- a/classripple_1_1NFTokenAcceptOffer-members.html
+++ b/classripple_1_1NFTokenAcceptOffer-members.html
@@ -89,51 +89,52 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::NFTokenAcceptOffer | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::NFTokenAcceptOffer | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenAcceptOffer | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::NFTokenAcceptOffer | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::NFTokenAcceptOffer | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenAcceptOffer | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| NFTokenAcceptOffer(ApplyContext &ctx) | ripple::NFTokenAcceptOffer | explicit |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| pay(AccountID const &from, AccountID const &to, STAmount const &amount) | ripple::NFTokenAcceptOffer | private |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenAcceptOffer | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::NFTokenAcceptOffer | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| transferNFToken(AccountID const &buyer, AccountID const &seller, uint256 const &nfTokenID) | ripple::NFTokenAcceptOffer | private |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| NFTokenAcceptOffer(ApplyContext &ctx) | ripple::NFTokenAcceptOffer | explicit |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| pay(AccountID const &from, AccountID const &to, STAmount const &amount) | ripple::NFTokenAcceptOffer | private |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenAcceptOffer | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::NFTokenAcceptOffer | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| transferNFToken(AccountID const &buyer, AccountID const &seller, uint256 const &nfTokenID) | ripple::NFTokenAcceptOffer | private |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -714,7 +716,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -883,7 +885,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -906,6 +908,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -934,7 +980,7 @@ Static Private Member Functions
@@ -1002,7 +1048,7 @@ template<class T >
@@ -1337,7 +1383,7 @@ template<>
@@ -1449,7 +1495,7 @@ template<class T >
@@ -1495,7 +1541,7 @@ template<class T , class Unit >
@@ -1532,7 +1578,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1591,8 +1637,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1603,6 +1649,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1616,19 +1668,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1643,12 +1683,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1659,32 +1699,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1699,7 +1727,7 @@ template<class T , class Unit >
@@ -1727,7 +1755,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1NFTokenBurn-members.html b/classripple_1_1NFTokenBurn-members.html
index 22ca934f0f..f81dc2e414 100644
--- a/classripple_1_1NFTokenBurn-members.html
+++ b/classripple_1_1NFTokenBurn-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::NFTokenBurn | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::NFTokenBurn | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::NFTokenBurn | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::NFTokenBurn | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| NFTokenBurn(ApplyContext &ctx) | ripple::NFTokenBurn | explicit |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenBurn | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::NFTokenBurn | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| NFTokenBurn(ApplyContext &ctx) | ripple::NFTokenBurn | explicit |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenBurn | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::NFTokenBurn | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1NFTokenCancelOffer-members.html b/classripple_1_1NFTokenCancelOffer-members.html
index c14c43f300..f5ec71d0cf 100644
--- a/classripple_1_1NFTokenCancelOffer-members.html
+++ b/classripple_1_1NFTokenCancelOffer-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::NFTokenCancelOffer | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::NFTokenCancelOffer | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenCancelOffer | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::NFTokenCancelOffer | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::NFTokenCancelOffer | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenCancelOffer | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| NFTokenCancelOffer(ApplyContext &ctx) | ripple::NFTokenCancelOffer | explicit |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenCancelOffer | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::NFTokenCancelOffer | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| NFTokenCancelOffer(ApplyContext &ctx) | ripple::NFTokenCancelOffer | explicit |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenCancelOffer | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::NFTokenCancelOffer | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1NFTokenCreateOffer-members.html b/classripple_1_1NFTokenCreateOffer-members.html
index 1bf1f7cde9..b7d0d967d7 100644
--- a/classripple_1_1NFTokenCreateOffer-members.html
+++ b/classripple_1_1NFTokenCreateOffer-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::NFTokenCreateOffer | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::NFTokenCreateOffer | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenCreateOffer | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::NFTokenCreateOffer | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::NFTokenCreateOffer | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenCreateOffer | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| NFTokenCreateOffer(ApplyContext &ctx) | ripple::NFTokenCreateOffer | explicit |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenCreateOffer | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::NFTokenCreateOffer | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| NFTokenCreateOffer(ApplyContext &ctx) | ripple::NFTokenCreateOffer | explicit |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenCreateOffer | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::NFTokenCreateOffer | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1NFTokenMint-members.html b/classripple_1_1NFTokenMint-members.html
index a2c0efd897..ef24fc0735 100644
--- a/classripple_1_1NFTokenMint-members.html
+++ b/classripple_1_1NFTokenMint-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::NFTokenMint | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::NFTokenMint | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| createNFTokenID(std::uint16_t flags, std::uint16_t fee, AccountID const &issuer, nft::Taxon taxon, std::uint32_t tokenSeq) | ripple::NFTokenMint | static |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::NFTokenMint | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenMint | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::NFTokenMint | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| createNFTokenID(std::uint16_t flags, std::uint16_t fee, AccountID const &issuer, nft::Taxon taxon, std::uint32_t tokenSeq) | ripple::NFTokenMint | static |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::NFTokenMint | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::NFTokenMint | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| NFTokenMint(ApplyContext &ctx) | ripple::NFTokenMint | explicit |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenMint | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::NFTokenMint | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| NFTokenMint(ApplyContext &ctx) | ripple::NFTokenMint | explicit |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenMint | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::NFTokenMint | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -640,7 +642,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -809,7 +811,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -832,6 +834,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -860,7 +906,7 @@ Static Private Member Functions
@@ -928,7 +974,7 @@ template<class T >
@@ -1347,7 +1393,7 @@ template<class T >
@@ -1393,7 +1439,7 @@ template<class T , class Unit >
@@ -1430,7 +1476,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1489,8 +1535,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1501,6 +1547,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1514,19 +1566,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1541,12 +1581,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1557,32 +1597,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
@@ -1625,7 +1653,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1NFTokenModify-members.html b/classripple_1_1NFTokenModify-members.html
index f089a063ed..dcca747f6a 100644
--- a/classripple_1_1NFTokenModify-members.html
+++ b/classripple_1_1NFTokenModify-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::NFTokenModify | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::NFTokenModify | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::NFTokenModify | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::NFTokenModify | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::NFTokenModify | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| NFTokenModify(ApplyContext &ctx) | ripple::NFTokenModify | explicit |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenModify | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::NFTokenModify | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| NFTokenModify(ApplyContext &ctx) | ripple::NFTokenModify | explicit |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::NFTokenModify | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::NFTokenModify | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1PayChanClaim-members.html b/classripple_1_1PayChanClaim-members.html
index cffd7ea6e4..fb858b3f54 100644
--- a/classripple_1_1PayChanClaim-members.html
+++ b/classripple_1_1PayChanClaim-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::PayChanClaim | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::PayChanClaim | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::PayChanClaim | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::PayChanClaim | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::PayChanClaim | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::PayChanClaim | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::PayChanClaim | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| PayChanClaim(ApplyContext &ctx) | ripple::PayChanClaim | explicit |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::PayChanClaim | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::PayChanClaim | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| PayChanClaim(ApplyContext &ctx) | ripple::PayChanClaim | explicit |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::PayChanClaim | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::PayChanClaim | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -582,7 +584,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -751,7 +753,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -774,6 +776,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -802,7 +848,7 @@ Static Private Member Functions
@@ -870,7 +916,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1PayChanCreate-members.html b/classripple_1_1PayChanCreate-members.html
index 8eb5d7cbf1..14d63dbbf1 100644
--- a/classripple_1_1PayChanCreate-members.html
+++ b/classripple_1_1PayChanCreate-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::PayChanCreate | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::PayChanCreate | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::PayChanCreate | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::PayChanCreate | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::PayChanCreate | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::PayChanCreate | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::PayChanCreate | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| PayChanCreate(ApplyContext &ctx) | ripple::PayChanCreate | explicit |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::PayChanCreate | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::PayChanCreate | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::PayChanCreate | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| PayChanCreate(ApplyContext &ctx) | ripple::PayChanCreate | explicit |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::PayChanCreate | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::PayChanCreate | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -584,7 +586,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -753,7 +755,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -776,6 +778,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -804,7 +850,7 @@ Static Private Member Functions
@@ -872,7 +918,7 @@ template<class T >
@@ -1207,7 +1253,7 @@ template<>
@@ -1319,7 +1365,7 @@ template<class T >
@@ -1365,7 +1411,7 @@ template<class T , class Unit >
@@ -1402,7 +1448,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1461,8 +1507,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1473,6 +1519,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1486,19 +1538,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1513,12 +1553,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1529,32 +1569,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1569,7 +1597,7 @@ template<class T , class Unit >
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1PayChanFund-members.html b/classripple_1_1PayChanFund-members.html
index 6bd8bbed7c..eff7d18cb5 100644
--- a/classripple_1_1PayChanFund-members.html
+++ b/classripple_1_1PayChanFund-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::PayChanFund | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::PayChanFund | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::PayChanFund | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::PayChanFund | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::PayChanFund | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::PayChanFund | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::PayChanFund | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| PayChanFund(ApplyContext &ctx) | ripple::PayChanFund | explicit |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::PayChanFund | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::PayChanFund | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| PayChanFund(ApplyContext &ctx) | ripple::PayChanFund | explicit |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::PayChanFund | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -556,7 +558,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -725,7 +727,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -748,6 +750,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -776,7 +822,7 @@ Static Private Member Functions
@@ -844,7 +890,7 @@ template<class T >
@@ -1207,7 +1253,7 @@ template<>
@@ -1319,7 +1365,7 @@ template<class T >
@@ -1365,7 +1411,7 @@ template<class T , class Unit >
@@ -1402,7 +1448,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1461,8 +1507,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1473,6 +1519,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1486,19 +1538,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1513,12 +1553,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1529,32 +1569,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1569,7 +1597,7 @@ template<class T , class Unit >
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1Payment-members.html b/classripple_1_1Payment-members.html
index 55ffa2e556..f6de14aeeb 100644
--- a/classripple_1_1Payment-members.html
+++ b/classripple_1_1Payment-members.html
@@ -87,52 +87,53 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Payment | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Payment | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::Payment | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::Payment | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Payment | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::Payment | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::Payment | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Payment | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::Payment | static |
-
| MaxPathLength | ripple::Payment | privatestatic |
-
| MaxPathSize | ripple::Payment | privatestatic |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| Payment(ApplyContext &ctx) | ripple::Payment | explicit |
-
| preclaim(PreclaimContext const &ctx) | ripple::Payment | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::Payment | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::Payment | static |
+
| MaxPathLength | ripple::Payment | privatestatic |
+
| MaxPathSize | ripple::Payment | privatestatic |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| Payment(ApplyContext &ctx) | ripple::Payment | explicit |
+
| preclaim(PreclaimContext const &ctx) | ripple::Payment | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::Payment | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -659,7 +661,7 @@ Static Private Attributes
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -828,7 +830,7 @@ Static Private Attributes
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -851,6 +853,50 @@ Static Private Attributes
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -879,7 +925,7 @@ Static Private Attributes
@@ -947,7 +993,7 @@ template<class T >
@@ -1328,7 +1374,7 @@ template<class T >
@@ -1374,7 +1420,7 @@ template<class T , class Unit >
@@ -1411,7 +1457,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1470,8 +1516,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1482,6 +1528,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1495,19 +1547,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1522,12 +1562,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1538,32 +1578,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1578,7 +1606,7 @@ template<class T , class Unit >
@@ -1606,7 +1634,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1PermissionedDomainDelete-members.html b/classripple_1_1PermissionedDomainDelete-members.html
index ec18a510e2..eabe1a4fbf 100644
--- a/classripple_1_1PermissionedDomainDelete-members.html
+++ b/classripple_1_1PermissionedDomainDelete-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::PermissionedDomainDelete | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::PermissionedDomainDelete | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::PermissionedDomainDelete | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::PermissionedDomainDelete | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| PermissionedDomainDelete(ApplyContext &ctx) | ripple::PermissionedDomainDelete | explicit |
-
| preclaim(PreclaimContext const &ctx) | ripple::PermissionedDomainDelete | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::PermissionedDomainDelete | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| PermissionedDomainDelete(ApplyContext &ctx) | ripple::PermissionedDomainDelete | explicit |
+
| preclaim(PreclaimContext const &ctx) | ripple::PermissionedDomainDelete | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::PermissionedDomainDelete | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -529,7 +531,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -698,7 +700,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -721,6 +723,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -749,7 +795,7 @@ Static Private Member Functions
@@ -817,7 +863,7 @@ template<class T >
@@ -1152,7 +1198,7 @@ template<>
@@ -1292,7 +1338,7 @@ template<class T >
@@ -1338,7 +1384,7 @@ template<class T , class Unit >
@@ -1375,7 +1421,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1434,8 +1480,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1446,6 +1492,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1459,19 +1511,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1486,12 +1526,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1502,32 +1542,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1542,7 +1570,7 @@ template<class T , class Unit >
@@ -1570,7 +1598,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1PermissionedDomainSet-members.html b/classripple_1_1PermissionedDomainSet-members.html
index bc14975778..91304d56b1 100644
--- a/classripple_1_1PermissionedDomainSet-members.html
+++ b/classripple_1_1PermissionedDomainSet-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::PermissionedDomainSet | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::PermissionedDomainSet | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::PermissionedDomainSet | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::PermissionedDomainSet | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::PermissionedDomainSet | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| PermissionedDomainSet(ApplyContext &ctx) | ripple::PermissionedDomainSet | explicit |
-
| preclaim(PreclaimContext const &ctx) | ripple::PermissionedDomainSet | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::PermissionedDomainSet | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| PermissionedDomainSet(ApplyContext &ctx) | ripple::PermissionedDomainSet | explicit |
+
| preclaim(PreclaimContext const &ctx) | ripple::PermissionedDomainSet | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::PermissionedDomainSet | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -557,7 +559,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -726,7 +728,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -749,6 +751,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -777,7 +823,7 @@ Static Private Member Functions
@@ -845,7 +891,7 @@ template<class T >
@@ -1292,7 +1338,7 @@ template<class T >
@@ -1338,7 +1384,7 @@ template<class T , class Unit >
@@ -1375,7 +1421,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1434,8 +1480,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1446,6 +1492,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1459,19 +1511,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1486,12 +1526,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1502,32 +1542,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1542,7 +1570,7 @@ template<class T , class Unit >
@@ -1570,7 +1598,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1SetAccount-members.html b/classripple_1_1SetAccount-members.html
index 59700d91c2..eb662d7fff 100644
--- a/classripple_1_1SetAccount-members.html
+++ b/classripple_1_1SetAccount-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::SetAccount | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::SetAccount | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::SetAccount | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::SetAccount | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::SetAccount | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::SetAccount | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::SetAccount | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::SetAccount | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::SetAccount | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::SetAccount | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| SetAccount(ApplyContext &ctx) | ripple::SetAccount | explicit |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::SetAccount | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::SetAccount | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::SetAccount | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| SetAccount(ApplyContext &ctx) | ripple::SetAccount | explicit |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -622,7 +624,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -791,7 +793,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -814,6 +816,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -842,7 +888,7 @@ Static Private Member Functions
@@ -910,7 +956,7 @@ template<class T >
@@ -1207,7 +1253,7 @@ template<>
@@ -1319,7 +1365,7 @@ template<class T >
@@ -1365,7 +1411,7 @@ template<class T , class Unit >
@@ -1402,7 +1448,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1461,8 +1507,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1473,6 +1519,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1486,19 +1538,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1513,12 +1553,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1529,32 +1569,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1569,7 +1597,7 @@ template<class T , class Unit >
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1SetOracle-members.html b/classripple_1_1SetOracle-members.html
index 9ac95a38ae..6fbbf9e3de 100644
--- a/classripple_1_1SetOracle-members.html
+++ b/classripple_1_1SetOracle-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::SetOracle | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::SetOracle | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::SetOracle | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::SetOracle | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::SetOracle | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::SetOracle | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| SetOracle(ApplyContext &ctx) | ripple::SetOracle | explicit |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::SetOracle | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::SetOracle | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| SetOracle(ApplyContext &ctx) | ripple::SetOracle | explicit |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -532,7 +534,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -701,7 +703,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -724,6 +726,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -752,7 +798,7 @@ Static Private Member Functions
@@ -820,7 +866,7 @@ template<class T >
@@ -1155,7 +1201,7 @@ template<>
@@ -1295,7 +1341,7 @@ template<class T >
@@ -1341,7 +1387,7 @@ template<class T , class Unit >
@@ -1378,7 +1424,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1437,8 +1483,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1449,6 +1495,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1462,19 +1514,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1489,12 +1529,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1505,32 +1545,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1545,7 +1573,7 @@ template<class T , class Unit >
@@ -1573,7 +1601,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1SetRegularKey-members.html b/classripple_1_1SetRegularKey-members.html
index 083513bbb8..eb92dd2f4a 100644
--- a/classripple_1_1SetRegularKey-members.html
+++ b/classripple_1_1SetRegularKey-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::SetRegularKey | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::SetRegularKey | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::SetRegularKey | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::SetRegularKey | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::SetRegularKey | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| SetRegularKey(ApplyContext &ctx) | ripple::SetRegularKey | explicit |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::SetRegularKey | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| SetRegularKey(ApplyContext &ctx) | ripple::SetRegularKey | explicit |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -536,7 +538,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -705,7 +707,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -728,6 +730,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -756,7 +802,7 @@ Static Private Member Functions
@@ -786,7 +832,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1SetSignerList-members.html b/classripple_1_1SetSignerList-members.html
index 123023974f..9eaeb726f1 100644
--- a/classripple_1_1SetSignerList-members.html
+++ b/classripple_1_1SetSignerList-members.html
@@ -87,62 +87,63 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::SetSignerList | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| destroy enum value | ripple::SetSignerList | private |
-
| destroySignerList() | ripple::SetSignerList | private |
-
| determineOperation(STTx const &tx, ApplyFlags flags, beast::Journal j) | ripple::SetSignerList | privatestatic |
-
| do_ | ripple::SetSignerList | private |
-
| doApply() override | ripple::SetSignerList | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::SetSignerList | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::SetSignerList | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| destroy enum value | ripple::SetSignerList | private |
+
| destroySignerList() | ripple::SetSignerList | private |
+
| determineOperation(STTx const &tx, ApplyFlags flags, beast::Journal j) | ripple::SetSignerList | privatestatic |
+
| do_ | ripple::SetSignerList | private |
+
| doApply() override | ripple::SetSignerList | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::SetSignerList | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| Operation enum name | ripple::SetSignerList | private |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() override | ripple::SetSignerList | virtual |
-
| preflight(PreflightContext const &ctx) | ripple::SetSignerList | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| quorum_ | ripple::SetSignerList | private |
-
| removeFromLedger(Application &app, ApplyView &view, AccountID const &account, beast::Journal j) | ripple::SetSignerList | static |
-
| replaceSignerList() | ripple::SetSignerList | private |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| set enum value | ripple::SetSignerList | private |
-
| SetSignerList(ApplyContext &ctx) | ripple::SetSignerList | explicit |
-
| signers_ | ripple::SetSignerList | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| unknown enum value | ripple::SetSignerList | private |
-
| validateQuorumAndSignerEntries(std::uint32_t quorum, std::vector< SignerEntries::SignerEntry > const &signers, AccountID const &account, beast::Journal j, Rules const &) | ripple::SetSignerList | privatestatic |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| writeSignersToSLE(SLE::pointer const &ledgerEntry, std::uint32_t flags) const | ripple::SetSignerList | private |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| Operation enum name | ripple::SetSignerList | private |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() override | ripple::SetSignerList | virtual |
+
| preflight(PreflightContext const &ctx) | ripple::SetSignerList | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| quorum_ | ripple::SetSignerList | private |
+
| removeFromLedger(Application &app, ApplyView &view, AccountID const &account, beast::Journal j) | ripple::SetSignerList | static |
+
| replaceSignerList() | ripple::SetSignerList | private |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| set enum value | ripple::SetSignerList | private |
+
| SetSignerList(ApplyContext &ctx) | ripple::SetSignerList | explicit |
+
| signers_ | ripple::SetSignerList | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| unknown enum value | ripple::SetSignerList | private |
+
| validateQuorumAndSignerEntries(std::uint32_t quorum, std::vector< SignerEntries::SignerEntry > const &signers, AccountID const &account, beast::Journal j, Rules const &) | ripple::SetSignerList | privatestatic |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| writeSignersToSLE(SLE::pointer const &ledgerEntry, std::uint32_t flags) const | ripple::SetSignerList | private |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
+| static NotTEC | checkSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static XRPAmount | minimumFee (Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) |
| | Compute the minimum fee required to process a transaction with a given baseFee based on the current server load.
|
| |
@@ -370,10 +372,10 @@ Static Private Member Functions
| |
| static NotTEC | validateQuorumAndSignerEntries (std::uint32_t quorum, std::vector< SignerEntries::SignerEntry > const &signers, AccountID const &account, beast::Journal j, Rules const &) |
| |
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -864,7 +866,7 @@ Private Attributes
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -1033,7 +1035,7 @@ Private Attributes
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -1056,6 +1058,50 @@ Private Attributes
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -1084,7 +1130,7 @@ Private Attributes
@@ -1152,7 +1198,7 @@ template<class T >
@@ -1486,7 +1532,7 @@ template<>
@@ -1598,7 +1644,7 @@ template<class T >
@@ -1644,7 +1690,7 @@ template<class T , class Unit >
@@ -1681,7 +1727,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1740,8 +1786,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1752,6 +1798,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1765,19 +1817,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1792,12 +1832,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1808,32 +1848,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1848,7 +1876,7 @@ template<class T , class Unit >
@@ -1876,7 +1904,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1SetTrust-members.html b/classripple_1_1SetTrust-members.html
index cc6abee3d6..daf1c74b50 100644
--- a/classripple_1_1SetTrust-members.html
+++ b/classripple_1_1SetTrust-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::SetTrust | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::SetTrust | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::SetTrust | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::SetTrust | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::SetTrust | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::SetTrust | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::SetTrust | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::SetTrust | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::SetTrust | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| SetTrust(ApplyContext &ctx) | ripple::SetTrust | explicit |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::SetTrust | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::SetTrust | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| SetTrust(ApplyContext &ctx) | ripple::SetTrust | explicit |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -592,7 +594,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -761,7 +763,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -784,6 +786,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -812,7 +858,7 @@ Static Private Member Functions
@@ -880,7 +926,7 @@ template<class T >
@@ -1177,7 +1223,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1Transactor-members.html b/classripple_1_1Transactor-members.html
index 6312f646ec..8573eb4770 100644
--- a/classripple_1_1Transactor-members.html
+++ b/classripple_1_1Transactor-members.html
@@ -87,46 +87,47 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply()=0 | ripple::Transactor | protectedpure virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply()=0 | ripple::Transactor | protectedpure virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::Transactor | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
| |
| static XRPAmount | calculateOwnerReserveFee (ReadView const &view, STTx const &tx) |
| |
+| static NotTEC | checkSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static bool | checkExtraFeatures (PreflightContext const &ctx) |
| |
| static std::uint32_t | getFlagsMask (PreflightContext const &ctx) |
@@ -332,10 +334,10 @@ Private Member Functions
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -492,7 +494,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -645,7 +647,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -668,7 +670,7 @@ Static Private Member Functions
@@ -696,7 +698,7 @@ Static Private Member Functions
@@ -764,7 +766,7 @@ template<class T >
@@ -1070,6 +1072,50 @@ template<class T >
Definition at line 312 of file Transactor.cpp.
+
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotected |
+
+
+
@@ -1096,7 +1142,7 @@ template<class T >
@@ -1236,7 +1282,7 @@ template<class T >
@@ -1282,7 +1328,7 @@ template<class T , class Unit >
@@ -1319,7 +1365,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1378,8 +1424,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1390,6 +1436,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1403,19 +1455,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1430,12 +1470,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1446,32 +1486,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1486,7 +1514,7 @@ template<class T , class Unit >
@@ -1514,7 +1542,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1VaultClawback-members.html b/classripple_1_1VaultClawback-members.html
index 7a7ecb1f79..051eefd5e7 100644
--- a/classripple_1_1VaultClawback-members.html
+++ b/classripple_1_1VaultClawback-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::VaultClawback | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::VaultClawback | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::VaultClawback | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::VaultClawback | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::VaultClawback | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::VaultClawback | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| VaultClawback(ApplyContext &ctx) | ripple::VaultClawback | explicit |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::VaultClawback | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::VaultClawback | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| VaultClawback(ApplyContext &ctx) | ripple::VaultClawback | explicit |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1VaultCreate-members.html b/classripple_1_1VaultCreate-members.html
index f55180e146..8f4b229ed8 100644
--- a/classripple_1_1VaultCreate-members.html
+++ b/classripple_1_1VaultCreate-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::VaultCreate | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::VaultCreate | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::VaultCreate | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::VaultCreate | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::VaultCreate | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::VaultCreate | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::VaultCreate | static |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::VaultCreate | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::VaultCreate | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| VaultCreate(ApplyContext &ctx) | ripple::VaultCreate | explicit |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::VaultCreate | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::VaultCreate | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| VaultCreate(ApplyContext &ctx) | ripple::VaultCreate | explicit |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -620,7 +622,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -789,7 +791,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -812,6 +814,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -840,7 +886,7 @@ Static Private Member Functions
@@ -870,7 +916,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1VaultDelete-members.html b/classripple_1_1VaultDelete-members.html
index 9ea72b5325..edddf93ca3 100644
--- a/classripple_1_1VaultDelete-members.html
+++ b/classripple_1_1VaultDelete-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::VaultDelete | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::VaultDelete | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::VaultDelete | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::VaultDelete | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::VaultDelete | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::VaultDelete | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| VaultDelete(ApplyContext &ctx) | ripple::VaultDelete | explicit |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::VaultDelete | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::VaultDelete | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| VaultDelete(ApplyContext &ctx) | ripple::VaultDelete | explicit |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1VaultDeposit-members.html b/classripple_1_1VaultDeposit-members.html
index cb01dcf907..8beb6fb71a 100644
--- a/classripple_1_1VaultDeposit-members.html
+++ b/classripple_1_1VaultDeposit-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::VaultDeposit | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::VaultDeposit | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::VaultDeposit | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::VaultDeposit | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::VaultDeposit | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::VaultDeposit | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| VaultDeposit(ApplyContext &ctx) | ripple::VaultDeposit | explicit |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::VaultDeposit | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::VaultDeposit | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| VaultDeposit(ApplyContext &ctx) | ripple::VaultDeposit | explicit |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1VaultSet-members.html b/classripple_1_1VaultSet-members.html
index f48b545443..5ccda0d17d 100644
--- a/classripple_1_1VaultSet-members.html
+++ b/classripple_1_1VaultSet-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::VaultSet | static |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::VaultSet | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::VaultSet | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::VaultSet | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::VaultSet | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::VaultSet | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::VaultSet | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| VaultSet(ApplyContext &ctx) | ripple::VaultSet | explicit |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::VaultSet | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::VaultSet | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| VaultSet(ApplyContext &ctx) | ripple::VaultSet | explicit |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -554,7 +556,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -723,7 +725,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -746,6 +748,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -774,7 +820,7 @@ Static Private Member Functions
@@ -842,7 +888,7 @@ template<class T >
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1VaultWithdraw-members.html b/classripple_1_1VaultWithdraw-members.html
index ce7e7e03fa..7d88bc99f4 100644
--- a/classripple_1_1VaultWithdraw-members.html
+++ b/classripple_1_1VaultWithdraw-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::VaultWithdraw | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::VaultWithdraw | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::VaultWithdraw | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::VaultWithdraw | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::VaultWithdraw | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::VaultWithdraw | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| VaultWithdraw(ApplyContext &ctx) | ripple::VaultWithdraw | explicit |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::VaultWithdraw | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::VaultWithdraw | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| VaultWithdraw(ApplyContext &ctx) | ripple::VaultWithdraw | explicit |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainAddAccountCreateAttestation-members.html b/classripple_1_1XChainAddAccountCreateAttestation-members.html
index 45769e63be..5b9f48eb9c 100644
--- a/classripple_1_1XChainAddAccountCreateAttestation-members.html
+++ b/classripple_1_1XChainAddAccountCreateAttestation-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainAddAccountCreateAttestation | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainAddAccountCreateAttestation | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainAddAccountCreateAttestation | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainAddAccountCreateAttestation | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainAddAccountCreateAttestation | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainAddAccountCreateAttestation | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainAddAccountCreateAttestation(ApplyContext &ctx) | ripple::XChainAddAccountCreateAttestation | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainAddAccountCreateAttestation | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainAddAccountCreateAttestation | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainAddAccountCreateAttestation(ApplyContext &ctx) | ripple::XChainAddAccountCreateAttestation | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainAddClaimAttestation-members.html b/classripple_1_1XChainAddClaimAttestation-members.html
index 4174c6e071..3e8bf04e0f 100644
--- a/classripple_1_1XChainAddClaimAttestation-members.html
+++ b/classripple_1_1XChainAddClaimAttestation-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainAddClaimAttestation | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainAddClaimAttestation | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainAddClaimAttestation | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainAddClaimAttestation | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainAddClaimAttestation | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainAddClaimAttestation | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainAddClaimAttestation(ApplyContext &ctx) | ripple::XChainAddClaimAttestation | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainAddClaimAttestation | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainAddClaimAttestation | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainAddClaimAttestation(ApplyContext &ctx) | ripple::XChainAddClaimAttestation | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainClaim-members.html b/classripple_1_1XChainClaim-members.html
index 0836440530..b84ed7ce31 100644
--- a/classripple_1_1XChainClaim-members.html
+++ b/classripple_1_1XChainClaim-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainClaim | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainClaim | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainClaim | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainClaim | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainClaim | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainClaim | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainClaim(ApplyContext &ctx) | ripple::XChainClaim | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainClaim | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainClaim | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainClaim(ApplyContext &ctx) | ripple::XChainClaim | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainCommit-members.html b/classripple_1_1XChainCommit-members.html
index 842f685765..7c15c28a4a 100644
--- a/classripple_1_1XChainCommit-members.html
+++ b/classripple_1_1XChainCommit-members.html
@@ -87,50 +87,51 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainCommit | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainCommit | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainCommit | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainCommit | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| makeTxConsequences(PreflightContext const &ctx) | ripple::XChainCommit | static |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainCommit | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainCommit | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainCommit(ApplyContext &ctx) | ripple::XChainCommit | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| makeTxConsequences(PreflightContext const &ctx) | ripple::XChainCommit | static |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainCommit | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainCommit | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainCommit(ApplyContext &ctx) | ripple::XChainCommit | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -556,7 +558,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -725,7 +727,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -748,6 +750,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -776,7 +822,7 @@ Static Private Member Functions
@@ -844,7 +890,7 @@ template<class T >
@@ -1179,7 +1225,7 @@ template<>
@@ -1319,7 +1365,7 @@ template<class T >
@@ -1365,7 +1411,7 @@ template<class T , class Unit >
@@ -1402,7 +1448,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1461,8 +1507,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1473,6 +1519,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1486,19 +1538,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1513,12 +1553,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1529,32 +1569,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1569,7 +1597,7 @@ template<class T , class Unit >
@@ -1597,7 +1625,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainCreateAccountCommit-members.html b/classripple_1_1XChainCreateAccountCommit-members.html
index fdb7d03af1..02c1960941 100644
--- a/classripple_1_1XChainCreateAccountCommit-members.html
+++ b/classripple_1_1XChainCreateAccountCommit-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainCreateAccountCommit | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainCreateAccountCommit | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainCreateAccountCommit | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainCreateAccountCommit | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainCreateAccountCommit | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainCreateAccountCommit | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainCreateAccountCommit(ApplyContext &ctx) | ripple::XChainCreateAccountCommit | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainCreateAccountCommit | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainCreateAccountCommit | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainCreateAccountCommit(ApplyContext &ctx) | ripple::XChainCreateAccountCommit | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainCreateBridge-members.html b/classripple_1_1XChainCreateBridge-members.html
index f29737e10d..831f9e93f4 100644
--- a/classripple_1_1XChainCreateBridge-members.html
+++ b/classripple_1_1XChainCreateBridge-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainCreateBridge | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainCreateBridge | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainCreateBridge | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainCreateBridge | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainCreateBridge | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainCreateBridge | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainCreateBridge(ApplyContext &ctx) | ripple::XChainCreateBridge | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainCreateBridge | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainCreateBridge | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainCreateBridge(ApplyContext &ctx) | ripple::XChainCreateBridge | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/classripple_1_1XChainCreateClaimID-members.html b/classripple_1_1XChainCreateClaimID-members.html
index 731bb68974..77ed98b0cd 100644
--- a/classripple_1_1XChainCreateClaimID-members.html
+++ b/classripple_1_1XChainCreateClaimID-members.html
@@ -87,49 +87,50 @@ $(function() {
| checkBatchSign(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkExtraFeatures(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
| checkFee(PreclaimContext const &ctx, XRPAmount baseFee) | ripple::Transactor | static |
-
| checkMultiSign(ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) | ripple::Transactor | privatestatic |
+
| checkMultiSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | privatestatic |
| checkPermission(ReadView const &view, STTx const &tx) | ripple::Transactor | static |
| checkPriorTxAndLastLedger(PreclaimContext const &ctx) | ripple::Transactor | static |
| checkSeqProxy(ReadView const &view, STTx const &tx, beast::Journal j) | ripple::Transactor | static |
| checkSign(PreclaimContext const &ctx) | ripple::Transactor | static |
-
| checkSingleSign(AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) | ripple::Transactor | privatestatic |
-
| ConsequencesFactory | ripple::XChainCreateClaimID | static |
-
| ConsequencesFactoryType enum name | ripple::Transactor | |
-
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
-
| ctx_ | ripple::Transactor | protected |
-
| Custom enum value | ripple::Transactor | |
-
| doApply() override | ripple::XChainCreateClaimID | virtual |
-
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) | ripple::Transactor | protectedstatic |
+
| checkSingleSign(PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) | ripple::Transactor | privatestatic |
+
| ConsequencesFactory | ripple::XChainCreateClaimID | static |
+
| ConsequencesFactoryType enum name | ripple::Transactor | |
+
| consumeSeqProxy(SLE::pointer const &sleAccount) | ripple::Transactor | private |
+
| ctx_ | ripple::Transactor | protected |
+
| Custom enum value | ripple::Transactor | |
+
| doApply() override | ripple::XChainCreateClaimID | virtual |
+
| getFlagsMask(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
-
| j_ | ripple::Transactor | protected |
-
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
-
| mPriorBalance | ripple::Transactor | protected |
-
| mSourceBalance | ripple::Transactor | protected |
-
| Normal enum value | ripple::Transactor | |
-
| operator()() | ripple::Transactor | |
-
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
-
| payFee() | ripple::Transactor | private |
-
| preclaim(PreclaimContext const &ctx) | ripple::XChainCreateClaimID | static |
-
| preCompute() | ripple::Transactor | protectedvirtual |
-
| preflight(PreflightContext const &ctx) | ripple::XChainCreateClaimID | static |
-
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
-
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
-
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
-
| reset(XRPAmount fee) | ripple::Transactor | private |
-
| sink_ | ripple::Transactor | protected |
-
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
-
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
-
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
-
| trapTransaction(uint256) const | ripple::Transactor | private |
-
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
-
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
-
| view() | ripple::Transactor | |
-
| view() const | ripple::Transactor | |
-
| XChainCreateClaimID(ApplyContext &ctx) | ripple::XChainCreateClaimID | explicit |
-
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
+
| invokePreflight(PreflightContext const &ctx) | ripple::Transactor | static |
+
| j_ | ripple::Transactor | protected |
+
| minimumFee(Application &app, XRPAmount baseFee, Fees const &fees, ApplyFlags flags) | ripple::Transactor | protectedstatic |
+
| mPriorBalance | ripple::Transactor | protected |
+
| mSourceBalance | ripple::Transactor | protected |
+
| Normal enum value | ripple::Transactor | |
+
| operator()() | ripple::Transactor | |
+
| operator=(Transactor const &)=delete | ripple::Transactor | protected |
+
| payFee() | ripple::Transactor | private |
+
| preclaim(PreclaimContext const &ctx) | ripple::XChainCreateClaimID | static |
+
| preCompute() | ripple::Transactor | protectedvirtual |
+
| preflight(PreflightContext const &ctx) | ripple::XChainCreateClaimID | static |
+
| preflight1(PreflightContext const &ctx, std::uint32_t flagMask) | ripple::Transactor | privatestatic |
+
| preflight2(PreflightContext const &ctx) | ripple::Transactor | privatestatic |
+
| preflightSigValidated(PreflightContext const &ctx) | ripple::Transactor | protectedstatic |
+
| reset(XRPAmount fee) | ripple::Transactor | private |
+
| sink_ | ripple::Transactor | protected |
+
| ticketDelete(ApplyView &view, AccountID const &account, uint256 const &ticketIndex, beast::Journal j) | ripple::Transactor | static |
+
| Transactor(Transactor const &)=delete | ripple::Transactor | protected |
+
| Transactor(ApplyContext &ctx) | ripple::Transactor | explicitprotected |
+
| trapTransaction(uint256) const | ripple::Transactor | private |
+
| validDataLength(std::optional< Slice > const &slice, std::size_t maxLength) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, T max, T min={}) | ripple::Transactor | protectedstatic |
+
| validNumericRange(std::optional< T > value, unit::ValueUnit< Unit, T > max, unit::ValueUnit< Unit, T > min={}) | ripple::Transactor | protectedstatic |
+
| view() | ripple::Transactor | |
+
| view() const | ripple::Transactor | |
+
| XChainCreateClaimID(ApplyContext &ctx) | ripple::XChainCreateClaimID | explicit |
+
| ~Transactor()=default | ripple::Transactor | protectedvirtual |
|
-| static NotTEC | checkSingleSign (AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount, Rules const &rules, beast::Journal j) |
-| |
-| static NotTEC | checkMultiSign (ReadView const &view, AccountID const &idAccount, STArray const &txSigners, ApplyFlags const &flags, beast::Journal j) |
-| |
+| static NotTEC | checkSingleSign (PreclaimContext const &ctx, AccountID const &idSigner, AccountID const &idAccount, std::shared_ptr< SLE const > sleAccount) |
+| |
+| static NotTEC | checkMultiSign (PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject) |
+| |
| static NotTEC | preflight1 (PreflightContext const &ctx, std::uint32_t flagMask) |
| | Performs early sanity checks on the account and fee fields.
|
| |
@@ -526,7 +528,7 @@ Static Private Member Functions
Process the transaction.
-Definition at line 1145 of file Transactor.cpp.
+Definition at line 1152 of file Transactor.cpp.
@@ -695,7 +697,7 @@ Static Private Member Functions
-◆ checkSign()
+◆ checkSign() [1/2]
@@ -718,6 +720,50 @@ Static Private Member Functions
+
+
+◆ checkSign() [2/2]
+
+
+
+
+
+ |
+
+ |
+
+staticprotectedinherited |
+
+
+
@@ -746,7 +792,7 @@ Static Private Member Functions
@@ -814,7 +860,7 @@ template<class T >
@@ -1149,7 +1195,7 @@ template<>
@@ -1289,7 +1335,7 @@ template<class T >
@@ -1335,7 +1381,7 @@ template<class T , class Unit >
@@ -1372,7 +1418,7 @@ template<class T , class Unit >
- Returns
- A pair containing the transaction result and the actual fee charged.
-Definition at line 1083 of file Transactor.cpp.
+Definition at line 1090 of file Transactor.cpp.
@@ -1431,8 +1477,8 @@ template<class T , class Unit >
-
-◆ checkSingleSign()
+
+◆ checkSingleSign()
@@ -1443,6 +1489,12 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkSingleSign |
( |
+ PreclaimContext const & |
+ ctx, |
+
+
+ |
+ |
AccountID const & |
idSigner, |
@@ -1456,19 +1508,7 @@ template<class T , class Unit >
|
|
std::shared_ptr< SLE const > |
- sleAccount, |
-
-
- |
- |
- Rules const & |
- rules, |
-
-
- |
- |
- beast::Journal |
- j |
+ sleAccount |
|
@@ -1483,12 +1523,12 @@ template<class T , class Unit >
-
-◆ checkMultiSign()
+
+◆ checkMultiSign()
@@ -1499,32 +1539,20 @@ template<class T , class Unit >
| NotTEC ripple::Transactor::checkMultiSign |
( |
- ReadView const & |
- view, |
+ PreclaimContext const & |
+ ctx, |
|
|
AccountID const & |
- idAccount, |
+ id, |
|
|
- STArray const & |
- txSigners, |
-
-
- |
- |
- ApplyFlags const & |
- flags, |
-
-
- |
- |
- beast::Journal |
- j |
+ STObject const & |
+ sigObject |
|
@@ -1539,7 +1567,7 @@ template<class T , class Unit >
@@ -1567,7 +1595,7 @@ template<class T , class Unit >
diff --git a/functions_c.html b/functions_c.html
index f8d2b2a911..2a271fd63e 100644
--- a/functions_c.html
+++ b/functions_c.html
@@ -219,7 +219,7 @@ $(function() {
checkMetaFail() : beast::SemanticVersion_test
checkMPTokenAmount() : ripple::test::jtx::MPTTester
checkMPTokenOutstandingAmount() : ripple::test::jtx::MPTTester
-checkMultiSign() : ripple::STTx, ripple::Transactor
+checkMultiSign() : ripple::STTx, ripple::Transactor
checkNodes_ : ripple::LedgerCleanerImp
checkOffer() : ripple::test::PermissionedDEX_test
checkout_job_index() : ripple::detail::multi_runner_base< IsParent >, ripple::detail::multi_runner_base< IsParent >::inner
@@ -243,7 +243,7 @@ $(function() {
checkSign() : ripple::Batch, ripple::RCLCxPeerPos, ripple::STTx, ripple::Transactor
checkSigs() : ripple::Application, ripple::ApplicationImp
checkSigs_ : ripple::ApplicationImp
-checkSingleSign() : ripple::STTx, ripple::Transactor
+checkSingleSign() : ripple::STTx, ripple::Transactor
checksOnAccount() : ripple::Check_test
checkStatus() : ripple::test::LedgerReplayClient
checkStrongMaxValue : ripple::IntrusiveRefCounts::RefCountPair
diff --git a/functions_func_c.html b/functions_func_c.html
index c77f9a9b24..60236f06ba 100644
--- a/functions_func_c.html
+++ b/functions_func_c.html
@@ -182,7 +182,7 @@ $(function() {
checkLess() : beast::SemanticVersion_test
checkLessInternal() : beast::SemanticVersion_test
checkLocal() : ripple::InboundLedger
-checkMapContents() : beast::aged_associative_container_test_base
+checkMapContents() : beast::aged_associative_container_test_base
checkMarker() : ripple::LedgerData_test, ripple::test::AccountOffers_test
CheckMessageLogs() : ripple::test::CheckMessageLogs
CheckMessageSink() : ripple::test::CheckMessageLogs::CheckMessageSink
@@ -191,7 +191,7 @@ $(function() {
checkMetaFail() : beast::SemanticVersion_test
checkMPTokenAmount() : ripple::test::jtx::MPTTester
checkMPTokenOutstandingAmount() : ripple::test::jtx::MPTTester
-checkMultiSign() : ripple::STTx, ripple::Transactor
+checkMultiSign() : ripple::STTx, ripple::Transactor
checkOffer() : ripple::test::PermissionedDEX_test
checkout_job_index() : ripple::detail::multi_runner_base< IsParent >, ripple::detail::multi_runner_base< IsParent >::inner
checkout_test_index() : ripple::detail::multi_runner_base< IsParent >, ripple::detail::multi_runner_base< IsParent >::inner
@@ -209,9 +209,9 @@ $(function() {
checkResult() : ripple::test::ValidatorList_test
checkSanity() : ripple::test::AccountTx_test
checkSeqProxy() : ripple::Transactor
-checkSign() : ripple::Batch, ripple::RCLCxPeerPos, ripple::STTx, ripple::Transactor
+checkSign() : ripple::Batch, ripple::RCLCxPeerPos, ripple::STTx, ripple::Transactor
checkSigs() : ripple::Application, ripple::ApplicationImp
-checkSingleSign() : ripple::STTx, ripple::Transactor
+checkSingleSign() : ripple::STTx, ripple::Transactor
checksOnAccount() : ripple::Check_test
checkStatus() : ripple::test::LedgerReplayClient
checkTicketConsumeMeta() : ripple::Ticket_test
diff --git a/namespaceripple.html b/namespaceripple.html
index 981d83cf07..f64616e891 100644
--- a/namespaceripple.html
+++ b/namespaceripple.html
@@ -42922,7 +42922,7 @@ template<class TIn , class TOut >
@@ -42966,7 +42966,7 @@ template<class TIn , class TOut >
@@ -43010,7 +43010,7 @@ template<class TIn , class TOut >
@@ -43054,7 +43054,7 @@ template<class TIn , class TOut >
diff --git a/search/all_a.js b/search/all_a.js
index c261ec1d6d..827ca88801 100644
--- a/search/all_a.js
+++ b/search/all_a.js
@@ -117,16 +117,16 @@ var searchData=
['cassert_114',['cassert',['http://en.cppreference.com/w/cpp/header/cassert.html',1,'']]],
['catalog_115',['catalog',['http://en.cppreference.com/w/cpp/locale/messages_base.html',1,'std::messages_byname::catalog'],['http://en.cppreference.com/w/cpp/locale/messages_base.html',1,'std::messages_base::catalog'],['http://en.cppreference.com/w/cpp/locale/messages_base.html',1,'std::messages::catalog']]],
['categorize_116',['categorize',['../classripple_1_1TrafficCount.html#a48b1f14d718684397f7aae2e7c9e74eb',1,'ripple::TrafficCount']]],
- ['category_117',['category',['../classripple_1_1TrafficCount.html#adbaee77c7a063c9aac783e54594aeda7',1,'ripple::TrafficCount::category'],['../classripple_1_1TxConsequences.html#af40159818c89963a904c9c4c0848cae9',1,'ripple::TxConsequences::Category'],['http://en.cppreference.com/w/cpp/error/error_condition/category.html',1,'std::error_condition::category()'],['http://en.cppreference.com/w/cpp/error/error_code/category.html',1,'std::error_code::category()']]],
+ ['category_117',['category',['http://en.cppreference.com/w/cpp/error/error_code/category.html',1,'std::error_code::category()'],['../classripple_1_1TxConsequences.html#af40159818c89963a904c9c4c0848cae9',1,'ripple::TxConsequences::Category'],['http://en.cppreference.com/w/cpp/error/error_condition/category.html',1,'std::error_condition::category()'],['../classripple_1_1TrafficCount.html#adbaee77c7a063c9aac783e54594aeda7',1,'ripple::TrafficCount::category']]],
['category_5f_118',['category_',['../classripple_1_1Message.html#a0b12f602dfea3a708efc0b0138a0c510',1,'ripple::Message']]],
['cauchy_5fdistribution_119',['cauchy_distribution',['http://en.cppreference.com/w/cpp/numeric/random/cauchy_distribution.html',1,'std::cauchy_distribution'],['http://en.cppreference.com/w/cpp/numeric/random/cauchy_distribution/cauchy_distribution.html',1,'std::cauchy_distribution::cauchy_distribution()']]],
['cb1_120',['cb1',['../namespaceripple_1_1test_1_1jtx_1_1escrow.html#a3c601d61c219f235ee614e1fb24c3248',1,'ripple::test::jtx::escrow']]],
['cb2_121',['cb2',['../namespaceripple_1_1test_1_1jtx_1_1escrow.html#aadba0417dbaab42d797a44b2a600fbc5',1,'ripple::test::jtx::escrow']]],
['cb3_122',['cb3',['../namespaceripple_1_1test_1_1jtx_1_1escrow.html#a3df8c3b232afbec6fb51e8a385f056ce',1,'ripple::test::jtx::escrow']]],
- ['cb_5f_123',['cb_',['../classripple_1_1detail_1_1WorkBase.html#a1dd5dd5f7c26e61b444a5e2118d2b4b7',1,'ripple::detail::WorkBase::cb_'],['../classripple_1_1detail_1_1WorkFile.html#a408980864c84e4565788f90928f6e038',1,'ripple::detail::WorkFile::cb_'],['../classripple_1_1test_1_1jtx_1_1requireAny.html#a9db239e9341cb9d772f5bdae5f094b14',1,'ripple::test::jtx::requireAny::cb_']]],
- ['cbefore_5fbegin_124',['cbefore_begin',['http://en.cppreference.com/w/cpp/container/forward_list/before_begin.html',1,'std::forward_list::cbefore_begin()'],['http://en.cppreference.com/w/cpp/container/forward_list/before_begin.html',1,'std::pmr::forward_list::cbefore_begin()']]],
- ['cbegin_125',['cbegin',['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin.html',1,'std::pmr::unordered_multimap::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin.html',1,'std::unordered_multimap::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin.html',1,'std::pmr::unordered_map::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::u8string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::u32string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::u16string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::string::cbegin()'],['http://en.cppreference.com/w/cpp/container/set/begin.html',1,'std::pmr::set::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::string_view::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin.html',1,'std::unordered_set::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin.html',1,'std::unordered_map::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::u8string_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::u8string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::u32string_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::u32string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::u16string_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::u16string::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin.html',1,'std::pmr::unordered_multiset::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::string::cbegin()'],['http://en.cppreference.com/w/cpp/container/span/begin.html',1,'std::span::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::smatch::cbegin()'],['http://en.cppreference.com/w/cpp/container/set/begin.html',1,'std::set::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::wstring::cbegin()'],['http://en.cppreference.com/w/cpp/container/vector/begin.html',1,'std::pmr::vector::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin.html',1,'std::pmr::unordered_set::cbegin()'],['http://en.cppreference.com/w/cpp/container/list/begin.html',1,'std::list::cbegin()'],['http://en.cppreference.com/w/cpp/container/array/begin.html',1,'std::array::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::basic_string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::basic_string_view::cbegin()'],['http://en.cppreference.com/w/cpp/chrono/tzdb_list/begin.html',1,'std::chrono::tzdb_list::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::cmatch::cbegin()'],['http://en.cppreference.com/w/cpp/container/deque/begin.html',1,'std::deque::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::basic_string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::u16string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::u32string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::wstring_view::cbegin()'],['http://en.cppreference.com/w/cpp/container/forward_list/begin.html',1,'std::forward_list::cbegin()'],['http://en.cppreference.com/w/cpp/container/multiset/begin.html',1,'std::pmr::multiset::cbegin()'],['http://en.cppreference.com/w/cpp/container/map/begin.html',1,'std::map::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::match_results::cbegin()'],['http://en.cppreference.com/w/cpp/container/multimap/begin.html',1,'std::multimap::cbegin()'],['http://en.cppreference.com/w/cpp/container/multiset/begin.html',1,'std::multiset::cbegin()'],['http://en.cppreference.com/w/cpp/iterator/begin.html',1,'std::cbegin()'],['http://en.cppreference.com/w/cpp/ranges/begin.html',1,'std::ranges::cbegin()'],['http://en.cppreference.com/w/cpp/container/deque/begin.html',1,'std::pmr::deque::cbegin()'],['http://en.cppreference.com/w/cpp/container/forward_list/begin.html',1,'std::pmr::forward_list::cbegin()'],['http://en.cppreference.com/w/cpp/container/list/begin.html',1,'std::pmr::list::cbegin()'],['http://en.cppreference.com/w/cpp/container/map/begin.html',1,'std::pmr::map::cbegin()'],['http://en.cppreference.com/w/cpp/container/multimap/begin.html',1,'std::pmr::multimap::cbegin()'],['../classripple_1_1PeerFinder_1_1Bootcache.html#a2af4b38d2c56f03120d3920b80afa4eb',1,'ripple::PeerFinder::Bootcache::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin.html',1,'std::unordered_multiset::cbegin()'],['../classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#a90d9557dbb0ad7941ca187a9dbe1ddf8',1,'ripple::PeerFinder::Livecache::hops_t::cbegin()'],['../classripple_1_1PeerFinder_1_1detail_1_1LivecacheBase_1_1Hop.html#a3928bbe64f60531ad3160eff8114c449',1,'ripple::PeerFinder::detail::LivecacheBase::Hop::cbegin()'],['../classripple_1_1JobTypes.html#af27c9ba16b1eb1047e34b4b0786e132e',1,'ripple::JobTypes::cbegin()'],['../classripple_1_1SOTemplate.html#a2daffdbe601520f4b9d85b1d088d03c9',1,'ripple::SOTemplate::cbegin()'],['../classripple_1_1Seed.html#a98072616ae53e8067f40ab73d4d2ea9c',1,'ripple::Seed::cbegin()'],['../classripple_1_1SecretKey.html#ac399f5930d6a751726b4c0b23bde02c8',1,'ripple::SecretKey::cbegin()'],['../classripple_1_1PublicKey.html#a86b86a467a0c144b409fdc2a898f4dd4',1,'ripple::PublicKey::cbegin()'],['../classbeast_1_1unit__test_1_1detail_1_1const__container.html#a2825d279f04c7d966f38f0ef097ec781',1,'beast::unit_test::detail::const_container::cbegin()'],['../classbeast_1_1LockFreeStack.html#a5e0d6da45e9fe049347962d309204314',1,'beast::LockFreeStack::cbegin()'],['../classbeast_1_1List.html#ad3ec5127cf5bd832781d3f827f7194ad',1,'beast::List::cbegin()'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a792cb2116564500cf72de228a5f70d73',1,'beast::detail::aged_unordered_container::cbegin(size_type n) const'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a602d9a545135a60a01f334f22f0d39c1',1,'beast::detail::aged_unordered_container::cbegin() const'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::wstring::cbegin()'],['../classbeast_1_1detail_1_1aged__unordered__container_1_1chronological__t.html#a90ad198f55f3735beaa015a6c7686fa7',1,'beast::detail::aged_unordered_container::chronological_t::cbegin()'],['http://en.cppreference.com/w/cpp/container/vector/begin.html',1,'std::vector::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::wcmatch::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::wsmatch::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::wstring_view::cbegin()'],['../classripple_1_1base__uint.html#a5278a66b4c638992010ed51471ca7d5d',1,'ripple::base_uint::cbegin()'],['../classripple_1_1Section.html#a88ca1a9596da50ea3593b5cc34d01940',1,'ripple::Section::cbegin()'],['../classripple_1_1Buffer.html#a0425ae189aabad52bf1171511d041e1f',1,'ripple::Buffer::cbegin()'],['../classripple_1_1partitioned__unordered__map.html#a78e5ac79c523d29a68fe16d7a02ec3ef',1,'ripple::partitioned_unordered_map::cbegin()'],['../classripple_1_1Slice.html#a6bd58d1949a0ff8d1ff226f1a8a82fc6',1,'ripple::Slice::cbegin()'],['../classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#a335cdd3cce7e32d0a25691b5cca4028c',1,'beast::detail::aged_ordered_container::chronological_t::cbegin()'],['../classbeast_1_1detail_1_1aged__ordered__container.html#a71d3a23b1fb56caffc9a9f677b1c4b4a',1,'beast::detail::aged_ordered_container::cbegin()']]],
- ['cbegin_28int_29_126',['cbegin(int)',['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin2.html',1,'std::unordered_multiset::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin2.html',1,'std::unordered_multimap::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin2.html',1,'std::unordered_map::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin2.html',1,'std::pmr::unordered_set::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin2.html',1,'std::pmr::unordered_multiset::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin2.html',1,'std::unordered_set::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin2.html',1,'std::pmr::unordered_multimap::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin2.html',1,'std::pmr::unordered_map::cbegin(int)()']]],
+ ['cb_5f_123',['cb_',['../classripple_1_1detail_1_1WorkFile.html#a408980864c84e4565788f90928f6e038',1,'ripple::detail::WorkFile::cb_'],['../classripple_1_1detail_1_1WorkBase.html#a1dd5dd5f7c26e61b444a5e2118d2b4b7',1,'ripple::detail::WorkBase::cb_'],['../classripple_1_1test_1_1jtx_1_1requireAny.html#a9db239e9341cb9d772f5bdae5f094b14',1,'ripple::test::jtx::requireAny::cb_']]],
+ ['cbefore_5fbegin_124',['cbefore_begin',['http://en.cppreference.com/w/cpp/container/forward_list/before_begin.html',1,'std::pmr::forward_list::cbefore_begin()'],['http://en.cppreference.com/w/cpp/container/forward_list/before_begin.html',1,'std::forward_list::cbefore_begin()']]],
+ ['cbegin_125',['cbegin',['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin.html',1,'std::unordered_multiset::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin.html',1,'std::pmr::unordered_multimap::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin.html',1,'std::pmr::unordered_map::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::u8string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::u32string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::u16string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::string::cbegin()'],['http://en.cppreference.com/w/cpp/container/set/begin.html',1,'std::pmr::set::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::u16string::cbegin()'],['http://en.cppreference.com/w/cpp/container/vector/begin.html',1,'std::vector::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin.html',1,'std::unordered_multimap::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin.html',1,'std::unordered_map::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::u8string_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::u8string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::u32string_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::u32string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::u16string_view::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin.html',1,'std::pmr::unordered_multiset::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::string_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::string::cbegin()'],['http://en.cppreference.com/w/cpp/container/span/begin.html',1,'std::span::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::smatch::cbegin()'],['http://en.cppreference.com/w/cpp/container/set/begin.html',1,'std::set::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::pmr::wstring::cbegin()'],['http://en.cppreference.com/w/cpp/container/vector/begin.html',1,'std::pmr::vector::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin.html',1,'std::pmr::unordered_set::cbegin()'],['http://en.cppreference.com/w/cpp/container/list/begin.html',1,'std::list::cbegin()'],['http://en.cppreference.com/w/cpp/container/array/begin.html',1,'std::array::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::basic_string::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::basic_string_view::cbegin()'],['http://en.cppreference.com/w/cpp/chrono/tzdb_list/begin.html',1,'std::chrono::tzdb_list::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::cmatch::cbegin()'],['http://en.cppreference.com/w/cpp/container/deque/begin.html',1,'std::deque::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::basic_string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::u16string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::u32string_view::cbegin()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/begin.html',1,'std::experimental::wstring_view::cbegin()'],['http://en.cppreference.com/w/cpp/container/forward_list/begin.html',1,'std::forward_list::cbegin()'],['http://en.cppreference.com/w/cpp/container/multiset/begin.html',1,'std::pmr::multiset::cbegin()'],['http://en.cppreference.com/w/cpp/container/map/begin.html',1,'std::map::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::match_results::cbegin()'],['http://en.cppreference.com/w/cpp/container/multimap/begin.html',1,'std::multimap::cbegin()'],['http://en.cppreference.com/w/cpp/container/multiset/begin.html',1,'std::multiset::cbegin()'],['http://en.cppreference.com/w/cpp/container/deque/begin.html',1,'std::pmr::deque::cbegin()'],['http://en.cppreference.com/w/cpp/iterator/begin.html',1,'std::cbegin()'],['http://en.cppreference.com/w/cpp/ranges/begin.html',1,'std::ranges::cbegin()'],['http://en.cppreference.com/w/cpp/container/forward_list/begin.html',1,'std::pmr::forward_list::cbegin()'],['http://en.cppreference.com/w/cpp/container/list/begin.html',1,'std::pmr::list::cbegin()'],['http://en.cppreference.com/w/cpp/container/map/begin.html',1,'std::pmr::map::cbegin()'],['http://en.cppreference.com/w/cpp/container/multimap/begin.html',1,'std::pmr::multimap::cbegin()'],['../classripple_1_1JobTypes.html#af27c9ba16b1eb1047e34b4b0786e132e',1,'ripple::JobTypes::cbegin()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin.html',1,'std::unordered_set::cbegin()'],['../classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#a90d9557dbb0ad7941ca187a9dbe1ddf8',1,'ripple::PeerFinder::Livecache::hops_t::cbegin()'],['../classripple_1_1PeerFinder_1_1detail_1_1LivecacheBase_1_1Hop.html#a3928bbe64f60531ad3160eff8114c449',1,'ripple::PeerFinder::detail::LivecacheBase::Hop::cbegin()'],['../classripple_1_1PeerFinder_1_1Bootcache.html#a2af4b38d2c56f03120d3920b80afa4eb',1,'ripple::PeerFinder::Bootcache::cbegin()'],['../classripple_1_1SOTemplate.html#a2daffdbe601520f4b9d85b1d088d03c9',1,'ripple::SOTemplate::cbegin()'],['../classripple_1_1Seed.html#a98072616ae53e8067f40ab73d4d2ea9c',1,'ripple::Seed::cbegin()'],['../classripple_1_1SecretKey.html#ac399f5930d6a751726b4c0b23bde02c8',1,'ripple::SecretKey::cbegin()'],['../classripple_1_1PublicKey.html#a86b86a467a0c144b409fdc2a898f4dd4',1,'ripple::PublicKey::cbegin()'],['../classbeast_1_1unit__test_1_1detail_1_1const__container.html#a2825d279f04c7d966f38f0ef097ec781',1,'beast::unit_test::detail::const_container::cbegin()'],['../classbeast_1_1LockFreeStack.html#a5e0d6da45e9fe049347962d309204314',1,'beast::LockFreeStack::cbegin()'],['../classbeast_1_1List.html#ad3ec5127cf5bd832781d3f827f7194ad',1,'beast::List::cbegin()'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a792cb2116564500cf72de228a5f70d73',1,'beast::detail::aged_unordered_container::cbegin(size_type n) const'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a602d9a545135a60a01f334f22f0d39c1',1,'beast::detail::aged_unordered_container::cbegin() const'],['../classbeast_1_1detail_1_1aged__ordered__container.html#a71d3a23b1fb56caffc9a9f677b1c4b4a',1,'beast::detail::aged_ordered_container::cbegin()'],['../classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#a335cdd3cce7e32d0a25691b5cca4028c',1,'beast::detail::aged_ordered_container::chronological_t::cbegin()'],['../classripple_1_1Slice.html#a6bd58d1949a0ff8d1ff226f1a8a82fc6',1,'ripple::Slice::cbegin()'],['../classripple_1_1partitioned__unordered__map.html#a78e5ac79c523d29a68fe16d7a02ec3ef',1,'ripple::partitioned_unordered_map::cbegin()'],['../classripple_1_1Buffer.html#a0425ae189aabad52bf1171511d041e1f',1,'ripple::Buffer::cbegin()'],['../classripple_1_1Section.html#a88ca1a9596da50ea3593b5cc34d01940',1,'ripple::Section::cbegin()'],['../classripple_1_1base__uint.html#a5278a66b4c638992010ed51471ca7d5d',1,'ripple::base_uint::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/begin.html',1,'std::wstring_view::cbegin()'],['http://en.cppreference.com/w/cpp/string/basic_string/begin.html',1,'std::wstring::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::wsmatch::cbegin()'],['http://en.cppreference.com/w/cpp/regex/match_results/begin.html',1,'std::wcmatch::cbegin()'],['../classbeast_1_1detail_1_1aged__unordered__container_1_1chronological__t.html#a90ad198f55f3735beaa015a6c7686fa7',1,'beast::detail::aged_unordered_container::chronological_t::cbegin()']]],
+ ['cbegin_28int_29_126',['cbegin(int)',['http://en.cppreference.com/w/cpp/container/unordered_set/begin2.html',1,'std::pmr::unordered_set::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin2.html',1,'std::pmr::unordered_multiset::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin2.html',1,'std::unordered_map::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin2.html',1,'std::unordered_multimap::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/begin2.html',1,'std::unordered_multiset::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/begin2.html',1,'std::unordered_set::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/begin2.html',1,'std::pmr::unordered_multimap::cbegin(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/begin2.html',1,'std::pmr::unordered_map::cbegin(int)()']]],
['cbrt_127',['cbrt',['http://en.cppreference.com/w/cpp/numeric/math/cbrt.html',1,'std']]],
['ccomplex_128',['ccomplex',['http://en.cppreference.com/w/cpp/header/ccomplex.html',1,'']]],
['cctype_129',['cctype',['http://en.cppreference.com/w/cpp/header/cctype.html',1,'']]],
@@ -138,8 +138,8 @@ var searchData=
['ceil_5flog2_135',['ceil_log2',['../classripple_1_1ServerImpl.html#adc9d584f90e323f1e0fd59df96729e76',1,'ripple::ServerImpl']]],
['ceil_5fout_136',['ceil_out',['../classripple_1_1Quality__test.html#a3e01307c4713dc19ca9b5f4517bae539',1,'ripple::Quality_test']]],
['ceil_5fout_5fimpl_137',['ceil_out_impl',['../namespaceripple.html#a00a9bb5ffdc23b323ac5c9382eee534c',1,'ripple']]],
- ['cend_138',['cend',['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::vector::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wcmatch::cend()'],['../classripple_1_1base__uint.html#a7466966dd532bb1be84c325a3b085adb',1,'ripple::base_uint::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wsmatch::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::wstring::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::wstring_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::string::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::unordered_map::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u8string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u8string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u32string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::string_view::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::map::cend()'],['../classbeast_1_1List.html#a16c1ce8b06e47e2566355e039e666623',1,'beast::List::cend()'],['../classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#ae0b3bde4959568e40b5a2a4d491a4d11',1,'ripple::PeerFinder::Livecache::hops_t::cend()'],['../classripple_1_1PeerFinder_1_1detail_1_1LivecacheBase_1_1Hop.html#a51b62bca738517174e3b377c887fb0f5',1,'ripple::PeerFinder::detail::LivecacheBase::Hop::cend()'],['../classripple_1_1JobTypes.html#a0a6ed77ebfc73f438e335d66e43b551c',1,'ripple::JobTypes::cend()'],['../classripple_1_1SOTemplate.html#a0552d8a6f36ecf0d2fed55bc1af26c63',1,'ripple::SOTemplate::cend()'],['../classripple_1_1Seed.html#a2d433f145c9dbca75331ed4bde44dcd7',1,'ripple::Seed::cend()'],['../classripple_1_1SecretKey.html#ab42ae9ec0bce6d623a43b03ef0f6c035',1,'ripple::SecretKey::cend()'],['../classripple_1_1PublicKey.html#aa79acc9aeab9e2ac37722c15f6cbe768',1,'ripple::PublicKey::cend()'],['../classbeast_1_1unit__test_1_1detail_1_1const__container.html#aa2acd2875a47b140e4dde2dbb13512e1',1,'beast::unit_test::detail::const_container::cend()'],['../classbeast_1_1LockFreeStack.html#a05f4144c95b980440fa49b2e24dfddc2',1,'beast::LockFreeStack::cend()'],['../classripple_1_1Section.html#a4906292d5ca9524e9abfb42c01c697b2',1,'ripple::Section::cend()'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a244775e01d811e1d5e54b09518991342',1,'beast::detail::aged_unordered_container::cend(size_type n) const'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a820fcd764ec975eb45bd33c4b063520e',1,'beast::detail::aged_unordered_container::cend() const'],['../classbeast_1_1detail_1_1aged__unordered__container_1_1chronological__t.html#af72893b6a86fe09c0831f2f95b914f3d',1,'beast::detail::aged_unordered_container::chronological_t::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container.html#a2f75ce243105441e86d2663e29140569',1,'beast::detail::aged_ordered_container::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#aa42ee86e9059d178463518c644087d38',1,'beast::detail::aged_ordered_container::chronological_t::cend()'],['../classripple_1_1Slice.html#a3dfd26fc868ea74a200ef6ad27298b9a',1,'ripple::Slice::cend()'],['../classripple_1_1partitioned__unordered__map.html#a9dcc5030f6663176c4183fc6283d5fa8',1,'ripple::partitioned_unordered_map::cend()'],['../classripple_1_1Buffer.html#a3bede84d7458d2e67ce31e38eb5aa3ba',1,'ripple::Buffer::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::string_view::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::pmr::deque::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::multiset::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::multimap::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::match_results::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::list::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::forward_list::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::wstring_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::pmr::forward_list::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::deque::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::cmatch::cend()'],['http://en.cppreference.com/w/cpp/chrono/tzdb_list/end.html',1,'std::chrono::tzdb_list::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::basic_string::cend()'],['http://en.cppreference.com/w/cpp/container/array/end.html',1,'std::array::cend()'],['../classripple_1_1PeerFinder_1_1Bootcache.html#a5074b1be3771d7f6e1d487cafbbc313b',1,'ripple::PeerFinder::Bootcache::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u8string::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::smatch::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::set::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::wstring::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::pmr::vector::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::pmr::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::pmr::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::pmr::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::pmr::unordered_map::cend()'],['http://en.cppreference.com/w/cpp/container/span/end.html',1,'std::span::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u32string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::string::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::pmr::set::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::pmr::multiset::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::pmr::multimap::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::pmr::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::pmr::list::cend()'],['http://en.cppreference.com/w/cpp/iterator/end.html',1,'std::cend()']]],
- ['cend_28int_29_139',['cend(int)',['http://en.cppreference.com/w/cpp/container/unordered_multiset/end2.html',1,'std::pmr::unordered_multiset::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end2.html',1,'std::pmr::unordered_multimap::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end2.html',1,'std::pmr::unordered_map::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end2.html',1,'std::unordered_map::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end2.html',1,'std::unordered_multimap::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end2.html',1,'std::pmr::unordered_set::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end2.html',1,'std::unordered_multiset::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end2.html',1,'std::unordered_set::cend(int)()']]],
+ ['cend_138',['cend',['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wcmatch::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::vector::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::unordered_set::cend()'],['../classripple_1_1base__uint.html#a7466966dd532bb1be84c325a3b085adb',1,'ripple::base_uint::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wsmatch::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::wstring::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::wstring_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::string::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::unordered_map::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u8string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u8string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u32string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::string_view::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::match_results::cend()'],['../classbeast_1_1List.html#a16c1ce8b06e47e2566355e039e666623',1,'beast::List::cend()'],['../classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#ae0b3bde4959568e40b5a2a4d491a4d11',1,'ripple::PeerFinder::Livecache::hops_t::cend()'],['../classripple_1_1PeerFinder_1_1Bootcache.html#a5074b1be3771d7f6e1d487cafbbc313b',1,'ripple::PeerFinder::Bootcache::cend()'],['../classripple_1_1JobTypes.html#a0a6ed77ebfc73f438e335d66e43b551c',1,'ripple::JobTypes::cend()'],['../classripple_1_1SOTemplate.html#a0552d8a6f36ecf0d2fed55bc1af26c63',1,'ripple::SOTemplate::cend()'],['../classripple_1_1Seed.html#a2d433f145c9dbca75331ed4bde44dcd7',1,'ripple::Seed::cend()'],['../classripple_1_1SecretKey.html#ab42ae9ec0bce6d623a43b03ef0f6c035',1,'ripple::SecretKey::cend()'],['../classripple_1_1PublicKey.html#aa79acc9aeab9e2ac37722c15f6cbe768',1,'ripple::PublicKey::cend()'],['../classbeast_1_1unit__test_1_1detail_1_1const__container.html#aa2acd2875a47b140e4dde2dbb13512e1',1,'beast::unit_test::detail::const_container::cend()'],['../classbeast_1_1LockFreeStack.html#a05f4144c95b980440fa49b2e24dfddc2',1,'beast::LockFreeStack::cend()'],['../classripple_1_1Section.html#a4906292d5ca9524e9abfb42c01c697b2',1,'ripple::Section::cend()'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a244775e01d811e1d5e54b09518991342',1,'beast::detail::aged_unordered_container::cend(size_type n) const'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a820fcd764ec975eb45bd33c4b063520e',1,'beast::detail::aged_unordered_container::cend() const'],['../classbeast_1_1detail_1_1aged__unordered__container_1_1chronological__t.html#af72893b6a86fe09c0831f2f95b914f3d',1,'beast::detail::aged_unordered_container::chronological_t::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container.html#a2f75ce243105441e86d2663e29140569',1,'beast::detail::aged_ordered_container::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#aa42ee86e9059d178463518c644087d38',1,'beast::detail::aged_ordered_container::chronological_t::cend()'],['../classripple_1_1Slice.html#a3dfd26fc868ea74a200ef6ad27298b9a',1,'ripple::Slice::cend()'],['../classripple_1_1partitioned__unordered__map.html#a9dcc5030f6663176c4183fc6283d5fa8',1,'ripple::partitioned_unordered_map::cend()'],['../classripple_1_1Buffer.html#a3bede84d7458d2e67ce31e38eb5aa3ba',1,'ripple::Buffer::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::string_view::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::pmr::deque::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::multiset::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::multimap::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::list::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::forward_list::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::wstring_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::pmr::forward_list::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::deque::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::cmatch::cend()'],['http://en.cppreference.com/w/cpp/chrono/tzdb_list/end.html',1,'std::chrono::tzdb_list::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::basic_string::cend()'],['http://en.cppreference.com/w/cpp/container/array/end.html',1,'std::array::cend()'],['../classripple_1_1PeerFinder_1_1detail_1_1LivecacheBase_1_1Hop.html#a51b62bca738517174e3b377c887fb0f5',1,'ripple::PeerFinder::detail::LivecacheBase::Hop::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u8string::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::smatch::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::set::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::wstring::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::pmr::vector::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::pmr::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::pmr::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::pmr::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::pmr::unordered_map::cend()'],['http://en.cppreference.com/w/cpp/container/span/end.html',1,'std::span::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u32string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::string::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::pmr::set::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::pmr::multiset::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::pmr::multimap::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::pmr::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::pmr::list::cend()'],['http://en.cppreference.com/w/cpp/iterator/end.html',1,'std::cend()']]],
+ ['cend_28int_29_139',['cend(int)',['http://en.cppreference.com/w/cpp/container/unordered_set/end2.html',1,'std::pmr::unordered_set::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end2.html',1,'std::unordered_map::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end2.html',1,'std::unordered_set::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end2.html',1,'std::unordered_multiset::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end2.html',1,'std::pmr::unordered_map::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end2.html',1,'std::pmr::unordered_multimap::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end2.html',1,'std::unordered_multimap::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end2.html',1,'std::pmr::unordered_multiset::cend(int)()']]],
['censorshipdetector_5f_140',['censorshipDetector_',['../classripple_1_1RCLConsensus_1_1Adaptor.html#a680ee42fcc8e44fb714bd82ec20b3ba3',1,'ripple::RCLConsensus::Adaptor']]],
['censorshipwarninternal_141',['censorshipWarnInternal',['../classripple_1_1RCLConsensus.html#a6a92162f62d54bf606c5fa683d7552cc',1,'ripple::RCLConsensus']]],
['centi_142',['centi',['http://en.cppreference.com/w/cpp/numeric/ratio/ratio.html',1,'std']]],
@@ -148,10 +148,10 @@ var searchData=
['cert_145',['cert',['../classripple_1_1test_1_1TrustedPublisherServer.html#a4f592a4f475eaced6a0bf15d495eb89b',1,'ripple::test::TrustedPublisherServer']]],
['cfenv_146',['cfenv',['http://en.cppreference.com/w/cpp/header/cfenv.html',1,'']]],
['cfloat_147',['cfloat',['http://en.cppreference.com/w/cpp/header/cfloat.html',1,'']]],
- ['chainstatetrack_148',['chainstatetrack',['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTrack.html#a23f75904cf2dd6f1fcbb26334c22ad00',1,'ripple::test::XChainSim_test::ChainStateTrack::ChainStateTrack()'],['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTrack.html',1,'ripple::test::XChainSim_test::ChainStateTrack']]],
+ ['chainstatetrack_148',['chainstatetrack',['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTrack.html',1,'ripple::test::XChainSim_test::ChainStateTrack'],['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTrack.html#a23f75904cf2dd6f1fcbb26334c22ad00',1,'ripple::test::XChainSim_test::ChainStateTrack::ChainStateTrack()']]],
['chainstatetracker_149',['chainstatetracker',['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTracker.html#a49fb7ef7a033f4a5ab9c60dc2bf14db5',1,'ripple::test::XChainSim_test::ChainStateTracker::ChainStateTracker()'],['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTracker.html',1,'ripple::test::XChainSim_test::ChainStateTracker']]],
['chaintype_150',['ChainType',['../classripple_1_1STXChainBridge.html#a3b751ce2ed6b3f2cbde126e6e2d2f051',1,'ripple::STXChainBridge']]],
- ['change_151',['change',['../classripple_1_1Change.html',1,'ripple::Change'],['../classripple_1_1Change.html#ad3f9df607cd4edfb10d2afbb0f300f7f',1,'ripple::Change::Change()']]],
+ ['change_151',['change',['../classripple_1_1Change.html#ad3f9df607cd4edfb10d2afbb0f300f7f',1,'ripple::Change::Change()'],['../classripple_1_1Change.html',1,'ripple::Change']]],
['changelog_152',['API Changelog',['../md__2____w_2rippled_2rippled_2API-CHANGELOG.html',1,'']]],
['changenftcounts_153',['changeNFTCounts',['../namespaceripple.html#a56626079606ddd359a5c40cbe9e9761baa7985067a68acc09c70009cdb4c78871',1,'ripple']]],
['changeposition_154',['changePosition',['../classripple_1_1ConsensusProposal.html#a0db41af6895dc85c6b5fcf76e9f93237',1,'ripple::ConsensusProposal']]],
@@ -169,14 +169,14 @@ var searchData=
['channelkeyandsle_166',['channelKeyAndSle',['../structripple_1_1test_1_1PayChan__test.html#a11451c0e44c2b6cb8b761613d47427b5',1,'ripple::test::PayChan_test']]],
['char_167',['Char',['../classJson_1_1Reader.html#a068ce78fe0105dce714f8f5ff1928634',1,'Json::Reader']]],
['char_5ftraits_168',['char_traits',['http://en.cppreference.com/w/cpp/string/char_traits.html',1,'std']]],
- ['char_5ftype_169',['char_type',['http://en.cppreference.com/w/cpp/locale/num_get.html',1,'std::num_get::char_type'],['http://en.cppreference.com/w/cpp/locale/messages.html',1,'std::messages_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/messages.html',1,'std::messages::char_type'],['http://en.cppreference.com/w/cpp/locale/collate.html',1,'std::collate_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/moneypunct.html',1,'std::moneypunct_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/moneypunct.html',1,'std::moneypunct::char_type'],['http://en.cppreference.com/w/cpp/locale/money_put.html',1,'std::money_put::char_type'],['http://en.cppreference.com/w/cpp/locale/numpunct.html',1,'std::numpunct_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/money_get.html',1,'std::money_get::char_type'],['http://en.cppreference.com/w/cpp/locale/collate.html',1,'std::collate::char_type'],['../classbeast_1_1basic__logstream.html#aee93e32607ce22cc3326ce9464793aad',1,'beast::basic_logstream::char_type'],['http://en.cppreference.com/w/cpp/locale/num_put.html',1,'std::num_put::char_type'],['http://en.cppreference.com/w/cpp/locale/numpunct.html',1,'std::numpunct::char_type'],['http://en.cppreference.com/w/cpp/locale/time_put.html',1,'std::time_put_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/time_put.html',1,'std::time_put::char_type'],['http://en.cppreference.com/w/cpp/locale/time_get.html',1,'std::time_get_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/time_get.html',1,'std::time_get::char_type']]],
+ ['char_5ftype_169',['char_type',['http://en.cppreference.com/w/cpp/locale/money_get.html',1,'std::money_get::char_type'],['http://en.cppreference.com/w/cpp/locale/messages.html',1,'std::messages_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/messages.html',1,'std::messages::char_type'],['http://en.cppreference.com/w/cpp/locale/collate.html',1,'std::collate_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/num_get.html',1,'std::num_get::char_type'],['http://en.cppreference.com/w/cpp/locale/moneypunct.html',1,'std::moneypunct_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/moneypunct.html',1,'std::moneypunct::char_type'],['http://en.cppreference.com/w/cpp/locale/numpunct.html',1,'std::numpunct_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/money_put.html',1,'std::money_put::char_type'],['http://en.cppreference.com/w/cpp/locale/collate.html',1,'std::collate::char_type'],['../classbeast_1_1basic__logstream.html#aee93e32607ce22cc3326ce9464793aad',1,'beast::basic_logstream::char_type'],['http://en.cppreference.com/w/cpp/locale/num_put.html',1,'std::num_put::char_type'],['http://en.cppreference.com/w/cpp/locale/numpunct.html',1,'std::numpunct::char_type'],['http://en.cppreference.com/w/cpp/locale/time_put.html',1,'std::time_put_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/time_put.html',1,'std::time_put::char_type'],['http://en.cppreference.com/w/cpp/locale/time_get.html',1,'std::time_get_byname::char_type'],['http://en.cppreference.com/w/cpp/locale/time_get.html',1,'std::time_get::char_type']]],
['charconv_170',['charconv',['http://en.cppreference.com/w/cpp/header/charconv.html',1,'']]],
- ['charge_171',['charge',['../classripple_1_1Resource_1_1Consumer.html#a935e83cb32adf14651d2256783ad81d9',1,'ripple::Resource::Consumer::charge()'],['../classripple_1_1test_1_1TestPeer.html#a479a3a2fe0d73accb0cbeecad0b47f57',1,'ripple::test::TestPeer::charge()'],['../classripple_1_1test_1_1PeerPartial.html#a92b0c384344830a256493f361c459b78',1,'ripple::test::PeerPartial::charge()'],['../classripple_1_1PeerImp.html#a9a03c68a459193d1269b8afc9f5438f4',1,'ripple::PeerImp::charge()'],['../classripple_1_1Peer.html#ae84b85a8fcbebaa2a7b3a79fbcdddb73',1,'ripple::Peer::charge()'],['../classripple_1_1Resource_1_1Charge.html#a04d85fef4ef9303613d555b47a887efb',1,'ripple::Resource::Charge::Charge()=delete'],['../classripple_1_1Resource_1_1Charge.html#a11be2f5c54abb54b6afca31c46b17998',1,'ripple::Resource::Charge::Charge(value_type cost, std::string const &label=std::string())'],['../classripple_1_1Resource_1_1Logic.html#acd9c2e5ff93cd698cabe63b52f07f140',1,'ripple::Resource::Logic::charge()'],['../classripple_1_1Resource_1_1Charge.html',1,'ripple::Resource::Charge']]],
+ ['charge_171',['charge',['../classripple_1_1test_1_1PeerPartial.html#a92b0c384344830a256493f361c459b78',1,'ripple::test::PeerPartial::charge()'],['../classripple_1_1Resource_1_1Charge.html',1,'ripple::Resource::Charge'],['../classripple_1_1test_1_1TestPeer.html#a479a3a2fe0d73accb0cbeecad0b47f57',1,'ripple::test::TestPeer::charge()'],['../classripple_1_1Resource_1_1Logic.html#acd9c2e5ff93cd698cabe63b52f07f140',1,'ripple::Resource::Logic::charge()'],['../classripple_1_1Resource_1_1Consumer.html#a935e83cb32adf14651d2256783ad81d9',1,'ripple::Resource::Consumer::charge()'],['../classripple_1_1PeerImp.html#a9a03c68a459193d1269b8afc9f5438f4',1,'ripple::PeerImp::charge()'],['../classripple_1_1Peer.html#ae84b85a8fcbebaa2a7b3a79fbcdddb73',1,'ripple::Peer::charge()'],['../classripple_1_1Resource_1_1Charge.html#a04d85fef4ef9303613d555b47a887efb',1,'ripple::Resource::Charge::Charge()=delete'],['../classripple_1_1Resource_1_1Charge.html#a11be2f5c54abb54b6afca31c46b17998',1,'ripple::Resource::Charge::Charge(value_type cost, std::string const &label=std::string())']]],
['chargewithcontext_172',['ChargeWithContext',['../structripple_1_1PeerImp_1_1ChargeWithContext.html',1,'ripple::PeerImp']]],
['chars_5fformat_173',['chars_format',['http://en.cppreference.com/w/cpp/utility/chars_format.html',1,'std']]],
['chart_174',['CharT',['../structbeast_1_1divider.html#ae820b713cbba30ce5e33e009b5653efa',1,'beast::divider']]],
['cheat_20sheet_175',['Code Style Cheat Sheet',['../md__2____w_2rippled_2rippled_2docs_2CheatSheet.html',1,'']]],
- ['check_176',['check',['../classripple_1_1RCLCensorshipDetector.html#ac72e4a8aae732a74f354925196b92e82',1,'ripple::RCLCensorshipDetector::check()'],['../classripple_1_1PublicKey__test.html#af48b990d12277b7813b07bfe3869d249',1,'ripple::PublicKey_test::check()'],['../classripple_1_1BookStep.html#a68b0358a5053e3f81802c1bfaaaef647',1,'ripple::BookStep::check()'],['../namespaceripple.html#a22768e0a41b646442c98d38f2f2a307ba8c46d8d9d3402788403e2f6911153089',1,'ripple::CHECK'],['../classripple_1_1DirectIOfferCrossingStep.html#ad6cae177830a23cd1ce1fcf7133b0d6d',1,'ripple::DirectIOfferCrossingStep::check()'],['../classripple_1_1DirectIPaymentStep.html#ac6664dd62e8555960a82fc8296db89e5',1,'ripple::DirectIPaymentStep::check()'],['../classripple_1_1DirectStepI.html#a65ac4c8d0a05df077a278d1e85732bd9',1,'ripple::DirectStepI::check()'],['../namespaceripple_1_1keylet.html#a40c00aa3056e7712eb29c00b2c21edb4',1,'ripple::keylet::check(uint256 const &key) noexcept'],['../namespaceripple_1_1keylet.html#aefa210f097f27f0e9e67fe65c6271508',1,'ripple::keylet::check(AccountID const &id, std::uint32_t seq) noexcept'],['../namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc',1,'Json::check()'],['../classripple_1_1XRPEndpointStep.html#a3ffb80b8e4c53c888ef6ebd80c0a3647',1,'ripple::XRPEndpointStep::check()'],['../classripple_1_1RPC_1_1LedgerHandler.html#a4332b1dcd33d8b86a6fde7334627cced',1,'ripple::RPC::LedgerHandler::check()'],['../classripple_1_1RPC_1_1VersionHandler.html#afc9fdd5ec7cf4382d4f80b2c424833ca',1,'ripple::RPC::VersionHandler::check()'],['../classripple_1_1ProtocolVersion__test.html#a27cb26d5c96dcc111c17afeeb63cc55e',1,'ripple::ProtocolVersion_test::check()'],['../classbeast_1_1SemanticVersion__test.html#a393c9feac5b3e6c2e517b1bd4cfa1055',1,'beast::SemanticVersion_test::check()'],['../classripple_1_1hardened__hash__test.html#a71a4fa1ae72439bc9cb5968713c9fb46',1,'ripple::hardened_hash_test::check()'],['../structripple_1_1Keylet.html#a1e8ccd4a50a894a338c789fc566d8802',1,'ripple::Keylet::check()']]],
+ ['check_176',['check',['../namespaceJson.html#af3b5e4579dafe6a4a496663e541bfebc',1,'Json::check()'],['../classripple_1_1DirectIOfferCrossingStep.html#ad6cae177830a23cd1ce1fcf7133b0d6d',1,'ripple::DirectIOfferCrossingStep::check()'],['../classripple_1_1DirectIPaymentStep.html#ac6664dd62e8555960a82fc8296db89e5',1,'ripple::DirectIPaymentStep::check()'],['../classripple_1_1DirectStepI.html#a65ac4c8d0a05df077a278d1e85732bd9',1,'ripple::DirectStepI::check()'],['../namespaceripple.html#a22768e0a41b646442c98d38f2f2a307ba8c46d8d9d3402788403e2f6911153089',1,'ripple::CHECK'],['../namespaceripple_1_1keylet.html#a40c00aa3056e7712eb29c00b2c21edb4',1,'ripple::keylet::check(uint256 const &key) noexcept'],['../namespaceripple_1_1keylet.html#aefa210f097f27f0e9e67fe65c6271508',1,'ripple::keylet::check(AccountID const &id, std::uint32_t seq) noexcept'],['../classripple_1_1XRPEndpointStep.html#a3ffb80b8e4c53c888ef6ebd80c0a3647',1,'ripple::XRPEndpointStep::check()'],['../classripple_1_1RPC_1_1LedgerHandler.html#a4332b1dcd33d8b86a6fde7334627cced',1,'ripple::RPC::LedgerHandler::check()'],['../classripple_1_1RPC_1_1VersionHandler.html#afc9fdd5ec7cf4382d4f80b2c424833ca',1,'ripple::RPC::VersionHandler::check()'],['../classripple_1_1BookStep.html#a68b0358a5053e3f81802c1bfaaaef647',1,'ripple::BookStep::check()'],['../classripple_1_1RCLCensorshipDetector.html#ac72e4a8aae732a74f354925196b92e82',1,'ripple::RCLCensorshipDetector::check()'],['../classripple_1_1PublicKey__test.html#af48b990d12277b7813b07bfe3869d249',1,'ripple::PublicKey_test::check()'],['../classripple_1_1ProtocolVersion__test.html#a27cb26d5c96dcc111c17afeeb63cc55e',1,'ripple::ProtocolVersion_test::check()'],['../classbeast_1_1SemanticVersion__test.html#a393c9feac5b3e6c2e517b1bd4cfa1055',1,'beast::SemanticVersion_test::check()'],['../classripple_1_1hardened__hash__test.html#a71a4fa1ae72439bc9cb5968713c9fb46',1,'ripple::hardened_hash_test::check()'],['../structripple_1_1Keylet.html#a1e8ccd4a50a894a338c789fc566d8802',1,'ripple::Keylet::check()']]],
['check_5fcontainer_177',['check_container',['../classripple_1_1hardened__hash__test.html#af2c371c80650729a2d8aefc9a2c41762',1,'ripple::hardened_hash_test']]],
['check_5fmost_5fbalances_178',['check_most_balances',['../structripple_1_1test_1_1BalanceTransfer.html#aa19edf026e04c4f78f5a8efb8810ea2c',1,'ripple::test::BalanceTransfer']]],
['check_5ftest_179',['Check_test',['../classripple_1_1Check__test.html',1,'ripple']]],
@@ -199,12 +199,12 @@ var searchData=
['checkcondition_196',['checkCondition',['../namespaceripple.html#a8bfde2a725fdf2ec6390e107c0324e0d',1,'ripple']]],
['checkconsensus_197',['checkConsensus',['../namespaceripple.html#a3f77b20f5195322940dad13117249178',1,'ripple']]],
['checkconsensusreached_198',['checkConsensusReached',['../namespaceripple.html#a5ce354b7ded861ca27fa83033dad4253',1,'ripple']]],
- ['checkcontents_199',['checkcontents',['../classbeast_1_1aged__associative__container__test__base.html#a7ecae19ae4b5fd546d45286284c2b335',1,'beast::aged_associative_container_test_base::checkContents(Cont &c)'],['../classbeast_1_1aged__associative__container__test__base.html#ad9670f0475860fa72c3e95c50f179316',1,'beast::aged_associative_container_test_base::checkContents(Cont &c, Values const &v)']]],
+ ['checkcontents_199',['checkcontents',['../classbeast_1_1aged__associative__container__test__base.html#ad9670f0475860fa72c3e95c50f179316',1,'beast::aged_associative_container_test_base::checkContents(Cont &c, Values const &v)'],['../classbeast_1_1aged__associative__container__test__base.html#a7ecae19ae4b5fd546d45286284c2b335',1,'beast::aged_associative_container_test_base::checkContents(Cont &c)']]],
['checkcontentsrefref_200',['checkContentsRefRef',['../classbeast_1_1aged__associative__container__test__base.html#a1fa52fe76ce9708801dd69ba018f390f',1,'beast::aged_associative_container_test_base']]],
['checkcounting_201',['checkCounting',['../classripple_1_1test_1_1reduce__relay__test.html#a2ceca0735fa0fd6ee70209913005bb75',1,'ripple::test::reduce_relay_test']]],
['checkcreate_202',['CheckCreate',['../namespaceripple.html#a0c2dbbca43411b641d69500eebc0a439',1,'ripple']]],
['checkcredentialsresponse_203',['checkCredentialsResponse',['../classripple_1_1test_1_1DepositAuthorized__test.html#a45b3e54c83e64347fe3418b3921c0ce5',1,'ripple::test::DepositAuthorized_test']]],
- ['checkdeliveredamount_204',['checkdeliveredamount',['../classripple_1_1test_1_1CheckDeliveredAmount.html',1,'ripple::test::CheckDeliveredAmount'],['../classripple_1_1test_1_1CheckDeliveredAmount.html#a064f9b078bb008a953c6cab1f37d19ed',1,'ripple::test::CheckDeliveredAmount::CheckDeliveredAmount()']]],
+ ['checkdeliveredamount_204',['checkdeliveredamount',['../classripple_1_1test_1_1CheckDeliveredAmount.html#a064f9b078bb008a953c6cab1f37d19ed',1,'ripple::test::CheckDeliveredAmount::CheckDeliveredAmount()'],['../classripple_1_1test_1_1CheckDeliveredAmount.html',1,'ripple::test::CheckDeliveredAmount']]],
['checkdirectorysize_205',['checkDirectorySize',['../classripple_1_1test_1_1PermissionedDEX__test.html#a61741ebd1e887e3e28901e491d354748',1,'ripple::test::PermissionedDEX_test']]],
['checkdomainid_206',['checkDomainID',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#ae6eba0f8c9837042f075cb7d974bf59e',1,'ripple::test::jtx::MPTTester']]],
['checked_207',['checked',['../classripple_1_1PeerFinder_1_1SlotImp.html#ae14c209c0228c21fe2ed80d1fdf1750c',1,'ripple::PeerFinder::SlotImp']]],
@@ -212,18 +212,18 @@ var searchData=
['checkemplacehint_209',['checkEmplaceHint',['../classbeast_1_1aged__associative__container__test__base.html#af331354f095d23187ada9be4a416bb82',1,'beast::aged_associative_container_test_base']]],
['checker_210',['checker',['../classripple_1_1PeerFinder_1_1Checker.html',1,'ripple::PeerFinder::Checker< Protocol >'],['../classripple_1_1PeerFinder_1_1Checker.html#afee65be5226a3d00bb58a387b245fdfc',1,'ripple::PeerFinder::Checker::Checker()']]],
['checker_3c_20boost_3a_3aasio_3a_3aip_3a_3atcp_20_3e_211',['Checker< boost::asio::ip::tcp >',['../classripple_1_1PeerFinder_1_1Checker.html',1,'ripple::PeerFinder']]],
- ['checker_5f_212',['checker_',['../structripple_1_1PeerFinder_1_1Checker_1_1async__op.html#a6ce48add8baa8fa5aa0a6d73705cb9d3',1,'ripple::PeerFinder::Checker::async_op::checker_'],['../classripple_1_1PeerFinder_1_1ManagerImp.html#a4a2476b15afa76c6416db526109f4bd6',1,'ripple::PeerFinder::ManagerImp::checker_']]],
- ['checkerrorvalue_213',['checkerrorvalue',['../classripple_1_1test_1_1LedgerEntry__test.html#a806e66b7365fb4bccf52137af6b979dc',1,'ripple::test::LedgerEntry_test::checkErrorValue()'],['../classripple_1_1test_1_1LedgerEntry__XChain__test.html#a72c925f9e78acb4e910a3f050af5c816',1,'ripple::test::LedgerEntry_XChain_test::checkErrorValue()'],['../classripple_1_1test_1_1LedgerRPC__test.html#a5b186300f195ec77eb424bfb230c8099',1,'ripple::test::LedgerRPC_test::checkErrorValue()']]],
+ ['checker_5f_212',['checker_',['../classripple_1_1PeerFinder_1_1ManagerImp.html#a4a2476b15afa76c6416db526109f4bd6',1,'ripple::PeerFinder::ManagerImp::checker_'],['../structripple_1_1PeerFinder_1_1Checker_1_1async__op.html#a6ce48add8baa8fa5aa0a6d73705cb9d3',1,'ripple::PeerFinder::Checker::async_op::checker_']]],
+ ['checkerrorvalue_213',['checkerrorvalue',['../classripple_1_1test_1_1LedgerEntry__XChain__test.html#a72c925f9e78acb4e910a3f050af5c816',1,'ripple::test::LedgerEntry_XChain_test::checkErrorValue()'],['../classripple_1_1test_1_1LedgerRPC__test.html#a5b186300f195ec77eb424bfb230c8099',1,'ripple::test::LedgerRPC_test::checkErrorValue()'],['../classripple_1_1test_1_1LedgerEntry__test.html#a806e66b7365fb4bccf52137af6b979dc',1,'ripple::test::LedgerEntry_test::checkErrorValue()']]],
['checkexpectedcounters_214',['checkExpectedCounters',['../classripple_1_1test_1_1CheckDeliveredAmount.html#ad4056057d5b93bbbc0db7d55e772a14b',1,'ripple::test::CheckDeliveredAmount']]],
['checkexpired_215',['checkExpired',['../namespaceripple_1_1credentials.html#ac66d9ac39e5253de1adf14362f72676e',1,'ripple::credentials']]],
- ['checkextrafeatures_216',['checkextrafeatures',['../classripple_1_1AMMDelete.html#aedcda5e61e801acd1b03e5eba9e38392',1,'ripple::AMMDelete::checkExtraFeatures()'],['../classripple_1_1AMMBid.html#ae8ccf1f2bcf01ba602ef40a7d96a26db',1,'ripple::AMMBid::checkExtraFeatures()'],['../classripple_1_1VaultSet.html#a11a532fe5d1fa32a58158640038efc65',1,'ripple::VaultSet::checkExtraFeatures()'],['../classripple_1_1VaultCreate.html#ab90c3f3b73cb16f7a4036647f56a5ff3',1,'ripple::VaultCreate::checkExtraFeatures()'],['../classripple_1_1Transactor.html#a6beabfd9a97ee52d4c3300822a3853ec',1,'ripple::Transactor::checkExtraFeatures()'],['../classripple_1_1Payment.html#a7537c2650a9b19add6158fd7aadd9c98',1,'ripple::Payment::checkExtraFeatures()'],['../classripple_1_1AMMDeposit.html#ab200ac70a4c9861acef3c2efb4521f68',1,'ripple::AMMDeposit::checkExtraFeatures()'],['../classripple_1_1AMMCreate.html#a5e0a01941d550817d5dcd0c3ccc5b496',1,'ripple::AMMCreate::checkExtraFeatures()'],['../classripple_1_1AMMVote.html#a935a2add398144ec44d8eeb91f0b619b',1,'ripple::AMMVote::checkExtraFeatures()'],['../classripple_1_1AMMWithdraw.html#a1f5c2849da27382f58a3ac7e04442f90',1,'ripple::AMMWithdraw::checkExtraFeatures()'],['../classripple_1_1CreateOffer.html#aeaf64b9c0dab10a57613cd96eced0ed0',1,'ripple::CreateOffer::checkExtraFeatures()'],['../classripple_1_1DeleteAccount.html#aa3bd7b12878d9434a5be639991e5aa96',1,'ripple::DeleteAccount::checkExtraFeatures()'],['../classripple_1_1DepositPreauth.html#a137c18d4988c3987ac83f861ca795de5',1,'ripple::DepositPreauth::checkExtraFeatures()'],['../classripple_1_1EscrowFinish.html#ac487fc8b9ead0d32e06d0b99cf5172c1',1,'ripple::EscrowFinish::checkExtraFeatures()'],['../classripple_1_1MPTokenIssuanceCreate.html#a19810fe5a89fce2ddb80ad5f7de7cbd6',1,'ripple::MPTokenIssuanceCreate::checkExtraFeatures()'],['../classripple_1_1MPTokenIssuanceSet.html#aade343974febc6d2bd8a26680cfe0454',1,'ripple::MPTokenIssuanceSet::checkExtraFeatures()'],['../classripple_1_1NFTokenMint.html#a3d65e327edc116b0cb43f91d12b8362f',1,'ripple::NFTokenMint::checkExtraFeatures()'],['../classripple_1_1NFTokenModify.html#a39f329aefd90004b4e9c8a66e17457e0',1,'ripple::NFTokenModify::checkExtraFeatures()'],['../classripple_1_1PayChanClaim.html#a81a72b728662dee8cf6af593e036b57f',1,'ripple::PayChanClaim::checkExtraFeatures()'],['../classripple_1_1PermissionedDomainSet.html#aa01e5c11ba2c23f60d12508bbcb2c8de',1,'ripple::PermissionedDomainSet::checkExtraFeatures()']]],
+ ['checkextrafeatures_216',['checkextrafeatures',['../classripple_1_1DepositPreauth.html#a137c18d4988c3987ac83f861ca795de5',1,'ripple::DepositPreauth::checkExtraFeatures()'],['../classripple_1_1AMMBid.html#ae8ccf1f2bcf01ba602ef40a7d96a26db',1,'ripple::AMMBid::checkExtraFeatures()'],['../classripple_1_1AMMCreate.html#a5e0a01941d550817d5dcd0c3ccc5b496',1,'ripple::AMMCreate::checkExtraFeatures()'],['../classripple_1_1AMMDelete.html#aedcda5e61e801acd1b03e5eba9e38392',1,'ripple::AMMDelete::checkExtraFeatures()'],['../classripple_1_1AMMDeposit.html#ab200ac70a4c9861acef3c2efb4521f68',1,'ripple::AMMDeposit::checkExtraFeatures()'],['../classripple_1_1AMMVote.html#a935a2add398144ec44d8eeb91f0b619b',1,'ripple::AMMVote::checkExtraFeatures()'],['../classripple_1_1AMMWithdraw.html#a1f5c2849da27382f58a3ac7e04442f90',1,'ripple::AMMWithdraw::checkExtraFeatures()'],['../classripple_1_1CreateOffer.html#aeaf64b9c0dab10a57613cd96eced0ed0',1,'ripple::CreateOffer::checkExtraFeatures()'],['../classripple_1_1DeleteAccount.html#aa3bd7b12878d9434a5be639991e5aa96',1,'ripple::DeleteAccount::checkExtraFeatures()'],['../classripple_1_1EscrowFinish.html#ac487fc8b9ead0d32e06d0b99cf5172c1',1,'ripple::EscrowFinish::checkExtraFeatures()'],['../classripple_1_1MPTokenIssuanceCreate.html#a19810fe5a89fce2ddb80ad5f7de7cbd6',1,'ripple::MPTokenIssuanceCreate::checkExtraFeatures()'],['../classripple_1_1MPTokenIssuanceSet.html#aade343974febc6d2bd8a26680cfe0454',1,'ripple::MPTokenIssuanceSet::checkExtraFeatures()'],['../classripple_1_1NFTokenMint.html#a3d65e327edc116b0cb43f91d12b8362f',1,'ripple::NFTokenMint::checkExtraFeatures()'],['../classripple_1_1NFTokenModify.html#a39f329aefd90004b4e9c8a66e17457e0',1,'ripple::NFTokenModify::checkExtraFeatures()'],['../classripple_1_1PayChanClaim.html#a81a72b728662dee8cf6af593e036b57f',1,'ripple::PayChanClaim::checkExtraFeatures()'],['../classripple_1_1Payment.html#a7537c2650a9b19add6158fd7aadd9c98',1,'ripple::Payment::checkExtraFeatures()'],['../classripple_1_1PermissionedDomainSet.html#aa01e5c11ba2c23f60d12508bbcb2c8de',1,'ripple::PermissionedDomainSet::checkExtraFeatures()'],['../classripple_1_1Transactor.html#a6beabfd9a97ee52d4c3300822a3853ec',1,'ripple::Transactor::checkExtraFeatures()'],['../classripple_1_1VaultCreate.html#ab90c3f3b73cb16f7a4036647f56a5ff3',1,'ripple::VaultCreate::checkExtraFeatures()'],['../classripple_1_1VaultSet.html#a11a532fe5d1fa32a58158640038efc65',1,'ripple::VaultSet::checkExtraFeatures()']]],
['checkfail_217',['checkFail',['../classbeast_1_1SemanticVersion__test.html#a14fdb3b8112fdd5f06596f95f89d729f',1,'beast::SemanticVersion_test']]],
- ['checkfee_218',['checkfee',['../namespaceripple_1_1RPC.html#adf952f7ca5d0d26e982a92acce6bf937',1,'ripple::RPC::checkFee()'],['../classripple_1_1Transactor.html#a356c16a6a5d7ccade18cf4c9fb58cc38',1,'ripple::Transactor::checkFee()']]],
+ ['checkfee_218',['checkfee',['../classripple_1_1Transactor.html#a356c16a6a5d7ccade18cf4c9fb58cc38',1,'ripple::Transactor::checkFee()'],['../namespaceripple_1_1RPC.html#adf952f7ca5d0d26e982a92acce6bf937',1,'ripple::RPC::checkFee()']]],
['checkfields_219',['checkFields',['../namespaceripple_1_1credentials.html#a1d592cacac7989c70022d454fc6267ab',1,'ripple::credentials']]],
['checkfilter_220',['checkFilter',['../classripple_1_1SHAMap.html#aeefbe6856af92905c637372457446927',1,'ripple::SHAMap']]],
['checkflags_221',['checkFlags',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#a9727d3509e96d3399bbbe24767f615fb',1,'ripple::test::jtx::MPTTester']]],
['checkfreeze_222',['checkFreeze',['../namespaceripple.html#a369f056a78d8b15df5bf1052867947cb',1,'ripple']]],
- ['checkfrozen_223',['checkfrozen',['../namespaceripple.html#a310ce0640511be1a5763ee1127c12e59',1,'ripple::checkFrozen(ReadView const &view, AccountID const &account, Asset const &asset)'],['../namespaceripple.html#a6e8fe28e2b2a79a9cdc137c5b00b0258',1,'ripple::checkFrozen(ReadView const &view, AccountID const &account, MPTIssue const &mptIssue)'],['../namespaceripple.html#a13dda1015b76a3c1dfddf1ccd3360ae8',1,'ripple::checkFrozen(ReadView const &view, AccountID const &account, Issue const &issue)']]],
+ ['checkfrozen_223',['checkfrozen',['../namespaceripple.html#a6e8fe28e2b2a79a9cdc137c5b00b0258',1,'ripple::checkFrozen(ReadView const &view, AccountID const &account, MPTIssue const &mptIssue)'],['../namespaceripple.html#a310ce0640511be1a5763ee1127c12e59',1,'ripple::checkFrozen(ReadView const &view, AccountID const &account, Asset const &asset)'],['../namespaceripple.html#a13dda1015b76a3c1dfddf1ccd3360ae8',1,'ripple::checkFrozen(ReadView const &view, AccountID const &account, Issue const &issue)']]],
['checkfullyvalidated_224',['checkFullyValidated',['../structripple_1_1test_1_1csf_1_1Peer.html#a3ad0897fbb8e3a012c52ebd27280e280',1,'ripple::test::csf::Peer']]],
['checkhealthinterval_5f_225',['checkHealthInterval_',['../classripple_1_1SHAMapStoreImp.html#a940764ffef4c94ce63b5c4c36b18b4e2',1,'ripple::SHAMapStoreImp']]],
['checkidlepeers_226',['checkIdlePeers',['../namespaceripple_1_1Tuning.html#a8e0bd99f9cf1667e6f6dc82b8b369f41a253dac09e40a5b8076dc4ea672e6aba7',1,'ripple::Tuning']]],
@@ -232,32 +232,32 @@ var searchData=
['checkinserthintcopy_229',['checkInsertHintCopy',['../classbeast_1_1aged__associative__container__test__base.html#a1dafe069632ea8522659acee3ca432c2',1,'beast::aged_associative_container_test_base']]],
['checkinserthintmove_230',['checkInsertHintMove',['../classbeast_1_1aged__associative__container__test__base.html#a092197e8622f7b82b113a407f69cac18',1,'beast::aged_associative_container_test_base']]],
['checkinsertmove_231',['checkInsertMove',['../classbeast_1_1aged__associative__container__test__base.html#af8fcd65b69eba0d57f9c595db2588a05',1,'beast::aged_associative_container_test_base']]],
- ['checkinvariant_232',['checkinvariant',['../classripple_1_1AMMOffer.html#a5d6bfd83553cd0ea0f242da69f13eeb2',1,'ripple::AMMOffer::checkInvariant()'],['../classripple_1_1TOffer.html#a6fcafb70419cfd0c40525c1151aa7789',1,'ripple::TOffer::checkInvariant()']]],
- ['checkinvariants_233',['checkinvariants',['../classripple_1_1ApplyContext.html#acf5f75ec76cec199781a945226834410',1,'ripple::ApplyContext::checkInvariants()'],['../classripple_1_1LedgerTrie.html#afc1528ebb53bf5d632a17092eb7cefb8',1,'ripple::LedgerTrie::checkInvariants()']]],
+ ['checkinvariant_232',['checkinvariant',['../classripple_1_1TOffer.html#a6fcafb70419cfd0c40525c1151aa7789',1,'ripple::TOffer::checkInvariant()'],['../classripple_1_1AMMOffer.html#a5d6bfd83553cd0ea0f242da69f13eeb2',1,'ripple::AMMOffer::checkInvariant()']]],
+ ['checkinvariants_233',['checkinvariants',['../classripple_1_1LedgerTrie.html#afc1528ebb53bf5d632a17092eb7cefb8',1,'ripple::LedgerTrie::checkInvariants()'],['../classripple_1_1ApplyContext.html#acf5f75ec76cec199781a945226834410',1,'ripple::ApplyContext::checkInvariants(TER const result, XRPAmount const fee)']]],
['checkinvariantshelper_234',['checkInvariantsHelper',['../classripple_1_1ApplyContext.html#aff25f5d949e126aa01acbd9c99c16430',1,'ripple::ApplyContext']]],
['checklastclosedledger_235',['checkLastClosedLedger',['../classripple_1_1NetworkOPsImp.html#a1f9cc917e5de4295f7650f41ebcc41fa',1,'ripple::NetworkOPsImp']]],
['checkledger_236',['checkLedger',['../classripple_1_1Consensus.html#a68b7a8451b83ed2e53d6880da71ff6a0',1,'ripple::Consensus']]],
['checkless_237',['checkLess',['../classbeast_1_1SemanticVersion__test.html#a7792e5179735bb4db00a23e294f399e0',1,'beast::SemanticVersion_test']]],
['checklessinternal_238',['checkLessInternal',['../classbeast_1_1SemanticVersion__test.html#a7c5b991652a1bf866472502d3def5431',1,'beast::SemanticVersion_test']]],
['checklocal_239',['checkLocal',['../classripple_1_1InboundLedger.html#adf5774b2251e6aece12ebf911fdd04b7',1,'ripple::InboundLedger']]],
- ['checkmapcontents_240',['checkmapcontents',['../classbeast_1_1aged__associative__container__test__base.html#a1b717f0bc090bb91104ef6a0f48306a6',1,'beast::aged_associative_container_test_base::checkMapContents(Container, Values const &)'],['../classbeast_1_1aged__associative__container__test__base.html#a39cb15fd39a8ea89d0d61a6b54e47c18',1,'beast::aged_associative_container_test_base::checkMapContents(Container &c, Values const &v)']]],
+ ['checkmapcontents_240',['checkmapcontents',['../classbeast_1_1aged__associative__container__test__base.html#a39cb15fd39a8ea89d0d61a6b54e47c18',1,'beast::aged_associative_container_test_base::checkMapContents(Container &c, Values const &v)'],['../classbeast_1_1aged__associative__container__test__base.html#a1b717f0bc090bb91104ef6a0f48306a6',1,'beast::aged_associative_container_test_base::checkMapContents(Container, Values const &)']]],
['checkmarker_241',['checkmarker',['../classripple_1_1test_1_1AccountOffers__test.html#a72c1eaa56d182497bff0b9a4ad9a5eed',1,'ripple::test::AccountOffers_test::checkMarker()'],['../classripple_1_1LedgerData__test.html#aada09f6abdc51f6b4c2aaed2874ffb3e',1,'ripple::LedgerData_test::checkMarker()']]],
- ['checkmessagelogs_242',['checkmessagelogs',['../classripple_1_1test_1_1CheckMessageLogs.html',1,'ripple::test::CheckMessageLogs'],['../classripple_1_1test_1_1CheckMessageLogs.html#a0ef4600631d8eafb4b6ac2b49fcccb4e',1,'ripple::test::CheckMessageLogs::CheckMessageLogs(std::string msg, bool *pFound)']]],
- ['checkmessagesink_243',['checkmessagesink',['../classripple_1_1test_1_1CheckMessageLogs_1_1CheckMessageSink.html',1,'ripple::test::CheckMessageLogs::CheckMessageSink'],['../classripple_1_1test_1_1CheckMessageLogs_1_1CheckMessageSink.html#a0e0c849c03e5908114314b534daf3139',1,'ripple::test::CheckMessageLogs::CheckMessageSink::CheckMessageSink()']]],
+ ['checkmessagelogs_242',['checkmessagelogs',['../classripple_1_1test_1_1CheckMessageLogs.html#a0ef4600631d8eafb4b6ac2b49fcccb4e',1,'ripple::test::CheckMessageLogs::CheckMessageLogs()'],['../classripple_1_1test_1_1CheckMessageLogs.html',1,'ripple::test::CheckMessageLogs']]],
+ ['checkmessagesink_243',['checkmessagesink',['../classripple_1_1test_1_1CheckMessageLogs_1_1CheckMessageSink.html#a0e0c849c03e5908114314b534daf3139',1,'ripple::test::CheckMessageLogs::CheckMessageSink::CheckMessageSink()'],['../classripple_1_1test_1_1CheckMessageLogs_1_1CheckMessageSink.html',1,'ripple::test::CheckMessageLogs::CheckMessageSink']]],
['checkmeta_244',['checkMeta',['../classbeast_1_1SemanticVersion__test.html#a698c693bbbfc1b6d024419c1c7e573bc',1,'beast::SemanticVersion_test']]],
['checkmetadata_245',['checkMetadata',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#aad92eb4dc7b023638a5c57baab711039',1,'ripple::test::jtx::MPTTester']]],
['checkmetafail_246',['checkMetaFail',['../classbeast_1_1SemanticVersion__test.html#a7f0a21be8c8c3e2dbc7fb1078e5f0459',1,'beast::SemanticVersion_test']]],
['checkmetrics_247',['checkMetrics',['../namespaceripple_1_1test_1_1jtx.html#aa93c5785339d02229eb94663acf96d55',1,'ripple::test::jtx']]],
['checkmptokenamount_248',['checkMPTokenAmount',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#af5af7a014b09141af4ffb19f5a3f87d8',1,'ripple::test::jtx::MPTTester']]],
['checkmptokenoutstandingamount_249',['checkMPTokenOutstandingAmount',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#a054b0b2481595317fc0567c63622a66d',1,'ripple::test::jtx::MPTTester']]],
- ['checkmultisign_250',['checkmultisign',['../classripple_1_1Transactor.html#a8148787075e0d34daef901306ec65ec7',1,'ripple::Transactor::checkMultiSign()'],['../classripple_1_1STTx.html#a372e4d39ed869bae5fee20a1c452c71b',1,'ripple::STTx::checkMultiSign()']]],
+ ['checkmultisign_250',['checkmultisign',['../classripple_1_1Transactor.html#a0a8c18b742fd575fd4c60af58da913ac',1,'ripple::Transactor::checkMultiSign()'],['../classripple_1_1STTx.html#a372e4d39ed869bae5fee20a1c452c71b',1,'ripple::STTx::checkMultiSign()']]],
['checkmultisignfields_251',['checkMultiSignFields',['../namespaceripple_1_1RPC_1_1detail.html#a9951e7bcb8c906eb76608e94b1f56320',1,'ripple::RPC::detail']]],
['checknear_252',['checknear',['../namespaceripple.html#a948ed7ae32de8014f0a5f421f36bedc1',1,'ripple::checkNear(IOUAmount const &expected, IOUAmount const &actual)'],['../namespaceripple.html#a15e64a77f52d8520313ef65d6c3b54e9',1,'ripple::checkNear(XRPAmount const &expected, XRPAmount const &actual)']]],
['checknodes_5f_253',['checkNodes_',['../classripple_1_1LedgerCleanerImp.html#a54e15840f45d3826e19f7da62f238ecf',1,'ripple::LedgerCleanerImp']]],
['checknoripple_254',['checkNoRipple',['../namespaceripple.html#a737b0d5ba5e659ec4fb340a027bb4147',1,'ripple']]],
['checkoffer_255',['checkOffer',['../classripple_1_1test_1_1PermissionedDEX__test.html#a4538668aa00c9a1067112dd203f0e23e',1,'ripple::test::PermissionedDEX_test']]],
['checkout_5fjob_5findex_256',['checkout_job_index',['../classripple_1_1detail_1_1multi__runner__base.html#a8e6ebfc2a5471e731ddb03c90851c114',1,'ripple::detail::multi_runner_base::checkout_job_index()'],['../structripple_1_1detail_1_1multi__runner__base_1_1inner.html#ad7a3a2eb5cff306de08e786aba59d646',1,'ripple::detail::multi_runner_base::inner::checkout_job_index()']]],
- ['checkout_5ftest_5findex_257',['checkout_test_index',['../structripple_1_1detail_1_1multi__runner__base_1_1inner.html#ad758427dcc183195583e76bb66dcf821',1,'ripple::detail::multi_runner_base::inner::checkout_test_index()'],['../classripple_1_1detail_1_1multi__runner__base.html#aae83fb994faa943ca101c3f5d29cab63',1,'ripple::detail::multi_runner_base::checkout_test_index()']]],
+ ['checkout_5ftest_5findex_257',['checkout_test_index',['../classripple_1_1detail_1_1multi__runner__base.html#aae83fb994faa943ca101c3f5d29cab63',1,'ripple::detail::multi_runner_base::checkout_test_index()'],['../structripple_1_1detail_1_1multi__runner__base_1_1inner.html#ad758427dcc183195583e76bb66dcf821',1,'ripple::detail::multi_runner_base::inner::checkout_test_index()']]],
['checkoutdb_258',['checkoutDb',['../classripple_1_1DatabaseCon.html#a16c6f729c6462f6200b724543f5c67bc',1,'ripple::DatabaseCon']]],
['checkoutledger_259',['checkoutLedger',['../classripple_1_1SQLiteDatabaseImp.html#a29039ef9254588a5a10f6311d5815893',1,'ripple::SQLiteDatabaseImp']]],
['checkoutstrongreffromweak_260',['checkoutStrongRefFromWeak',['../structripple_1_1IntrusiveRefCounts.html#a690ab4bafcfa7dee5eb2c47232db2950',1,'ripple::IntrusiveRefCounts']]],
@@ -282,10 +282,10 @@ var searchData=
['checks_279',['checks',['../namespaceripple_1_1test_1_1jtx.html#aa8ee6dedc82e3189cd3f5c02e463168c',1,'ripple::test::jtx']]],
['checksanity_280',['checkSanity',['../classripple_1_1test_1_1AccountTx__test.html#a43e3ad3a057b332e6921a15c091f5198',1,'ripple::test::AccountTx_test']]],
['checkseqproxy_281',['checkSeqProxy',['../classripple_1_1Transactor.html#a433ee7a44770c882927f2eedf20e6c71',1,'ripple::Transactor']]],
- ['checksign_282',['checksign',['../classripple_1_1Transactor.html#a4501e41a5df4853bb93e7f85ec6abaf7',1,'ripple::Transactor::checkSign()'],['../classripple_1_1Batch.html#acf5cb89c27442971454298c537a7e065',1,'ripple::Batch::checkSign()'],['../classripple_1_1RCLCxPeerPos.html#a6319953faa4ccde0f319dbe6cc318746',1,'ripple::RCLCxPeerPos::checkSign()'],['../classripple_1_1STTx.html#a86da079a5b376f60a98a0bc1a046909e',1,'ripple::STTx::checkSign()']]],
+ ['checksign_282',['checksign',['../classripple_1_1Transactor.html#a8dc5385cbd1ce2471a0d7be1d550207c',1,'ripple::Transactor::checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject)'],['../classripple_1_1Transactor.html#a4501e41a5df4853bb93e7f85ec6abaf7',1,'ripple::Transactor::checkSign(PreclaimContext const &ctx)'],['../classripple_1_1Batch.html#acf5cb89c27442971454298c537a7e065',1,'ripple::Batch::checkSign()'],['../classripple_1_1RCLCxPeerPos.html#a6319953faa4ccde0f319dbe6cc318746',1,'ripple::RCLCxPeerPos::checkSign()'],['../classripple_1_1STTx.html#a86da079a5b376f60a98a0bc1a046909e',1,'ripple::STTx::checkSign()']]],
['checksigs_283',['checksigs',['../classripple_1_1Application.html#ac7847e6c1c097b025b2e8e9ed6f96b51',1,'ripple::Application::checkSigs(bool)=0'],['../classripple_1_1Application.html#a3f00a293d48fe74b97e406066362816d',1,'ripple::Application::checkSigs() const =0'],['../classripple_1_1ApplicationImp.html#ab81dc930fc621743cbdbffb39e1a1e8c',1,'ripple::ApplicationImp::checkSigs() const override'],['../classripple_1_1ApplicationImp.html#a1dba3c147ef02a2224c966d0e46c6da9',1,'ripple::ApplicationImp::checkSigs(bool) override']]],
['checksigs_5f_284',['checkSigs_',['../classripple_1_1ApplicationImp.html#af1ffdb3525a023afff41a7efa62808f7',1,'ripple::ApplicationImp']]],
- ['checksinglesign_285',['checksinglesign',['../classripple_1_1Transactor.html#a732e5dc74fdfd0e3892143918fd640cd',1,'ripple::Transactor::checkSingleSign()'],['../classripple_1_1STTx.html#a5bd0f5bf1f83fc8e48819a39b049718f',1,'ripple::STTx::checkSingleSign()']]],
+ ['checksinglesign_285',['checksinglesign',['../classripple_1_1Transactor.html#aa38481958c19b18dae6e0f3afb41443a',1,'ripple::Transactor::checkSingleSign()'],['../classripple_1_1STTx.html#a5bd0f5bf1f83fc8e48819a39b049718f',1,'ripple::STTx::checkSingleSign()']]],
['checksonaccount_286',['checksOnAccount',['../classripple_1_1Check__test.html#a54bb355698a43e650e6503212bb2cf5d',1,'ripple::Check_test']]],
['checkstatus_287',['checkStatus',['../classripple_1_1test_1_1LedgerReplayClient.html#abfc051eb861037f706dc4a27e217a65c',1,'ripple::test::LedgerReplayClient']]],
['checkstrongmaxvalue_288',['checkStrongMaxValue',['../structripple_1_1IntrusiveRefCounts_1_1RefCountPair.html#ad052991e010ba4b68b57eafbec519382',1,'ripple::IntrusiveRefCounts::RefCountPair']]],
diff --git a/search/functions_3.js b/search/functions_3.js
index 7fbeaa93a4..e23fa78827 100644
--- a/search/functions_3.js
+++ b/search/functions_3.js
@@ -91,7 +91,7 @@ var searchData=
['ceil_5flog2_88',['ceil_log2',['../classripple_1_1ServerImpl.html#adc9d584f90e323f1e0fd59df96729e76',1,'ripple::ServerImpl']]],
['ceil_5fout_89',['ceil_out',['../classripple_1_1Quality__test.html#a3e01307c4713dc19ca9b5f4517bae539',1,'ripple::Quality_test']]],
['ceil_5fout_5fimpl_90',['ceil_out_impl',['../namespaceripple.html#a00a9bb5ffdc23b323ac5c9382eee534c',1,'ripple']]],
- ['cend_91',['cend',['../classripple_1_1JobTypes.html#a0a6ed77ebfc73f438e335d66e43b551c',1,'ripple::JobTypes::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container.html#a2f75ce243105441e86d2663e29140569',1,'beast::detail::aged_ordered_container::cend()'],['../classbeast_1_1detail_1_1aged__unordered__container_1_1chronological__t.html#af72893b6a86fe09c0831f2f95b914f3d',1,'beast::detail::aged_unordered_container::chronological_t::cend()'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a820fcd764ec975eb45bd33c4b063520e',1,'beast::detail::aged_unordered_container::cend() const'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a244775e01d811e1d5e54b09518991342',1,'beast::detail::aged_unordered_container::cend(size_type n) const'],['../classbeast_1_1List.html#a16c1ce8b06e47e2566355e039e666623',1,'beast::List::cend()'],['../classbeast_1_1LockFreeStack.html#a05f4144c95b980440fa49b2e24dfddc2',1,'beast::LockFreeStack::cend()'],['../classbeast_1_1unit__test_1_1detail_1_1const__container.html#aa2acd2875a47b140e4dde2dbb13512e1',1,'beast::unit_test::detail::const_container::cend()'],['../classripple_1_1PublicKey.html#aa79acc9aeab9e2ac37722c15f6cbe768',1,'ripple::PublicKey::cend()'],['../classripple_1_1SecretKey.html#ab42ae9ec0bce6d623a43b03ef0f6c035',1,'ripple::SecretKey::cend()'],['../classripple_1_1Seed.html#a2d433f145c9dbca75331ed4bde44dcd7',1,'ripple::Seed::cend()'],['../classripple_1_1SOTemplate.html#a0552d8a6f36ecf0d2fed55bc1af26c63',1,'ripple::SOTemplate::cend()'],['../classripple_1_1PeerFinder_1_1Bootcache.html#a5074b1be3771d7f6e1d487cafbbc313b',1,'ripple::PeerFinder::Bootcache::cend()'],['../classripple_1_1PeerFinder_1_1detail_1_1LivecacheBase_1_1Hop.html#a51b62bca738517174e3b377c887fb0f5',1,'ripple::PeerFinder::detail::LivecacheBase::Hop::cend()'],['../classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#ae0b3bde4959568e40b5a2a4d491a4d11',1,'ripple::PeerFinder::Livecache::hops_t::cend()'],['http://en.cppreference.com/w/cpp/iterator/end.html',1,'std::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::wstring_view::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::pmr::multimap::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::pmr::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::pmr::list::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::pmr::forward_list::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::pmr::deque::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::multiset::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::multimap::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::match_results::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::list::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::forward_list::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::pmr::multiset::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::deque::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::cmatch::cend()'],['http://en.cppreference.com/w/cpp/chrono/tzdb_list/end.html',1,'std::chrono::tzdb_list::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::basic_string::cend()'],['http://en.cppreference.com/w/cpp/container/array/end.html',1,'std::array::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#aa42ee86e9059d178463518c644087d38',1,'beast::detail::aged_ordered_container::chronological_t::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u32string::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::pmr::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::pmr::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::pmr::vector::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::wstring::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::set::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::smatch::cend()'],['http://en.cppreference.com/w/cpp/container/span/end.html',1,'std::span::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u16string_view::cend()'],['../classripple_1_1Slice.html#a3dfd26fc868ea74a200ef6ad27298b9a',1,'ripple::Slice::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u8string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u8string_view::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::pmr::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::pmr::unordered_map::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u8string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u32string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::string::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::pmr::set::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::wstring::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::wstring_view::cend()'],['../classripple_1_1base__uint.html#a7466966dd532bb1be84c325a3b085adb',1,'ripple::base_uint::cend()'],['../classripple_1_1Section.html#a4906292d5ca9524e9abfb42c01c697b2',1,'ripple::Section::cend()'],['../classripple_1_1Buffer.html#a3bede84d7458d2e67ce31e38eb5aa3ba',1,'ripple::Buffer::cend()'],['../classripple_1_1partitioned__unordered__map.html#a9dcc5030f6663176c4183fc6283d5fa8',1,'ripple::partitioned_unordered_map::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wsmatch::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wcmatch::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::vector::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::unordered_map::cend()']]],
+ ['cend_91',['cend',['../classripple_1_1JobTypes.html#a0a6ed77ebfc73f438e335d66e43b551c',1,'ripple::JobTypes::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container.html#a2f75ce243105441e86d2663e29140569',1,'beast::detail::aged_ordered_container::cend()'],['../classbeast_1_1detail_1_1aged__unordered__container_1_1chronological__t.html#af72893b6a86fe09c0831f2f95b914f3d',1,'beast::detail::aged_unordered_container::chronological_t::cend()'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a820fcd764ec975eb45bd33c4b063520e',1,'beast::detail::aged_unordered_container::cend() const'],['../classbeast_1_1detail_1_1aged__unordered__container.html#a244775e01d811e1d5e54b09518991342',1,'beast::detail::aged_unordered_container::cend(size_type n) const'],['../classbeast_1_1List.html#a16c1ce8b06e47e2566355e039e666623',1,'beast::List::cend()'],['../classbeast_1_1LockFreeStack.html#a05f4144c95b980440fa49b2e24dfddc2',1,'beast::LockFreeStack::cend()'],['../classbeast_1_1unit__test_1_1detail_1_1const__container.html#aa2acd2875a47b140e4dde2dbb13512e1',1,'beast::unit_test::detail::const_container::cend()'],['../classripple_1_1PublicKey.html#aa79acc9aeab9e2ac37722c15f6cbe768',1,'ripple::PublicKey::cend()'],['../classripple_1_1SecretKey.html#ab42ae9ec0bce6d623a43b03ef0f6c035',1,'ripple::SecretKey::cend()'],['../classripple_1_1Seed.html#a2d433f145c9dbca75331ed4bde44dcd7',1,'ripple::Seed::cend()'],['../classripple_1_1SOTemplate.html#a0552d8a6f36ecf0d2fed55bc1af26c63',1,'ripple::SOTemplate::cend()'],['../classripple_1_1PeerFinder_1_1Bootcache.html#a5074b1be3771d7f6e1d487cafbbc313b',1,'ripple::PeerFinder::Bootcache::cend()'],['../classripple_1_1PeerFinder_1_1detail_1_1LivecacheBase_1_1Hop.html#a51b62bca738517174e3b377c887fb0f5',1,'ripple::PeerFinder::detail::LivecacheBase::Hop::cend()'],['../classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#ae0b3bde4959568e40b5a2a4d491a4d11',1,'ripple::PeerFinder::Livecache::hops_t::cend()'],['http://en.cppreference.com/w/cpp/iterator/end.html',1,'std::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::wstring_view::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::pmr::multimap::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::pmr::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::pmr::list::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::pmr::forward_list::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::pmr::deque::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::multiset::cend()'],['http://en.cppreference.com/w/cpp/container/multimap/end.html',1,'std::multimap::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::match_results::cend()'],['http://en.cppreference.com/w/cpp/container/map/end.html',1,'std::map::cend()'],['http://en.cppreference.com/w/cpp/container/list/end.html',1,'std::list::cend()'],['http://en.cppreference.com/w/cpp/container/forward_list/end.html',1,'std::forward_list::cend()'],['http://en.cppreference.com/w/cpp/container/multiset/end.html',1,'std::pmr::multiset::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::string_view::cend()'],['http://en.cppreference.com/w/cpp/experimental/basic_string_view/end.html',1,'std::experimental::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/container/deque/end.html',1,'std::deque::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::cmatch::cend()'],['http://en.cppreference.com/w/cpp/chrono/tzdb_list/end.html',1,'std::chrono::tzdb_list::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::basic_string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::basic_string::cend()'],['http://en.cppreference.com/w/cpp/container/array/end.html',1,'std::array::cend()'],['../classbeast_1_1detail_1_1aged__ordered__container_1_1chronological__t.html#aa42ee86e9059d178463518c644087d38',1,'beast::detail::aged_ordered_container::chronological_t::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u32string_view::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::pmr::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::pmr::vector::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::wstring::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::set::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::smatch::cend()'],['http://en.cppreference.com/w/cpp/container/span/end.html',1,'std::span::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u16string_view::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u32string::cend()'],['../classripple_1_1Slice.html#a3dfd26fc868ea74a200ef6ad27298b9a',1,'ripple::Slice::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::u8string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::u8string_view::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::pmr::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::pmr::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::pmr::unordered_map::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u8string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u32string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::u16string::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::pmr::string::cend()'],['http://en.cppreference.com/w/cpp/container/set/end.html',1,'std::pmr::set::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end.html',1,'std::unordered_set::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string/end.html',1,'std::wstring::cend()'],['http://en.cppreference.com/w/cpp/string/basic_string_view/end.html',1,'std::wstring_view::cend()'],['../classripple_1_1base__uint.html#a7466966dd532bb1be84c325a3b085adb',1,'ripple::base_uint::cend()'],['../classripple_1_1Section.html#a4906292d5ca9524e9abfb42c01c697b2',1,'ripple::Section::cend()'],['../classripple_1_1Buffer.html#a3bede84d7458d2e67ce31e38eb5aa3ba',1,'ripple::Buffer::cend()'],['../classripple_1_1partitioned__unordered__map.html#a9dcc5030f6663176c4183fc6283d5fa8',1,'ripple::partitioned_unordered_map::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wsmatch::cend()'],['http://en.cppreference.com/w/cpp/regex/match_results/end.html',1,'std::wcmatch::cend()'],['http://en.cppreference.com/w/cpp/container/vector/end.html',1,'std::vector::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end.html',1,'std::unordered_multiset::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end.html',1,'std::unordered_multimap::cend()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end.html',1,'std::unordered_map::cend()']]],
['cend_28int_29_92',['cend(int)',['http://en.cppreference.com/w/cpp/container/unordered_multiset/end2.html',1,'std::unordered_multiset::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end2.html',1,'std::pmr::unordered_map::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end2.html',1,'std::pmr::unordered_multimap::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multiset/end2.html',1,'std::pmr::unordered_multiset::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end2.html',1,'std::pmr::unordered_set::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_map/end2.html',1,'std::unordered_map::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_set/end2.html',1,'std::unordered_set::cend(int)()'],['http://en.cppreference.com/w/cpp/container/unordered_multimap/end2.html',1,'std::unordered_multimap::cend(int)()']]],
['cert_93',['cert',['../classripple_1_1test_1_1TrustedPublisherServer.html#a4f592a4f475eaced6a0bf15d495eb89b',1,'ripple::test::TrustedPublisherServer']]],
['chainstatetrack_94',['ChainStateTrack',['../structripple_1_1test_1_1XChainSim__test_1_1ChainStateTrack.html#a23f75904cf2dd6f1fcbb26334c22ad00',1,'ripple::test::XChainSim_test::ChainStateTrack']]],
@@ -170,7 +170,7 @@ var searchData=
['checkmetrics_167',['checkMetrics',['../namespaceripple_1_1test_1_1jtx.html#aa93c5785339d02229eb94663acf96d55',1,'ripple::test::jtx']]],
['checkmptokenamount_168',['checkMPTokenAmount',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#af5af7a014b09141af4ffb19f5a3f87d8',1,'ripple::test::jtx::MPTTester']]],
['checkmptokenoutstandingamount_169',['checkMPTokenOutstandingAmount',['../classripple_1_1test_1_1jtx_1_1MPTTester.html#a054b0b2481595317fc0567c63622a66d',1,'ripple::test::jtx::MPTTester']]],
- ['checkmultisign_170',['checkmultisign',['../classripple_1_1Transactor.html#a8148787075e0d34daef901306ec65ec7',1,'ripple::Transactor::checkMultiSign()'],['../classripple_1_1STTx.html#a372e4d39ed869bae5fee20a1c452c71b',1,'ripple::STTx::checkMultiSign()']]],
+ ['checkmultisign_170',['checkmultisign',['../classripple_1_1Transactor.html#a0a8c18b742fd575fd4c60af58da913ac',1,'ripple::Transactor::checkMultiSign()'],['../classripple_1_1STTx.html#a372e4d39ed869bae5fee20a1c452c71b',1,'ripple::STTx::checkMultiSign()']]],
['checkmultisignfields_171',['checkMultiSignFields',['../namespaceripple_1_1RPC_1_1detail.html#a9951e7bcb8c906eb76608e94b1f56320',1,'ripple::RPC::detail']]],
['checknear_172',['checknear',['../namespaceripple.html#a15e64a77f52d8520313ef65d6c3b54e9',1,'ripple::checkNear(XRPAmount const &expected, XRPAmount const &actual)'],['../namespaceripple.html#a948ed7ae32de8014f0a5f421f36bedc1',1,'ripple::checkNear(IOUAmount const &expected, IOUAmount const &actual)']]],
['checknoripple_173',['checkNoRipple',['../namespaceripple.html#a737b0d5ba5e659ec4fb340a027bb4147',1,'ripple']]],
@@ -193,9 +193,9 @@ var searchData=
['checkresult_190',['checkResult',['../classripple_1_1test_1_1ValidatorList__test.html#a787c2f6204d2dc81f8431e93ffbbf562',1,'ripple::test::ValidatorList_test']]],
['checksanity_191',['checkSanity',['../classripple_1_1test_1_1AccountTx__test.html#a43e3ad3a057b332e6921a15c091f5198',1,'ripple::test::AccountTx_test']]],
['checkseqproxy_192',['checkSeqProxy',['../classripple_1_1Transactor.html#a433ee7a44770c882927f2eedf20e6c71',1,'ripple::Transactor']]],
- ['checksign_193',['checksign',['../classripple_1_1STTx.html#a86da079a5b376f60a98a0bc1a046909e',1,'ripple::STTx::checkSign()'],['../classripple_1_1RCLCxPeerPos.html#a6319953faa4ccde0f319dbe6cc318746',1,'ripple::RCLCxPeerPos::checkSign()'],['../classripple_1_1Batch.html#acf5cb89c27442971454298c537a7e065',1,'ripple::Batch::checkSign()'],['../classripple_1_1Transactor.html#a4501e41a5df4853bb93e7f85ec6abaf7',1,'ripple::Transactor::checkSign()']]],
+ ['checksign_193',['checksign',['../classripple_1_1STTx.html#a86da079a5b376f60a98a0bc1a046909e',1,'ripple::STTx::checkSign()'],['../classripple_1_1RCLCxPeerPos.html#a6319953faa4ccde0f319dbe6cc318746',1,'ripple::RCLCxPeerPos::checkSign()'],['../classripple_1_1Batch.html#acf5cb89c27442971454298c537a7e065',1,'ripple::Batch::checkSign()'],['../classripple_1_1Transactor.html#a4501e41a5df4853bb93e7f85ec6abaf7',1,'ripple::Transactor::checkSign(PreclaimContext const &ctx)'],['../classripple_1_1Transactor.html#a8dc5385cbd1ce2471a0d7be1d550207c',1,'ripple::Transactor::checkSign(PreclaimContext const &ctx, AccountID const &id, STObject const &sigObject)']]],
['checksigs_194',['checksigs',['../classripple_1_1ApplicationImp.html#ab81dc930fc621743cbdbffb39e1a1e8c',1,'ripple::ApplicationImp::checkSigs() const override'],['../classripple_1_1ApplicationImp.html#a1dba3c147ef02a2224c966d0e46c6da9',1,'ripple::ApplicationImp::checkSigs(bool) override'],['../classripple_1_1Application.html#a3f00a293d48fe74b97e406066362816d',1,'ripple::Application::checkSigs() const =0'],['../classripple_1_1Application.html#ac7847e6c1c097b025b2e8e9ed6f96b51',1,'ripple::Application::checkSigs(bool)=0']]],
- ['checksinglesign_195',['checksinglesign',['../classripple_1_1STTx.html#a5bd0f5bf1f83fc8e48819a39b049718f',1,'ripple::STTx::checkSingleSign()'],['../classripple_1_1Transactor.html#a732e5dc74fdfd0e3892143918fd640cd',1,'ripple::Transactor::checkSingleSign()']]],
+ ['checksinglesign_195',['checksinglesign',['../classripple_1_1STTx.html#a5bd0f5bf1f83fc8e48819a39b049718f',1,'ripple::STTx::checkSingleSign()'],['../classripple_1_1Transactor.html#aa38481958c19b18dae6e0f3afb41443a',1,'ripple::Transactor::checkSingleSign()']]],
['checksonaccount_196',['checksOnAccount',['../classripple_1_1Check__test.html#a54bb355698a43e650e6503212bb2cf5d',1,'ripple::Check_test']]],
['checkstatus_197',['checkStatus',['../classripple_1_1test_1_1LedgerReplayClient.html#abfc051eb861037f706dc4a27e217a65c',1,'ripple::test::LedgerReplayClient']]],
['checksum_198',['checksum',['../namespaceripple.html#addf2e966df148c6d810b003f9f3dc9fd',1,'ripple']]],