diff --git a/AMMTest_8cpp_source.html b/AMMTest_8cpp_source.html index 1a4617d898..8eefe7243f 100644 --- a/AMMTest_8cpp_source.html +++ b/AMMTest_8cpp_source.html @@ -350,7 +350,7 @@ $(function() {
| run() override | ripple::test::GatewayBalances_test | |
| testGWB(FeatureBitset features) | ripple::test::GatewayBalances_test | |
| testGWBOverflow() | ripple::test::GatewayBalances_test | |
| testGWBApiVersions(FeatureBitset features) | ripple::test::GatewayBalances_test | |
| testGWBOverflow() | ripple::test::GatewayBalances_test |
Definition at line 27 of file GatewayBalances_test.cpp.
+Definition at line 28 of file GatewayBalances_test.cpp.
Definition at line 31 of file GatewayBalances_test.cpp.
+Definition at line 32 of file GatewayBalances_test.cpp.
+ +| void ripple::test::GatewayBalances_test::testGWBApiVersions | +( | +FeatureBitset | +features | ) | ++ |
Definition at line 156 of file GatewayBalances_test.cpp.
Definition at line 152 of file GatewayBalances_test.cpp.
+Definition at line 191 of file GatewayBalances_test.cpp.
Definition at line 206 of file GatewayBalances_test.cpp.
+Definition at line 245 of file GatewayBalances_test.cpp.
Returns a single string with the contents of an RPC error.
-Definition at line 211 of file ErrorCodes.cpp.
+Definition at line 212 of file ErrorCodes.cpp.
@@ -48634,7 +48637,7 @@ template<class TAttestation >Definition at line 99 of file PayChanClaim.cpp.
+Definition at line 100 of file PayChanClaim.cpp.
Returns an ErrorInfo that reflects the error code.
-Definition at line 171 of file ErrorCodes.cpp.
+Definition at line 172 of file ErrorCodes.cpp.
@@ -614,7 +616,7 @@ template<class JsonValue >Returns a new json object that reflects the error code.
-Definition at line 179 of file ErrorCodes.cpp.
+Definition at line 180 of file ErrorCodes.cpp.
@@ -644,7 +646,7 @@ template<class JsonValue >Definition at line 187 of file ErrorCodes.cpp.
+Definition at line 188 of file ErrorCodes.cpp.
Returns true if the json contains an rpc error specification.
Definition at line 195 of file ErrorCodes.cpp.
+Definition at line 196 of file ErrorCodes.cpp.
@@ -1049,7 +1051,7 @@ template<class JsonValue >Returns http status that corresponds to the error code.
-Definition at line 203 of file ErrorCodes.cpp.
+Definition at line 204 of file ErrorCodes.cpp.
@@ -2637,14 +2639,14 @@ template<class T > - -| std::pair< PublicKey, SecretKey > ripple::RPC::keypairForSignature | +std::pair<PublicKey, SecretKey> ripple::RPC::keypairForSignature | ( | Json::Value const & | params, | @@ -2653,7 +2655,13 @@ template<class T >Json::Value & | -error | +error, | +||
| + | + | unsigned int | +apiVersion | ||||||
| @@ -2683,7 +2691,7 @@ template<class T > |
Definition at line 980 of file RPCHelpers.cpp.
+Definition at line 986 of file RPCHelpers.cpp.
Definition at line 1039 of file RPCHelpers.cpp.
+Definition at line 1045 of file RPCHelpers.cpp.
@@ -2746,7 +2754,7 @@ template<class T >Return a ledger based on ledger_hash or ledger_index, or an RPC error.
-Definition at line 1060 of file RPCHelpers.cpp.
+Definition at line 1066 of file RPCHelpers.cpp.
@@ -2775,7 +2783,7 @@ template<class T >Definition at line 1177 of file RPCHelpers.cpp.
+Definition at line 1183 of file RPCHelpers.cpp.
@@ -2831,7 +2839,41 @@ template<class Object >Definition at line 255 of file RPCHelpers.h.
+Definition at line 252 of file RPCHelpers.h.
+ +| std::pair<PublicKey, SecretKey> ripple::RPC::keypairForSignature | +( | +Json::Value const & | +params, | +
| + | + | Json::Value & | +error, | +
| + | + | uint | +apiVersion = apiVersionIfUnspecified |
+
| + | ) | ++ |
API version numbers used in API version 1.
-Definition at line 217 of file RPCHelpers.h.
+Definition at line 214 of file RPCHelpers.h.
@@ -3409,7 +3451,7 @@ template<class Object >Definition at line 218 of file RPCHelpers.h.
+Definition at line 215 of file RPCHelpers.h.
Definition at line 219 of file RPCHelpers.h.
+Definition at line 216 of file RPCHelpers.h.
Network Requests without explicit version numbers use apiVersionIfUnspecified. apiVersionIfUnspecified is 1, because all the RPC requests with a version >= 2 must explicitly specify the version in the requests. Note that apiVersionIfUnspecified will be lower than apiMinimumSupportedVersion when we stop supporting API version 1.
Command line Requests use apiMaximumSupportedVersion.
-Definition at line 243 of file RPCHelpers.h.
+Definition at line 240 of file RPCHelpers.h.
@@ -3479,7 +3521,7 @@ template<class Object >Definition at line 244 of file RPCHelpers.h.
+Definition at line 241 of file RPCHelpers.h.
Definition at line 245 of file RPCHelpers.h.
+Definition at line 242 of file RPCHelpers.h.
Definition at line 246 of file RPCHelpers.h.
+Definition at line 243 of file RPCHelpers.h.
Definition at line 247 of file RPCHelpers.h.
+Definition at line 244 of file RPCHelpers.h.
Definition at line 118 of file ErrorCodes.cpp.
+Definition at line 119 of file ErrorCodes.cpp.
Definition at line 162 of file ErrorCodes.cpp.
+Definition at line 163 of file ErrorCodes.cpp.
Definition at line 164 of file ErrorCodes.cpp.
+Definition at line 165 of file ErrorCodes.cpp.