From 764ed24f13a1b78a482cde1d549bc026a8da0b28 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:25:37 -0700 Subject: [PATCH 01/31] Adds commandline response to account_currencies.md --- .../account-methods/account_currencies.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md index c0e6e2ad50..95e3a244e8 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md @@ -133,6 +133,31 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "account_data" : { + "Account" : "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn", + "Balance" : "9986", + "Flags" : 1114112, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0705FE3F52057924C288296EF0EBF668E0C1A3646FBA8FAF9B73DCC0A797B4B2", + "PreviousTxnLgrSeq" : 51948740, + "RegularKey" : "rhLkGGNZdjSpnHJw4XAFw1Jy7PD8TqxoET", + "Sequence" : 192220, + "index" : "92FA6A9FC8EA6018D5D16532D7795C91BFB0831355BDFDA177E86C8BF997985F" + }, + "ledger_hash" : "A18990ECC3FC7C1DCFF4B3ED98B436EA87B63195FE08DA205650FD7DE8445303", + "ledger_index" : 56823150, + "status" : "success", + "validated" : true + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From 7b3e5010eaa21084bc97ceeea06478004fad7e2f Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:32:42 -0700 Subject: [PATCH 02/31] Fixes commandline request and response for account_currencies.md --- .../account-methods/account_currencies.md | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md index 95e3a244e8..b135a25f40 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_currencies.md @@ -39,7 +39,7 @@ An example of the request format: ```sh #Syntax: account_currencies account [ledger_index|ledger_hash] [strict] -rippled account_info rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn validated strict +rippled account_currencies rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn validated strict ``` @@ -138,20 +138,10 @@ An example of a successful response: ```json { "result" : { - "account_data" : { - "Account" : "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn", - "Balance" : "9986", - "Flags" : 1114112, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0705FE3F52057924C288296EF0EBF668E0C1A3646FBA8FAF9B73DCC0A797B4B2", - "PreviousTxnLgrSeq" : 51948740, - "RegularKey" : "rhLkGGNZdjSpnHJw4XAFw1Jy7PD8TqxoET", - "Sequence" : 192220, - "index" : "92FA6A9FC8EA6018D5D16532D7795C91BFB0831355BDFDA177E86C8BF997985F" - }, - "ledger_hash" : "A18990ECC3FC7C1DCFF4B3ED98B436EA87B63195FE08DA205650FD7DE8445303", - "ledger_index" : 56823150, + "ledger_hash" : "F43A801ED4562FA744A35755B86BE898D91C5643BF499924EA3C69491B8C28D1", + "ledger_index" : 56843649, + "receive_currencies" : [ "USD" ], + "send_currencies" : [ "NGN", "TRC" ], "status" : "success", "validated" : true } From bc1433e65d0c162930a5fdfe557103d21b55ac5f Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:36:43 -0700 Subject: [PATCH 03/31] Adds commandline response for account_info.md --- .../account-methods/account_info.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md index 4de670c1ac..690712944b 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_info.md @@ -166,6 +166,31 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "account_data" : { + "Account" : "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn", + "Balance" : "9986", + "Flags" : 1114112, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0705FE3F52057924C288296EF0EBF668E0C1A3646FBA8FAF9B73DCC0A797B4B2", + "PreviousTxnLgrSeq" : 51948740, + "RegularKey" : "rhLkGGNZdjSpnHJw4XAFw1Jy7PD8TqxoET", + "Sequence" : 192220, + "index" : "92FA6A9FC8EA6018D5D16532D7795C91BFB0831355BDFDA177E86C8BF997985F" + }, + "ledger_hash" : "8169428EDF7F046F817CE44F5F1DF23AD9FAEFFA2CBA7645C3254D66AA79B46E", + "ledger_index" : 56843712, + "status" : "success", + "validated" : true + } +} +``` + The response follows the [standard format][], with the result containing the requested account, its data, and a ledger to which it applies, as the following fields: From cf6a6ff5eb5d7dd421ab700dc6bf030913a75d58 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:41:49 -0700 Subject: [PATCH 04/31] Adds commandline response for account_objects.md --- .../account-methods/account_objects.md | 592 ++++++++++++++++++ 1 file changed, 592 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md index 168e0966c9..181d681f3d 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_objects.md @@ -598,6 +598,598 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "account_objects" : [ + { + "Balance" : { + "currency" : "ASP", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 65536, + "HighLimit" : { + "currency" : "ASP", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ASP", + "issuer" : "r3vi7mWxru9rJCxETCyA1CHvzL96eZWx5z", + "value" : "10" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "BF7555B0F018E3C5E2A3FF9437A1A5092F32903BE246202F988181B9CED0D862", + "PreviousTxnLgrSeq" : 1438879, + "index" : "2243B0B630EA6F7330B654EFA53E27A7609D9484E535AB11B7F946DF3D247CE9" + }, + { + "Balance" : { + "currency" : "XAU", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 3342336, + "HighLimit" : { + "currency" : "XAU", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "XAU", + "issuer" : "r3vi7mWxru9rJCxETCyA1CHvzL96eZWx5z", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "79B26D7D34B950AC2C2F91A299A6888FABB376DD76CFF79D56E805BF439F6942", + "PreviousTxnLgrSeq" : 5982530, + "index" : "9ED4406351B7A511A012A9B5E7FE4059FA2F7650621379C0013492C315E25B97" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "5" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "5" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "2A5C5D95880A254A2C57BB5332558205BC33B9F2B38D359A170283CB4CBD080A", + "PreviousTxnLgrSeq" : 39498567, + "index" : "2DECFAC23B77D5AEA6116C15F5C6D4669EBAEE9E7EE050A40FE2B1E47B6A9419" + }, + { + "Balance" : { + "currency" : "MXN", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "481.992867407479" + }, + "Flags" : 65536, + "HighLimit" : { + "currency" : "MXN", + "issuer" : "rHpXfibHgSb64n8kK9QWDpdbfqSpYbM9a4", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "MXN", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "1000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "A467BACE5F183CDE1F075F72435FE86BAD8626ED1048EDEFF7562A4CC76FD1C5", + "PreviousTxnLgrSeq" : 3316170, + "index" : "EC8B9B6B364AF6CB6393A423FDD2DDBA96375EC772E6B50A3581E53BFBDFDD9A" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.793598266778297" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "1" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "E9345D44433EA368CFE1E00D84809C8E695C87FED18859248E13662D46A0EC46", + "PreviousTxnLgrSeq" : 5447146, + "index" : "4513749B30F4AF8DA11F077C448128D6486BF12854B760E4E5808714588AA915" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "3" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rnuF96W4SZoCJmbHYBFoJZpR8eCaxNvekK", + "value" : "0" + }, + "LowNode" : "0000000000000008", + "PreviousTxnID" : "2FDDC81F4394695B01A47913BEC4281AC9A283CC8F903C14ADEA970F60E57FCF", + "PreviousTxnLgrSeq" : 5949673, + "index" : "578C327DA8944BDE2E10C9BA36AFA2F43E06C8D1E8819FB225D266CBBCFDE5CE" + }, + { + "Balance" : { + "currency" : "DYM", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "1.336889190631542" + }, + "Flags" : 65536, + "HighLimit" : { + "currency" : "DYM", + "issuer" : "rGwUWgN5BEg3QGNY3RX2HfYowjUTZdid3E", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "DYM", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "3" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "6DA2BD02DFB83FA4DAFC2651860B60071156171E9C021D9E0372A61A477FFBB1", + "PreviousTxnLgrSeq" : 8818732, + "index" : "5A2A5FF12E71AEE57564E624117BBA68DEF78CD564EF6259F92A011693E027C7" + }, + { + "Balance" : { + "currency" : "CHF", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.3488146605801446" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "CHF", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CHF", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "000000000000008C", + "PreviousTxnID" : "722394372525A13D1EAAB005642F50F05A93CF63F7F472E0F91CDD6D38EB5869", + "PreviousTxnLgrSeq" : 2687590, + "index" : "F2DBAD20072527F6AD02CE7F5A450DBC72BE2ABB91741A8A3ADD30D5AD7A99FB" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "3" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "0000000000000043", + "PreviousTxnID" : "03EDF724397D2DEE70E49D512AECD619E9EA536BE6CFD48ED167AE2596055C9A", + "PreviousTxnLgrSeq" : 8317037, + "index" : "767C12AF647CDF5FEB9019B37018748A79C50EDAF87E8D4C7F39F78AA7CA9765" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-11.68225001668339" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "5000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "000000000000004A", + "PreviousTxnID" : "8C55AFC2A2AA42B5CE624AEECDB3ACFDD1E5379D4E5BF74A8460C5E97EF8706B", + "PreviousTxnLgrSeq" : 43251698, + "index" : "826CF5BFD28F3934B518D0BDF3231259CBD3FD0946E3C3CA0C97D2C75D2D1A09" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.00111" + }, + "Flags" : 65536, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rpgKWEmNqSDAGFhy5WDnsyPqfQxbWxKeVd", + "value" : "10" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "74F2F2A731C1350492FA03F8C67AF6C05EEC391160AACC04BF99329D9EAB0052", + "PreviousTxnLgrSeq" : 585437, + "index" : "94A9F05FEF9A153229E2E997E64919FD75AAE2028C8153E8EBDB4440BD3ECBB5" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.0008744482690504699" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rBJ3YjwXi2MGbg7GVLuTXUWQ8DjL7tDXh4", + "value" : "10" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "95221CD154317176B5748202A2E820D7A336597816E9787C27E3E4F25576877F", + "PreviousTxnLgrSeq" : 8208104, + "index" : "BC2AC65D7F9AD5CDAD131DEFE248727CA8A0FC219A33A3264E6202F50B4733C0" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 65536, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", + "value" : "0" + }, + "HighNode" : "0000000000000002", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "1" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "8C55AFC2A2AA42B5CE624AEECDB3ACFDD1E5379D4E5BF74A8460C5E97EF8706B", + "PreviousTxnLgrSeq" : 43251698, + "index" : "C493ABA2619D0FC6355BA862BC8312DF8266FBE76AFBA9636E857F7EAC874A99" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-9.07619790068559" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "100" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "razqQKzJRdB4UxFPWf5NEpEG3WMkmwgcXA", + "value" : "0" + }, + "LowNode" : "0000000000000005", + "PreviousTxnID" : "8EFE067DA1B2D57C485EFFCF875604548BA990EA00D019B466313D4CEE1E4668", + "PreviousTxnLgrSeq" : 8284705, + "index" : "C8554E6CE903505F631703E73D22D2D4D0662FDA9F524290997DF6B4D760C495" + }, + { + "Balance" : { + "currency" : "JPY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-7.292695098901099" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "JPY", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JPY", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "0000000000000076", + "PreviousTxnID" : "CE460D85F9AD93752E8EC8BCF4DFFE91DDF08B8C988836D64CB51EB7B447F672", + "PreviousTxnLgrSeq" : 5100078, + "index" : "CB1565898F19916A5EE49CC537B1D43CA075B9B96E82C6892E16EF6DFDEE7865" + }, + { + "Balance" : { + "currency" : "AUX", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 3342336, + "HighLimit" : { + "currency" : "AUX", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "AUX", + "issuer" : "r3vi7mWxru9rJCxETCyA1CHvzL96eZWx5z", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "A6964735A14272742E7E10EB5AB5A7CE693473BBB4DAFA488971A15E181132CF", + "PreviousTxnLgrSeq" : 5982528, + "index" : "C61E113C767A9E7B27CD944162FB63EAA24C38C8664E984759821C3ADFFE097E" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.0004557360418801623" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "USD", + "issuer" : "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X", + "value" : "0" + }, + "HighNode" : "0000000000000003", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "1" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "F8F178712C0C3DA013A774A598B2A004BE6BA3D4542B8448D221A60D8A0D409A", + "PreviousTxnLgrSeq" : 38837233, + "index" : "D43180D7B2EEBB285C9D296590C4D5E5580C814F3026FC4D41FFDF3049FB547F" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-12.41688780720394" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "100" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "000000000000008F", + "PreviousTxnID" : "1F0436C0688A8156EE2D7745B02C3F39C477A43F6BAD5D46C25A08949EF41739", + "PreviousTxnLgrSeq" : 5449071, + "index" : "F6B22B4D6A83B13A7F16E6A4A6EA8D3E26739C9D86C23DAC21C18E74B5E2C8CC" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-35" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "500" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rfF3PNkwkq1DygW2wum2HK3RGfgkJjdPVD", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "99CB3C30FAEC301621951B944059C3C2EB78FDE7ED2E124A79901B6F2600E868", + "PreviousTxnLgrSeq" : 4339260, + "index" : "D23CF25053AC6A5106E9162A20AF52818EDC672CA77AD1625C0407A71D37102F" + }, + { + "Balance" : { + "currency" : "JOE", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-5" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "JOE", + "issuer" : "rwUVoVMSURqNyvocPCcvLu3ygJzZyw8qwp", + "value" : "50" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JOE", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "F5B48F7631779C6562AF07DC79E0E4E25A0696C38823417BF811DF27C5D88168", + "PreviousTxnLgrSeq" : 5736288, + "index" : "FEECE8973F75156412E1604C52B8B9C6BC9EF21FA4A0FAA8B779AC416D039B34" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rE6R3DWF9fBD7CyiQciePF9SqK58Ubp8o2", + "value" : "100" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "B1A7405C4A698E6A371E5B02836E779A942936AB754865FE82141E5280F09D1B", + "PreviousTxnLgrSeq" : 5718137, + "index" : "8DF1456AAB7470A760F6A095C156B457FF1038D43E6B11FD8011C2DF714E4FA1" + }, + { + "Balance" : { + "currency" : "JOE", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "JOE", + "issuer" : "rE6R3DWF9fBD7CyiQciePF9SqK58Ubp8o2", + "value" : "100" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JOE", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "8E488B0E939D4DACD62102A5BFA2FDC63679EFCC56F2FDA2FDF45283674BB711", + "PreviousTxnLgrSeq" : 5989200, + "index" : "273BD42DD72E7D84416ED759CEC92DACCD12A4502287E50BECF816233C021ED1" + }, + { + "Balance" : { + "currency" : "015841551A748AD2C1F76FF6ECB0CCCD00000000", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "015841551A748AD2C1F76FF6ECB0CCCD00000000", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "10.01037626125837" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "015841551A748AD2C1F76FF6ECB0CCCD00000000", + "issuer" : "rs9M85karFkCRjvc6KMWn8Coigm9cbcgcx", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "2B3E313FBDE15988425AACA1EA2EAEBBBCB8020E4FBAA7159BA678E1C4F6B4C3", + "PreviousTxnLgrSeq" : 5982458, + "index" : "BA92A0B9EB8A75E84C5463BA1A055F2B1C1B7CC20BFDA7B027C685F75E06629D" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rEhDDUUNxpXgEHVJtC2cjXAgyx5VCFxdMF", + "value" : "1" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "B6B410172C0B65575D89E464AF5B99937CC568822929ABF87DA75CBD11911932", + "PreviousTxnLgrSeq" : 6592159, + "index" : "2CC2B211F6D1159B5CFD07AF8717A9C51C985E2497B2875C192EE87266AB0F81" + } + ], + "ledger_hash" : "06BF4DBE7D57FBFEAFD70D4CA7B00ED6EF404B94C446767063A0EF58A937FC4E", + "ledger_index" : 56843766, + "status" : "success", + "validated" : true + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From aece660c445a61f3f158603e9d59b0114ede5397 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:44:51 -0700 Subject: [PATCH 05/31] Adds commandline response for account_offers.md --- .../account-methods/account_offers.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md index 2ad9efd489..d69fa7bede 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md @@ -152,6 +152,19 @@ An example of a successful response: } } ``` +*Commandline* + +```json +{ + "result" : { + "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "ledger_current_index" : 56843824, + "offers" : [], + "status" : "success", + "validated" : false + } +} +``` From e5d41d9740a6b7b3b0db632a40800d876378febe Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:52:35 -0700 Subject: [PATCH 06/31] Adds commandline repsonse to account_tx.md --- .../account-methods/account_tx.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md index 827867b247..270633a98a 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md @@ -557,6 +557,22 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "ledger_index_max" : 56843937, + "ledger_index_min" : 56843321, + "limit" : 2, + "status" : "success", + "transactions" : [], + "validated" : true + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From 3a051f5caf9a151773962b1bc9c581d674b6a687 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:55:18 -0700 Subject: [PATCH 07/31] Adds commandline output for ledger_closed.md --- .../ledger-methods/ledger_closed.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md index c13fe32ec8..0a7106f851 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md @@ -73,6 +73,18 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "ledger_hash" : "6F5D3B97F1CAA8440AFCED3CA10FB9DC6472F64DEBC2EFAE7CAE7FC0123F32DA", + "ledger_index" : 56843991, + "status" : "success" + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From e820dd4e598ba0f2046b8aa6ac237aa6496e1860 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 14:58:09 -0700 Subject: [PATCH 08/31] Adds commandline output for ledger_current.md --- .../ledger-methods/ledger_current.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md index d23044e96c..f2e5572f46 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md @@ -73,6 +73,17 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "ledger_current_index" : 56844050, + "status" : "success" + } +} +``` + The response follows the [standard format][], with a successful result containing the following field: From 59493996b888cde76456236b2f89f888a6c30d07 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Wed, 15 Jul 2020 16:39:47 -0700 Subject: [PATCH 09/31] Adds commandline response for tx_history.md --- .../transaction-methods/tx_history.md | 552 ++++++++++++++++++ 1 file changed, 552 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md index e1b2b13682..c6b79b8c67 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md @@ -876,6 +876,558 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "index" : 0, + "status" : "success", + "txs" : [ + { + "Account" : "r96HghtYDxvpHNaru1xbCQPcsHZwqiaENE", + "Amount" : { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "value" : "10000" + }, + "Destination" : "r96HghtYDxvpHNaru1xbCQPcsHZwqiaENE", + "Fee" : "11", + "Flags" : 2147942400, + "LastLedgerSequence" : 56845613, + "Paths" : [ + [ + { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XRP", + "type" : 16, + "type_hex" : "0000000000000010" + }, + { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "type" : 48, + "type_hex" : "0000000000000030" + } + ], + [ + { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XRP", + "type" : 16, + "type_hex" : "0000000000000010" + }, + { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "type" : 48, + "type_hex" : "0000000000000030" + } + ], + [ + { + "currency" : "USD", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XRP", + "type" : 16, + "type_hex" : "0000000000000010" + }, + { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "type" : 48, + "type_hex" : "0000000000000030" + } + ], + [ + { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "USD", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XRP", + "type" : 16, + "type_hex" : "0000000000000010" + }, + { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "type" : 48, + "type_hex" : "0000000000000030" + } + ], + [ + { + "currency" : "USD", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XLM", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XRP", + "type" : 16, + "type_hex" : "0000000000000010" + }, + { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "type" : 48, + "type_hex" : "0000000000000030" + } + ], + [ + { + "currency" : "XLM", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "USD", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "type" : 48, + "type_hex" : "0000000000000030" + }, + { + "currency" : "XRP", + "type" : 16, + "type_hex" : "0000000000000010" + }, + { + "currency" : "CNT", + "issuer" : "rPFLkxQk6xUGdGYEykqe7PR25Gr7mLHDc8", + "type" : 48, + "type_hex" : "0000000000000030" + } + ] + ], + "SendMax" : "10000000000", + "Sequence" : 11629682, + "SigningPubKey" : "03E45D5E88ABB50151F5F00A02B2A7B66CB6CEC8E55304C4BF7D0B27BB59A14800", + "TransactionType" : "Payment", + "TxnSignature" : "30450221008E9DDFF13C5FD1BDC01F7C1AC74CFF6E9B40FEE33D9F0E3CC30D45EDCA9170E402202EEABBC0A045D0091C7F3B80F22A1C060DE6D6975B93DC2508FB6DAFC0FC9F61", + "hash" : "E9047DD5B43E9AB392D8AABE3799D8AD9A73177705570E76181E3568AA380DE1", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhXZDebYFALnTyWhFFPQJNqREGa27JPYiA", + "Fee" : "10", + "Flags" : 2147483648, + "LastLedgerSequence" : 56845615, + "OfferSequence" : 3400529, + "Sequence" : 3400607, + "SigningPubKey" : "03355CC886EB9C7FE8B69328D76AB2854525F35AB748839CC80D3B2F5CA9766DD1", + "TransactionType" : "OfferCancel", + "TxnSignature" : "3045022100F76589FEF96AD00DDFC07298A2FA7071B97D200879B65DE33AA138687946A187022079C3D1C571C4080F720677A99CB01BF3C4BDC14C0A663899391BC5F2A85A9B5A", + "hash" : "BD681EA79C5362FEF9101BFB565974794E937A22304051E7857ADD13B5BE0AD4", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhXZDebYFALnTyWhFFPQJNqREGa27JPYiA", + "Fee" : "10", + "Flags" : 2147483648, + "LastLedgerSequence" : 56845615, + "Sequence" : 3400606, + "SigningPubKey" : "03355CC886EB9C7FE8B69328D76AB2854525F35AB748839CC80D3B2F5CA9766DD1", + "TakerGets" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0.00507205478630516" + }, + "TakerPays" : "249657501", + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100C5DA644638C1FE4CF243D9E8A623AD3B86903F8F7D15F9488D7C4A283A7057FD022063A4166D7C077220BDD53B251784FEE78550FE714C7F7FB0B0F920EF0D622A63", + "hash" : "BB2A5A57AA020C297ABFB3533E1478778C0A723D0376494FF716D54E66238945", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhXZDebYFALnTyWhFFPQJNqREGa27JPYiA", + "Fee" : "10", + "Flags" : 2147483648, + "LastLedgerSequence" : 56845615, + "OfferSequence" : 3400527, + "Sequence" : 3400605, + "SigningPubKey" : "03355CC886EB9C7FE8B69328D76AB2854525F35AB748839CC80D3B2F5CA9766DD1", + "TransactionType" : "OfferCancel", + "TxnSignature" : "30450221008CCA40D79736F8845C73469860E1A11500C45CC9F96B6081FCCD260AB8B6C9A5022021F8665655D9FA378AC44CAAE181693A5FB6D545774C8ECE3BD403A28A523A6D", + "hash" : "493F0944765501302028E8A2528C6731DCAA4CA7A3C3136D7563A0FCB0E93692", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhXZDebYFALnTyWhFFPQJNqREGa27JPYiA", + "Fee" : "10", + "Flags" : 2147483648, + "LastLedgerSequence" : 56845615, + "Sequence" : 3400604, + "SigningPubKey" : "03355CC886EB9C7FE8B69328D76AB2854525F35AB748839CC80D3B2F5CA9766DD1", + "TakerGets" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0.00507205478630516" + }, + "TakerPays" : { + "currency" : "ETH", + "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "value" : "0.202004149646394" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "304402203078ECCAD7CDBD9D1D29D50370E5D897781B53643ADA86DC31C588B80AF979A002203B9EDF215C13A151876B02785EA5FFA43A88BDE4039DD34B4B0B298E3357170D", + "hash" : "DDA8785FE70C4543B464DDFFB8418A98509F340E32AD587CA221249C32A211CB", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhXZDebYFALnTyWhFFPQJNqREGa27JPYiA", + "Fee" : "10", + "Flags" : 2147483648, + "LastLedgerSequence" : 56845615, + "OfferSequence" : 3400525, + "Sequence" : 3400603, + "SigningPubKey" : "03355CC886EB9C7FE8B69328D76AB2854525F35AB748839CC80D3B2F5CA9766DD1", + "TransactionType" : "OfferCancel", + "TxnSignature" : "304402201D09EB1E9AEC4E33CC7C714283393B1D32C005180C34B3F25D91BD0A0FDF91560220064F2A0904F9EEB5EC405814ADDF65A7096D0FC9A793A3523DE222489DE8ABEF", + "hash" : "5D44EF496DDBE4DEDE6FF3CA2666CF2C48538DB1B696B331369A6A188733476F", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhXZDebYFALnTyWhFFPQJNqREGa27JPYiA", + "Fee" : "10", + "Flags" : 2147483648, + "LastLedgerSequence" : 56845615, + "Sequence" : 3400602, + "SigningPubKey" : "03355CC886EB9C7FE8B69328D76AB2854525F35AB748839CC80D3B2F5CA9766DD1", + "TakerGets" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0.00507205478630516" + }, + "TakerPays" : { + "currency" : "BTC", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0.00517038081708025" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100CF63E5FB454C5D1939E950B843B8DE776A10643C3F675AEA13972833F3D18B2702203654A5C3FB25DF2FB48F7C25689716F7DBB9503B0760E45F823E2348846C2AB7", + "hash" : "766118E01073DEF7977601B9B800C13996B9885AECA744A6C421892235EF2B5C", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845615, + "OfferSequence" : 5021336, + "Sequence" : 5021338, + "SigningPubKey" : "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20874.44999999999" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100B368499CA2E5B3F6044E17AA9CBC93555B34993F92C56CBC445018F0ABEE0045022015F65F9F7ECA684F19F2F497EFBCF2A44D075EA887ABD5191D9A04EE6E8D7F4A", + "hash" : "90D9BF0A93DC3C2BE7C256338664265D7546C8AD2F247E73ADF9FEAFA65A06CA", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845615, + "OfferSequence" : 5021335, + "Sequence" : 5021337, + "SigningPubKey" : "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20812.8" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100D0C7E3CD774B9D5D5B9931119CCA0D80302669D8845DA72905677D19A334BCE202204A5D9DCD4D27F22D28B14153B8FE36779A11A27ECE6A442A883E04975019B50D", + "hash" : "3238F80A01E60420BBB909A47130A9DA717EB8AD9F8550CFAC124317C26A9354", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 5021334, + "Sequence" : 5021336, + "SigningPubKey" : "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20876.55" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100874C70F9AE0732D45573B65864282A505F932AA111DBB3FC15F70C21AA8B1973022004773A4E61E9DDBBF9E0BD11827921F7E2EBBAE1D4ED50AF8F4A8A0893E7FF37", + "hash" : "09592065F990A35096B5131A68449D417A57A9A6943C6D2842DB9E9B7BA783F3", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 5021333, + "Sequence" : 5021335, + "SigningPubKey" : "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20814.89999999999" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "304502210087EE970DA4C613FFDE3AF3FFD6810011892113550A34DDB91179B96D87A8235E022053487E63E2A426A9942A5974BF67C44C0D17A754B92D641A21B9EDE2F21530EE", + "hash" : "75F61FED9ADCC8F091A330119A73B4A6949F76982916E2EBD37A8B3ADF910E0F", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rh3VLyj1GbQjX7eA15BwUagEhSrPHmLkSR", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 41691946, + "Sequence" : 41691950, + "SigningPubKey" : "022D40673B44C82DEE1DDB8B9BB53DCCE4F97B27404DB850F068DD91D685E337EA", + "TakerGets" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "41318.81898853314" + }, + "TakerPays" : "30915226849", + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100C9600476A340E9EABF57A0A11222341EDA58820CB9CBE68CEB1B091F6BD38F780220497BC21226C96956E119D2979AEF6A9A68387AD16AB454ADC3EB65F9ACE96BE5", + "hash" : "391B7E37EBBEA051E1D33B84569C959A4D73F5F4E61ABC9FB62C381B6D68E9B7", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rwchA2b36zu2r6CJfEMzPLQ1cmciKFcw9t", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9320758, + "Sequence" : 9320762, + "SigningPubKey" : "037E9B02A63FFC298C82B66D250932A5DCF89361122925CB42339E3C769245084C", + "TakerGets" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "21604.14928277434" + }, + "TakerPays" : "18046769983", + "TransactionType" : "OfferCreate", + "TxnSignature" : "304402207130109344A2002B02F9DC3454572F1DE48A76D489F3A2912F17AA54586975F3022035BEAB40662F077F7B119CB77ACFD480B720E614C0F5C7AC7224EAF611CB7BCA", + "hash" : "FA0FC48F5087AA77E630EFD9D6E8F7C1465086846696AF00EEF517377A2CB749", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rwchA2b36zu2r6CJfEMzPLQ1cmciKFcw9t", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9320757, + "Sequence" : 9320761, + "SigningPubKey" : "037E9B02A63FFC298C82B66D250932A5DCF89361122925CB42339E3C769245084C", + "TakerGets" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "21153.27740430806" + }, + "TakerPays" : "17084997741", + "TransactionType" : "OfferCreate", + "TxnSignature" : "3044022070D1F61AB277243ED18C8104DC7251DE464C37DC3F8A92C48586DA02FE27944E02203E63E73E0ABE7EAE518BB7CFAE5FFAB20BE1DECC60D6B4B16B9B72DC920BB06A", + "hash" : "D01E289C628C441EAC2279929951ED0DA2816A6560C0985A093E85BB9E506937", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rwchA2b36zu2r6CJfEMzPLQ1cmciKFcw9t", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9320756, + "Sequence" : 9320760, + "SigningPubKey" : "037E9B02A63FFC298C82B66D250932A5DCF89361122925CB42339E3C769245084C", + "TakerGets" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "23222.92606822486" + }, + "TakerPays" : "18155392823", + "TransactionType" : "OfferCreate", + "TxnSignature" : "3044022027BA44F8509ED750ACE3FF3808DEE7C5800CE2AF6DD578C7AFD212D45EB1505E0220448283547BC3C0A6D316A8ADF884FFD216DF1288C813ECBF95B6457A24273844", + "hash" : "BB65B88A976B04FF906C0962764BBED724B410514CAB614F1C4D1CD9F397C8D0", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rwchA2b36zu2r6CJfEMzPLQ1cmciKFcw9t", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9320755, + "Sequence" : 9320759, + "SigningPubKey" : "037E9B02A63FFC298C82B66D250932A5DCF89361122925CB42339E3C769245084C", + "TakerGets" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "28979.36444343412" + }, + "TakerPays" : "21952068329", + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100D32888AE7BF2312A661FE5C61C9E402643BB524263CDE7A0172971056F1D7E650220296BD08642719E778D24585AB127BA851E61C450A50CDA0EDF7D1AD8EF933DFE", + "hash" : "026E1CAD09FD1B4508839377D2C27A34D99E61173ACEAC021171424938E2B662", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rUTEn2jLLv4ESmrUqQmhZfEfDN3LorhgvZ", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9280923, + "Sequence" : 9280927, + "SigningPubKey" : "021C987881039AD42AEC336FB8460F1B1F4DDF0839CAF3EAB1AF69DDF8012C30A3", + "TakerGets" : "18779187610", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "28975.72310791101" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100A9735BBF6E757AC5E07FCE16C55B8901634EAC43F16F21B1493B689B7F0234FD0220614053BEA47C68930BA3CF262E961CBFF4A71E4C16AB1EE30F345359F3C858E2", + "hash" : "BB4F12026FD5B635A9CE1C1A3DB2DC23F1011082CA431E911940B63A8F393607", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rUTEn2jLLv4ESmrUqQmhZfEfDN3LorhgvZ", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9280922, + "Sequence" : 9280926, + "SigningPubKey" : "021C987881039AD42AEC336FB8460F1B1F4DDF0839CAF3EAB1AF69DDF8012C30A3", + "TakerGets" : "8181267030", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "12288.01764167985" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100DC085D453E9F106E0C23F6EFBFB35AB7476847EF145113CC585EDFF7B622285102200FBDAF12422AA49C71BCA805A94207D2C6C85AAF0DF3ADA2131139273FEE0065", + "hash" : "2C7EB89FD617EC0ACC4608141F6C6588DD5C28CD8BD545F2758D778E445B9F39", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rUTEn2jLLv4ESmrUqQmhZfEfDN3LorhgvZ", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9280921, + "Sequence" : 9280925, + "SigningPubKey" : "021C987881039AD42AEC336FB8460F1B1F4DDF0839CAF3EAB1AF69DDF8012C30A3", + "TakerGets" : "5483852556", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "8011.744069983915" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "30440220235009358985925D4F5A29FBB650585A949C4299B597E59F944C2F9A7F465F04022067A9D52CE7668EDDFD23CD0A549C614BDBC7E3CBCE1DAFCDAA6617985F22AF5A", + "hash" : "3D549BE1E3F76B04F353A8D2984FA8E5285F845D62595A881956133578AAE7F6", + "inLedger" : 56845612, + "ledger_index" : 56845612 + }, + { + "Account" : "rUTEn2jLLv4ESmrUqQmhZfEfDN3LorhgvZ", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56845614, + "OfferSequence" : 9280920, + "Sequence" : 9280924, + "SigningPubKey" : "021C987881039AD42AEC336FB8460F1B1F4DDF0839CAF3EAB1AF69DDF8012C30A3", + "TakerGets" : "18161813563", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rJ1adrpGS3xsnQMb9Cw54tWJVFPuSdZHK", + "value" : "25789.23040606686" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "30440220556320ADCF85CCA130B3DCB4579ADEBE4C9792580574DD53FF51F5CFD805BACE0220448BE61C8521C42012B23C15394991C29AE9EA2E971FDD9EB197165291FB6F5A", + "hash" : "295833386FF9A419EE7CE81758CD16E9D6DE61E3A8618BD052FE1D548BA920E1", + "inLedger" : 56845612, + "ledger_index" : 56845612 + } + ] + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From f500926adb50bcb02c6faf3482e260abc2d666a1 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 14:16:08 -0700 Subject: [PATCH 10/31] Changes tx hash to a valid hash and adds commandline/JSON-RPC response for tx.md --- .../transaction-methods/tx.md | 436 ++++++++++++++---- 1 file changed, 338 insertions(+), 98 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md index 0d38f240f8..21092fbb25 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md @@ -15,7 +15,7 @@ An example of the request format: { "id": 1, "command": "tx", - "transaction": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", + "transaction": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", "binary": false } ``` @@ -26,7 +26,7 @@ An example of the request format: "method": "tx", "params": [ { - "transaction": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", + "transaction": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", "binary": false } ] @@ -36,7 +36,7 @@ An example of the request format: ```sh #Syntax: tx transaction [binary] -rippled tx E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7 false +rippled tx C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9 false ``` @@ -64,127 +64,367 @@ An example of a successful response: ```json { - "id": 1, + "id": 1, + "result": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee": "12", + "Flags": 0, + "LastLedgerSequence": 56865248, + "OfferSequence": 5037708, + "Sequence": 5037710, + "SigningPubKey": "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + }, + "TransactionType": "OfferCreate", + "TxnSignature": "3045022100A5023A0E64923616FCDB6D664F569644C7C9D1895772F986CD6B981B515B02A00220530C973E9A8395BC6FE2484948D2751F6B030FC7FB8575D1BFB406368AD554D9", + "date": 648248020, + "hash": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", + "inLedger": 56865245, + "ledger_index": 56865245, + "meta": { + "AffectedNodes": [ + { + "ModifiedNode": { + "FinalFields": { + "ExchangeRate": "4F04C66806CF7400", + "Flags": 0, + "RootIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "TakerGetsCurrency": "0000000000000000000000000000000000000000", + "TakerGetsIssuer": "0000000000000000000000000000000000000000", + "TakerPaysCurrency": "000000000000000000000000434E590000000000", + "TakerPaysIssuer": "CED6E99370D5C00EF4EBF72567DA99F5661BFB3A" + }, + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400" + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Balance": "10404767991", + "Flags": 0, + "OwnerCount": 3, + "Sequence": 5037711 + }, + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "1DECD9844E95FFBA273F1B94BA0BF2564DDF69F2804497A6D7837B52050174A2", + "PreviousFields": { + "Balance": "10404768003", + "Sequence": 5037710 + }, + "PreviousTxnID": "4DC47B246B5EB9CCE92ABA8C482479E3BF1F946CABBEF74CA4DE36521D5F9008", + "PreviousTxnLgrSeq": 56865244 + } + }, + { + "DeletedNode": { + "FinalFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "BookNode": "0000000000000000", + "Flags": 0, + "OwnerNode": "0000000000000000", + "PreviousTxnID": "8F5FF57B404827F12BDA7561876A13C3E3B3095CBF75334DBFB5F227391A660C", + "PreviousTxnLgrSeq": 56865244, + "Sequence": 5037708, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + } + }, + "LedgerEntryType": "Offer", + "LedgerIndex": "26AAE6CA8D29E28A47C92ADF22D5D96A0216F0551E16936856DDC8CB1AAEE93B" + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Flags": 0, + "IndexNext": "0000000000000000", + "IndexPrevious": "0000000000000000", + "Owner": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "RootIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + }, + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + } + }, + { + "CreatedNode": { + "LedgerEntryType": "Offer", + "LedgerIndex": "8BAEE3C7DE04A568E96007420FA11ABD0BC9AE44D35932BB5640E9C3FB46BC9B", + "NewFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "Sequence": 5037710, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + } + } + } + } + ], + "TransactionIndex": 0, + "TransactionResult": "tesSUCCESS" + }, + "validated": true + }, + "status": "success", + "type": "response" +} +``` + +*JSON-RPC* + +```json +{ "result": { - "Account": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "Amount": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "1" - }, - "Destination": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Fee": "10", + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee": "12", "Flags": 0, - "Paths": [ - [ - { - "account": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "type": 49, - "type_hex": "0000000000000031" - } - ], - [ - { - "account": "rD1jovjQeEpvaDwn9wKaYokkXXrqo4D23x", - "currency": "USD", - "issuer": "rD1jovjQeEpvaDwn9wKaYokkXXrqo4D23x", - "type": 49, - "type_hex": "0000000000000031" - }, - { - "account": "rB5TihdPbKgMrkFqrqUC3yLdE8hhv4BdeY", - "currency": "USD", - "issuer": "rB5TihdPbKgMrkFqrqUC3yLdE8hhv4BdeY", - "type": 49, - "type_hex": "0000000000000031" - }, - { - "account": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "type": 49, - "type_hex": "0000000000000031" - } - ] - ], - "SendMax": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "1.01" + "LastLedgerSequence": 56865248, + "OfferSequence": 5037708, + "Sequence": 5037710, + "SigningPubKey": "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" }, - "Sequence": 88, - "SigningPubKey": "02EAE5DAB54DD8E1C49641D848D5B97D1B29149106174322EDF98A1B2CCE5D7F8E", - "TransactionType": "Payment", - "TxnSignature": "30440220791B6A3E036ECEFFE99E8D4957564E8C84D1548C8C3E80A87ED1AA646ECCFB16022037C5CAC97E34E3021EBB426479F2ACF3ACA75DB91DCC48D1BCFB4CF547CFEAA0", - "hash": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", - "inLedger": 348734, - "ledger_index": 348734, + "TransactionType": "OfferCreate", + "TxnSignature": "3045022100A5023A0E64923616FCDB6D664F569644C7C9D1895772F986CD6B981B515B02A00220530C973E9A8395BC6FE2484948D2751F6B030FC7FB8575D1BFB406368AD554D9", + "date": 648248020, + "hash": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", + "inLedger": 56865245, + "ledger_index": 56865245, "meta": { "AffectedNodes": [ { "ModifiedNode": { "FinalFields": { - "Account": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "Balance": "59328999119", + "ExchangeRate": "4F04C66806CF7400", "Flags": 0, - "OwnerCount": 11, - "Sequence": 89 + "RootIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "TakerGetsCurrency": "0000000000000000000000000000000000000000", + "TakerGetsIssuer": "0000000000000000000000000000000000000000", + "TakerPaysCurrency": "000000000000000000000000434E590000000000", + "TakerPaysIssuer": "CED6E99370D5C00EF4EBF72567DA99F5661BFB3A" }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "E0D7BDE68B468FF0B8D948FD865576517DA987569833A05374ADB9A72E870A06", - "PreviousFields": { - "Balance": "59328999129", - "Sequence": 88 - }, - "PreviousTxnID": "C26AA6B4F7C3B9F55E17CD0D11F12032A1C7AD2757229FFD277C9447A8815E6E", - "PreviousTxnLgrSeq": 348700 + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400" } }, { "ModifiedNode": { "FinalFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "-1" - }, - "Flags": 131072, - "HighLimit": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "100" - }, - "HighNode": "0000000000000000", - "LowLimit": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "0" - }, - "LowNode": "0000000000000000" + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Balance": "10404767991", + "Flags": 0, + "OwnerCount": 3, + "Sequence": 5037711 }, - "LedgerEntryType": "RippleState", - "LedgerIndex": "EA4BF03B4700123CDFFB6EB09DC1D6E28D5CEB7F680FB00FC24BC1C3BB2DB959", + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "1DECD9844E95FFBA273F1B94BA0BF2564DDF69F2804497A6D7837B52050174A2", "PreviousFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "0" + "Balance": "10404768003", + "Sequence": 5037710 + }, + "PreviousTxnID": "4DC47B246B5EB9CCE92ABA8C482479E3BF1F946CABBEF74CA4DE36521D5F9008", + "PreviousTxnLgrSeq": 56865244 + } + }, + { + "DeletedNode": { + "FinalFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "BookNode": "0000000000000000", + "Flags": 0, + "OwnerNode": "0000000000000000", + "PreviousTxnID": "8F5FF57B404827F12BDA7561876A13C3E3B3095CBF75334DBFB5F227391A660C", + "PreviousTxnLgrSeq": 56865244, + "Sequence": 5037708, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" } }, - "PreviousTxnID": "53354D84BAE8FDFC3F4DA879D984D24B929E7FEB9100D2AD9EFCD2E126BCCDC8", - "PreviousTxnLgrSeq": 343570 + "LedgerEntryType": "Offer", + "LedgerIndex": "26AAE6CA8D29E28A47C92ADF22D5D96A0216F0551E16936856DDC8CB1AAEE93B" + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Flags": 0, + "IndexNext": "0000000000000000", + "IndexPrevious": "0000000000000000", + "Owner": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "RootIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + }, + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + } + }, + { + "CreatedNode": { + "LedgerEntryType": "Offer", + "LedgerIndex": "8BAEE3C7DE04A568E96007420FA11ABD0BC9AE44D35932BB5640E9C3FB46BC9B", + "NewFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "Sequence": 5037710, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + } + } } } ], "TransactionIndex": 0, "TransactionResult": "tesSUCCESS" }, + "status": "success", "validated": true - }, - "status": "success", - "type": "response" + } +} +``` + +*Commandline* + +```json +{ + "result" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56865248, + "OfferSequence" : 5037708, + "Sequence" : 5037710, + "SigningPubKey" : "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20160.75" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100A5023A0E64923616FCDB6D664F569644C7C9D1895772F986CD6B981B515B02A00220530C973E9A8395BC6FE2484948D2751F6B030FC7FB8575D1BFB406368AD554D9", + "date" : 648248020, + "hash" : "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", + "inLedger" : 56865245, + "ledger_index" : 56865245, + "meta" : { + "AffectedNodes" : [ + { + "ModifiedNode" : { + "FinalFields" : { + "ExchangeRate" : "4F04C66806CF7400", + "Flags" : 0, + "RootIndex" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "TakerGetsCurrency" : "0000000000000000000000000000000000000000", + "TakerGetsIssuer" : "0000000000000000000000000000000000000000", + "TakerPaysCurrency" : "000000000000000000000000434E590000000000", + "TakerPaysIssuer" : "CED6E99370D5C00EF4EBF72567DA99F5661BFB3A" + }, + "LedgerEntryType" : "DirectoryNode", + "LedgerIndex" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400" + } + }, + { + "ModifiedNode" : { + "FinalFields" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Balance" : "10404767991", + "Flags" : 0, + "OwnerCount" : 3, + "Sequence" : 5037711 + }, + "LedgerEntryType" : "AccountRoot", + "LedgerIndex" : "1DECD9844E95FFBA273F1B94BA0BF2564DDF69F2804497A6D7837B52050174A2", + "PreviousFields" : { + "Balance" : "10404768003", + "Sequence" : 5037710 + }, + "PreviousTxnID" : "4DC47B246B5EB9CCE92ABA8C482479E3BF1F946CABBEF74CA4DE36521D5F9008", + "PreviousTxnLgrSeq" : 56865244 + } + }, + { + "DeletedNode" : { + "FinalFields" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "BookNode" : "0000000000000000", + "Flags" : 0, + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "8F5FF57B404827F12BDA7561876A13C3E3B3095CBF75334DBFB5F227391A660C", + "PreviousTxnLgrSeq" : 56865244, + "Sequence" : 5037708, + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20160.75" + } + }, + "LedgerEntryType" : "Offer", + "LedgerIndex" : "26AAE6CA8D29E28A47C92ADF22D5D96A0216F0551E16936856DDC8CB1AAEE93B" + } + }, + { + "ModifiedNode" : { + "FinalFields" : { + "Flags" : 0, + "IndexNext" : "0000000000000000", + "IndexPrevious" : "0000000000000000", + "Owner" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "RootIndex" : "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + }, + "LedgerEntryType" : "DirectoryNode", + "LedgerIndex" : "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + } + }, + { + "CreatedNode" : { + "LedgerEntryType" : "Offer", + "LedgerIndex" : "8BAEE3C7DE04A568E96007420FA11ABD0BC9AE44D35932BB5640E9C3FB46BC9B", + "NewFields" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "Sequence" : 5037710, + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20160.75" + } + } + } + } + ], + "TransactionIndex" : 0, + "TransactionResult" : "tesSUCCESS" + }, + "status" : "success", + "validated" : true + } } ``` From 7da0dd9778677b656721958f1967d60ba6c03210 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 14:34:44 -0700 Subject: [PATCH 11/31] Changes tx hash and ledger index to valid values; Adds JSON-RPC/Commandline response for transaction_entry.md --- .../transaction-methods/transaction_entry.md | 447 ++++++++++++++---- 1 file changed, 344 insertions(+), 103 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md index 65ff0e79d4..f5d05afa50 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md @@ -15,8 +15,8 @@ An example of the request format: { "id": 4, "command": "transaction_entry", - "tx_hash": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", - "ledger_index": 348734 + "tx_hash": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", + "ledger_index": 56865245 } ``` @@ -27,8 +27,8 @@ An example of the request format: "method": "transaction_entry", "params": [ { - "tx_hash": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", - "ledger_index": 348734 + "tx_hash": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9", + "ledger_index": 56865245 } ] } @@ -38,7 +38,7 @@ An example of the request format: ``` #Syntax: transaction_entry transaction_hash ledger_index|ledger_hash -rippled transaction_entry E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7 348734 +rippled transaction_entry C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9 56865245 ``` @@ -63,131 +63,372 @@ An example of a successful response: *WebSocket* -``` +```json +{ + "id": 4, + "result": { + "ledger_hash": "793E56131D8D4ABFB27FA383BFC44F2978B046E023FF46C588D7E0C874C2472A", + "ledger_index": 56865245, + "metadata": { + "AffectedNodes": [ + { + "ModifiedNode": { + "FinalFields": { + "ExchangeRate": "4F04C66806CF7400", + "Flags": 0, + "RootIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "TakerGetsCurrency": "0000000000000000000000000000000000000000", + "TakerGetsIssuer": "0000000000000000000000000000000000000000", + "TakerPaysCurrency": "000000000000000000000000434E590000000000", + "TakerPaysIssuer": "CED6E99370D5C00EF4EBF72567DA99F5661BFB3A" + }, + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400" + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Balance": "10404767991", + "Flags": 0, + "OwnerCount": 3, + "Sequence": 5037711 + }, + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "1DECD9844E95FFBA273F1B94BA0BF2564DDF69F2804497A6D7837B52050174A2", + "PreviousFields": { + "Balance": "10404768003", + "Sequence": 5037710 + }, + "PreviousTxnID": "4DC47B246B5EB9CCE92ABA8C482479E3BF1F946CABBEF74CA4DE36521D5F9008", + "PreviousTxnLgrSeq": 56865244 + } + }, + { + "DeletedNode": { + "FinalFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "BookNode": "0000000000000000", + "Flags": 0, + "OwnerNode": "0000000000000000", + "PreviousTxnID": "8F5FF57B404827F12BDA7561876A13C3E3B3095CBF75334DBFB5F227391A660C", + "PreviousTxnLgrSeq": 56865244, + "Sequence": 5037708, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + } + }, + "LedgerEntryType": "Offer", + "LedgerIndex": "26AAE6CA8D29E28A47C92ADF22D5D96A0216F0551E16936856DDC8CB1AAEE93B" + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Flags": 0, + "IndexNext": "0000000000000000", + "IndexPrevious": "0000000000000000", + "Owner": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "RootIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + }, + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + } + }, + { + "CreatedNode": { + "LedgerEntryType": "Offer", + "LedgerIndex": "8BAEE3C7DE04A568E96007420FA11ABD0BC9AE44D35932BB5640E9C3FB46BC9B", + "NewFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "Sequence": 5037710, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + } + } + } + } + ], + "TransactionIndex": 0, + "TransactionResult": "tesSUCCESS" + }, + "tx_json": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee": "12", + "Flags": 0, + "LastLedgerSequence": 56865248, + "OfferSequence": 5037708, + "Sequence": 5037710, + "SigningPubKey": "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + }, + "TransactionType": "OfferCreate", + "TxnSignature": "3045022100A5023A0E64923616FCDB6D664F569644C7C9D1895772F986CD6B981B515B02A00220530C973E9A8395BC6FE2484948D2751F6B030FC7FB8575D1BFB406368AD554D9", + "hash": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9" + }, + "validated": true + }, + "status": "success", + "type": "response" +} +``` + +*JSON-RPC* + +```json { - "id": 4, "result": { - "ledger_index": 348734, + "ledger_hash": "793E56131D8D4ABFB27FA383BFC44F2978B046E023FF46C588D7E0C874C2472A", + "ledger_index": 56865245, "metadata": { "AffectedNodes": [ { "ModifiedNode": { "FinalFields": { - "Account": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "Balance": "59328999119", + "ExchangeRate": "4F04C66806CF7400", "Flags": 0, - "OwnerCount": 11, - "Sequence": 89 + "RootIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "TakerGetsCurrency": "0000000000000000000000000000000000000000", + "TakerGetsIssuer": "0000000000000000000000000000000000000000", + "TakerPaysCurrency": "000000000000000000000000434E590000000000", + "TakerPaysIssuer": "CED6E99370D5C00EF4EBF72567DA99F5661BFB3A" }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "E0D7BDE68B468FF0B8D948FD865576517DA987569833A05374ADB9A72E870A06", - "PreviousFields": { - "Balance": "59328999129", - "Sequence": 88 - }, - "PreviousTxnID": "C26AA6B4F7C3B9F55E17CD0D11F12032A1C7AD2757229FFD277C9447A8815E6E", - "PreviousTxnLgrSeq": 348700 + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400" } }, { "ModifiedNode": { "FinalFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "-1" - }, - "Flags": 131072, - "HighLimit": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "100" - }, - "HighNode": "0000000000000000", - "LowLimit": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "0" - }, - "LowNode": "0000000000000000" + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Balance": "10404767991", + "Flags": 0, + "OwnerCount": 3, + "Sequence": 5037711 }, - "LedgerEntryType": "RippleState", - "LedgerIndex": "EA4BF03B4700123CDFFB6EB09DC1D6E28D5CEB7F680FB00FC24BC1C3BB2DB959", + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "1DECD9844E95FFBA273F1B94BA0BF2564DDF69F2804497A6D7837B52050174A2", "PreviousFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "0" + "Balance": "10404768003", + "Sequence": 5037710 + }, + "PreviousTxnID": "4DC47B246B5EB9CCE92ABA8C482479E3BF1F946CABBEF74CA4DE36521D5F9008", + "PreviousTxnLgrSeq": 56865244 + } + }, + { + "DeletedNode": { + "FinalFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "BookNode": "0000000000000000", + "Flags": 0, + "OwnerNode": "0000000000000000", + "PreviousTxnID": "8F5FF57B404827F12BDA7561876A13C3E3B3095CBF75334DBFB5F227391A660C", + "PreviousTxnLgrSeq": 56865244, + "Sequence": 5037708, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" } }, - "PreviousTxnID": "53354D84BAE8FDFC3F4DA879D984D24B929E7FEB9100D2AD9EFCD2E126BCCDC8", - "PreviousTxnLgrSeq": 343570 + "LedgerEntryType": "Offer", + "LedgerIndex": "26AAE6CA8D29E28A47C92ADF22D5D96A0216F0551E16936856DDC8CB1AAEE93B" + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Flags": 0, + "IndexNext": "0000000000000000", + "IndexPrevious": "0000000000000000", + "Owner": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "RootIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + }, + "LedgerEntryType": "DirectoryNode", + "LedgerIndex": "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + } + }, + { + "CreatedNode": { + "LedgerEntryType": "Offer", + "LedgerIndex": "8BAEE3C7DE04A568E96007420FA11ABD0BC9AE44D35932BB5640E9C3FB46BC9B", + "NewFields": { + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory": "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "Sequence": 5037710, + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" + } + } } } ], "TransactionIndex": 0, "TransactionResult": "tesSUCCESS" }, + "status": "success", "tx_json": { - "Account": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "Amount": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "1" - }, - "Destination": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Fee": "10", + "Account": "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee": "12", "Flags": 0, - "Paths": [ - [ - { - "account": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "type": 49, - "type_hex": "0000000000000031" - } - ], - [ - { - "account": "rD1jovjQeEpvaDwn9wKaYokkXXrqo4D23x", - "currency": "USD", - "issuer": "rD1jovjQeEpvaDwn9wKaYokkXXrqo4D23x", - "type": 49, - "type_hex": "0000000000000031" - }, - { - "account": "rB5TihdPbKgMrkFqrqUC3yLdE8hhv4BdeY", - "currency": "USD", - "issuer": "rB5TihdPbKgMrkFqrqUC3yLdE8hhv4BdeY", - "type": 49, - "type_hex": "0000000000000031" - }, - { - "account": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "type": 49, - "type_hex": "0000000000000031" - } - ] - ], - "SendMax": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "1.01" + "LastLedgerSequence": 56865248, + "OfferSequence": 5037708, + "Sequence": 5037710, + "SigningPubKey": "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets": "15000000000", + "TakerPays": { + "currency": "CNY", + "issuer": "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value": "20160.75" }, - "Sequence": 88, - "SigningPubKey": "02EAE5DAB54DD8E1C49641D848D5B97D1B29149106174322EDF98A1B2CCE5D7F8E", - "TransactionType": "Payment", - "TxnSignature": "30440220791B6A3E036ECEFFE99E8D4957564E8C84D1548C8C3E80A87ED1AA646ECCFB16022037C5CAC97E34E3021EBB426479F2ACF3ACA75DB91DCC48D1BCFB4CF547CFEAA0", - "hash": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", - "inLedger": 348734, - "ledger_index": 348734 - } - }, - "status": "success", - "type": "response" + "TransactionType": "OfferCreate", + "TxnSignature": "3045022100A5023A0E64923616FCDB6D664F569644C7C9D1895772F986CD6B981B515B02A00220530C973E9A8395BC6FE2484948D2751F6B030FC7FB8575D1BFB406368AD554D9", + "hash": "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9" + }, + "validated": true + } +} +``` + +*Commandline* + +```json +{ + "result" : { + "ledger_hash" : "793E56131D8D4ABFB27FA383BFC44F2978B046E023FF46C588D7E0C874C2472A", + "ledger_index" : 56865245, + "metadata" : { + "AffectedNodes" : [ + { + "ModifiedNode" : { + "FinalFields" : { + "ExchangeRate" : "4F04C66806CF7400", + "Flags" : 0, + "RootIndex" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "TakerGetsCurrency" : "0000000000000000000000000000000000000000", + "TakerGetsIssuer" : "0000000000000000000000000000000000000000", + "TakerPaysCurrency" : "000000000000000000000000434E590000000000", + "TakerPaysIssuer" : "CED6E99370D5C00EF4EBF72567DA99F5661BFB3A" + }, + "LedgerEntryType" : "DirectoryNode", + "LedgerIndex" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400" + } + }, + { + "ModifiedNode" : { + "FinalFields" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Balance" : "10404767991", + "Flags" : 0, + "OwnerCount" : 3, + "Sequence" : 5037711 + }, + "LedgerEntryType" : "AccountRoot", + "LedgerIndex" : "1DECD9844E95FFBA273F1B94BA0BF2564DDF69F2804497A6D7837B52050174A2", + "PreviousFields" : { + "Balance" : "10404768003", + "Sequence" : 5037710 + }, + "PreviousTxnID" : "4DC47B246B5EB9CCE92ABA8C482479E3BF1F946CABBEF74CA4DE36521D5F9008", + "PreviousTxnLgrSeq" : 56865244 + } + }, + { + "DeletedNode" : { + "FinalFields" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "BookNode" : "0000000000000000", + "Flags" : 0, + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "8F5FF57B404827F12BDA7561876A13C3E3B3095CBF75334DBFB5F227391A660C", + "PreviousTxnLgrSeq" : 56865244, + "Sequence" : 5037708, + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20160.75" + } + }, + "LedgerEntryType" : "Offer", + "LedgerIndex" : "26AAE6CA8D29E28A47C92ADF22D5D96A0216F0551E16936856DDC8CB1AAEE93B" + } + }, + { + "ModifiedNode" : { + "FinalFields" : { + "Flags" : 0, + "IndexNext" : "0000000000000000", + "IndexPrevious" : "0000000000000000", + "Owner" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "RootIndex" : "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + }, + "LedgerEntryType" : "DirectoryNode", + "LedgerIndex" : "47FAF5D102D8CE655574F440CDB97AC67C5A11068BB3759E87C2B9745EE94548" + } + }, + { + "CreatedNode" : { + "LedgerEntryType" : "Offer", + "LedgerIndex" : "8BAEE3C7DE04A568E96007420FA11ABD0BC9AE44D35932BB5640E9C3FB46BC9B", + "NewFields" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "BookDirectory" : "02BAAC1E67C1CE0E96F0FA2E8061020536CEDD043FEB0FF54F04C66806CF7400", + "Sequence" : 5037710, + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20160.75" + } + } + } + } + ], + "TransactionIndex" : 0, + "TransactionResult" : "tesSUCCESS" + }, + "status" : "success", + "tx_json" : { + "Account" : "rhhh49pFH96roGyuC4E5P4CHaNjS1k8gzM", + "Fee" : "12", + "Flags" : 0, + "LastLedgerSequence" : 56865248, + "OfferSequence" : 5037708, + "Sequence" : 5037710, + "SigningPubKey" : "03B51A3EDF70E4098DA7FB053A01C5A6A0A163A30ED1445F14F87C7C3295FCB3BE", + "TakerGets" : "15000000000", + "TakerPays" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "20160.75" + }, + "TransactionType" : "OfferCreate", + "TxnSignature" : "3045022100A5023A0E64923616FCDB6D664F569644C7C9D1895772F986CD6B981B515B02A00220530C973E9A8395BC6FE2484948D2751F6B030FC7FB8575D1BFB406368AD554D9", + "hash" : "C53ECF838647FA5A4C780377025FEC7999AB4182590510CA461444B207AB74A9" + }, + "validated" : true + } } ``` From cf22a02bb6cd67c888c355f2931ceda6a348c9cb Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 15:08:00 -0700 Subject: [PATCH 12/31] Adds commandline request and response for ledger_entry.md --- .../ledger-methods/ledger_entry.md | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md index 17ff28d244..4734894f71 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md @@ -3,8 +3,6 @@ The `ledger_entry` method returns a single ledger object from the XRP Ledger in its raw format. See [ledger format][] for information on the different types of objects you can retrieve. -**Note:** There is no commandline version of this method. You can use the [json method][] to access this method from the commandline instead. - ## Request Format An example of the request format: @@ -38,6 +36,12 @@ An example of the request format: } ``` +*Commandline* + +``` +rippled json ledger_entry '{ "account_root": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", "ledger_index": "validated", "type": "account_root" }' +``` + [Try it! >](websocket-api-tool.html#ledger_entry) @@ -94,7 +98,8 @@ An example of a successful response: *WebSocket* -```{ +```json +{ "id": 3, "result": { "index": "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05", @@ -118,7 +123,7 @@ An example of a successful response: *JSON-RPC* -``` +```json 200 OK { "result": { @@ -141,6 +146,30 @@ An example of a successful response: } ``` +*Commandline* +```json +{ + "result" : { + "index" : "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05", + "ledger_hash" : "F434A8F21E401F84A2CDEDFDF801E6F3FC8B2567C6841818E684BEE019460179", + "ledger_index" : 56866309, + "node" : { + "Account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "Balance" : "13315612685", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 17, + "PreviousTxnID" : "D2FA1C28EF87E53029327AA832C378674B3ACA0551CF9EA1F65BB8CA34913FAB", + "PreviousTxnLgrSeq" : 55180009, + "Sequence" : 1406, + "index" : "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05" + }, + "status" : "success", + "validated" : true + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From 7b4a6378462ce1b95865205b717d3c0b8d964581 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 15:13:18 -0700 Subject: [PATCH 13/31] Adds note to noripple_check --- .../public-rippled-methods/account-methods/noripple_check.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md index a09bef72b1..d43cf65ba2 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md @@ -3,6 +3,8 @@ The `noripple_check` command provides a quick way to check the status of [the DefaultRipple field for an account and the NoRipple flag of its trust lines](rippling.html), compared with the recommended settings. +**Note:** There is no commandline version of this method. + ## Request Format An example of the request format: From 2cd7ca070794c435077832bf41795cd339c8474f Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 15:57:06 -0700 Subject: [PATCH 14/31] Adds commandline request and response to gatewar_balances.md --- .../account-methods/gateway_balances.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md index f0ddf11ed2..a5da28acfc 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md @@ -40,6 +40,11 @@ An example of the request format: } ``` +*Commandline* +``` +gateway_balances rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q +``` + The request includes the following parameters: @@ -193,6 +198,58 @@ An example of a successful response: } ``` +*Commandline* +```json +{ + "result" : { + "account" : "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q", + "assets" : { + "r9F6wk8HkXrgYWoJ7fsv4VrUBVoqDVtzkH" : [ + { + "currency" : "BTC", + "value" : "5444166510000000e-26" + } + ], + "rPU6VbckqCLW4kb51CWqZdxvYyQrQVsnSj" : [ + { + "currency" : "BTC", + "value" : "1029900000000000e-26" + } + ], + "rpR95n1iFkTqpoy1e878f4Z1pVHVtWKMNQ" : [ + { + "currency" : "BTC", + "value" : "4000000000000000e-30" + } + ], + "rwmUaXsWtXU4Z843xSYwgt1is97bgY8yj6" : [ + { + "currency" : "BTC", + "value" : "8700000000000000e-30" + } + ] + }, + "frozen_balances" : { + "r4keXr5myiU4iTLh68ZqZ2CgsJ8dM9FSW6" : [ + { + "currency" : "BTC", + "value" : "0.091207822800868" + } + ] + }, + "ledger_current_index" : 56866688, + "obligations" : { + "BTC" : "1762.700511879441", + "EUR" : "958608.6233004864", + "GBP" : "4974.337212333351", + "USD" : "6746387.604424974" + }, + "status" : "success", + "validated" : false + } +} +``` + **Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. From 753863b3d525c5e7ae06613ccae5ec85a8dbf8e9 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 16:02:16 -0700 Subject: [PATCH 15/31] Adds commandline response for ripple_path_find.md --- .../ripple_path_find.md | 102 ++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md index 133cc80d1d..9477118446 100644 --- a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md +++ b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md @@ -309,6 +309,108 @@ An example of a successful response: } ``` +*Commandline* +```json +{ + "result" : { + "alternatives" : [ + { + "paths_canonical" : [], + "paths_computed" : [ + [ + { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "type" : 48, + "type_hex" : "0000000000000030" + } + ] + ], + "source_amount" : "5212" + }, + { + "paths_canonical" : [], + "paths_computed" : [ + [ + { + "account" : "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X", + "type" : 1, + "type_hex" : "0000000000000001" + }, + { + "account" : "rnx1RNE5cJbYzMsJbF3XzyQMxZNBPqdCVd", + "type" : 1, + "type_hex" : "0000000000000001" + } + ], + [ + { + "account" : "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X", + "type" : 1, + "type_hex" : "0000000000000001" + }, + { + "account" : "ragizZ31TmpachYAuG3n56XCb1R5vc3cTQ", + "type" : 1, + "type_hex" : "0000000000000001" + } + ], + [ + { + "account" : "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X", + "type" : 1, + "type_hex" : "0000000000000001" + }, + { + "account" : "r9JS9fLbtLzgBCdFCnS3LpVPUBJAmg7PnM", + "type" : 1, + "type_hex" : "0000000000000001" + } + ], + [ + { + "account" : "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X", + "type" : 1, + "type_hex" : "0000000000000001" + }, + { + "account" : "rDc9zKqfxm43S9LwpNkwV9KgW6PKUPrT5u", + "type" : 1, + "type_hex" : "0000000000000001" + } + ] + ], + "source_amount" : { + "currency" : "USD", + "issuer" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "value" : "0.001002" + } + } + ], + "destination_account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "destination_amount" : { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0.001" + }, + "destination_currencies" : [ + "USD", + "015841551A748AD2C1F76FF6ECB0CCCD00000000", + "BTC", + "DYM", + "CNY", + "EUR", + "JOE", + "MXN", + "XRP" + ], + "full_reply" : true, + "source_account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "status" : "success" + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From 15140181abf703d099b670be49146ef3329921dd Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 16:06:32 -0700 Subject: [PATCH 16/31] Adds commandline response for book_offers.md --- .../book_offers.md | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md index 637f183787..a252e9b64c 100644 --- a/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md +++ b/content/references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md @@ -150,6 +150,78 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "ledger_current_index" : 56867201, + "offers" : [ + { + "Account" : "rnixnrMHHvR7ejMpJMRCWkaNrq3qREwMDu", + "BookDirectory" : "7E5F614417C2D0A7CEFEB73C4AA773ED5B078DE2B5771F6D56038D7EA4C68000", + "BookNode" : "0000000000000000", + "Flags" : 131072, + "LedgerEntryType" : "Offer", + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "E43ADD1BD4AC2049E0D9DE6BC279B7FD95A99C8DE2C4694A4A7623F6D9AAAE29", + "PreviousTxnLgrSeq" : 47926685, + "Sequence" : 219, + "TakerGets" : { + "currency" : "EUR", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "2.459108753792364" + }, + "TakerPays" : { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "24.59108753792364" + }, + "index" : "3087B4828C6B5D8595EA325D69C0F396C57452893647799493A38F2C164990AB", + "owner_funds" : "2.872409153061363", + "quality" : "10" + }, + { + "Account" : "rKwjWCKBaASEvtHCxtvReNd2i9n8DxSihk", + "BookDirectory" : "7E5F614417C2D0A7CEFEB73C4AA773ED5B078DE2B5771F6D56038D7EA4C68000", + "BookNode" : "0000000000000000", + "Flags" : 131072, + "LedgerEntryType" : "Offer", + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "B63B2ECD124FE6B02BC2998929517266BD221A02FEE51DDE4992C1BCB7E86CD3", + "PreviousTxnLgrSeq" : 43166305, + "Sequence" : 19, + "TakerGets" : { + "currency" : "EUR", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "3.52" + }, + "TakerPays" : { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "35.2" + }, + "index" : "89865F2C70D1140796D9D249AC2ED765AE2D007A52DEC6D6D64CCB1A77A6EB7F", + "owner_funds" : "3.523192614770459", + "quality" : "10", + "taker_gets_funded" : { + "currency" : "EUR", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "3.516160294182094" + }, + "taker_pays_funded" : { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "35.16160294182094" + } + } + ], + "status" : "success", + "validated" : false + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From 494a6b7f12a26f4dd36126703b4132a7323bcd8e Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 16:10:27 -0700 Subject: [PATCH 17/31] Fixes comandline request and adds commandline response for account_lines.md --- .../account-methods/account_lines.md | 248 +++++++++++++++++- 1 file changed, 247 insertions(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md index 9085d6c273..7cf6b4b365 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md @@ -36,7 +36,7 @@ An example of the request format: ```sh #Syntax: -rippled account_lines [] [] +rippled account_lines r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 ``` @@ -152,6 +152,252 @@ An example of a successful response: } ``` +*Commandline* +```json +{ + "result" : { + "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "ledger_current_index" : 56867265, + "lines" : [ + { + "account" : "r3vi7mWxru9rJCxETCyA1CHvzL96eZWx5z", + "balance" : "0", + "currency" : "ASP", + "limit" : "0", + "limit_peer" : "10", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "r3vi7mWxru9rJCxETCyA1CHvzL96eZWx5z", + "balance" : "0", + "currency" : "XAU", + "limit" : "0", + "limit_peer" : "0", + "no_ripple" : true, + "no_ripple_peer" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q", + "balance" : "5", + "currency" : "USD", + "limit" : "5", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rHpXfibHgSb64n8kK9QWDpdbfqSpYbM9a4", + "balance" : "481.992867407479", + "currency" : "MXN", + "limit" : "1000", + "limit_peer" : "0", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", + "balance" : "0.793598266778297", + "currency" : "EUR", + "limit" : "1", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rnuF96W4SZoCJmbHYBFoJZpR8eCaxNvekK", + "balance" : "0", + "currency" : "CNY", + "limit" : "3", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rGwUWgN5BEg3QGNY3RX2HfYowjUTZdid3E", + "balance" : "1.336889190631542", + "currency" : "DYM", + "limit" : "3", + "limit_peer" : "0", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "balance" : "0.3488146605801446", + "currency" : "CHF", + "limit" : "0", + "limit_peer" : "0", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "balance" : "0", + "currency" : "BTC", + "limit" : "3", + "limit_peer" : "0", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "balance" : "11.68225001668339", + "currency" : "USD", + "limit" : "5000", + "limit_peer" : "0", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rpgKWEmNqSDAGFhy5WDnsyPqfQxbWxKeVd", + "balance" : "-0.00111", + "currency" : "BTC", + "limit" : "0", + "limit_peer" : "10", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rBJ3YjwXi2MGbg7GVLuTXUWQ8DjL7tDXh4", + "balance" : "-0.0008744482690504699", + "currency" : "BTC", + "limit" : "0", + "limit_peer" : "10", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun", + "balance" : "0", + "currency" : "USD", + "limit" : "1", + "limit_peer" : "0", + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "razqQKzJRdB4UxFPWf5NEpEG3WMkmwgcXA", + "balance" : "9.07619790068559", + "currency" : "CNY", + "limit" : "100", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "balance" : "7.292695098901099", + "currency" : "JPY", + "limit" : "0", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "r3vi7mWxru9rJCxETCyA1CHvzL96eZWx5z", + "balance" : "0", + "currency" : "AUX", + "limit" : "0", + "limit_peer" : "0", + "no_ripple" : true, + "no_ripple_peer" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "r9vbV3EHvXWjSkeQ6CAcYVPGeq7TuiXY2X", + "balance" : "0.0004557360418801623", + "currency" : "USD", + "limit" : "1", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "balance" : "12.41688780720394", + "currency" : "EUR", + "limit" : "100", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rfF3PNkwkq1DygW2wum2HK3RGfgkJjdPVD", + "balance" : "35", + "currency" : "USD", + "limit" : "500", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rwUVoVMSURqNyvocPCcvLu3ygJzZyw8qwp", + "balance" : "-5", + "currency" : "JOE", + "limit" : "0", + "limit_peer" : "50", + "no_ripple_peer" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rE6R3DWF9fBD7CyiQciePF9SqK58Ubp8o2", + "balance" : "0", + "currency" : "USD", + "limit" : "0", + "limit_peer" : "100", + "no_ripple_peer" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rE6R3DWF9fBD7CyiQciePF9SqK58Ubp8o2", + "balance" : "0", + "currency" : "JOE", + "limit" : "0", + "limit_peer" : "100", + "no_ripple_peer" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rs9M85karFkCRjvc6KMWn8Coigm9cbcgcx", + "balance" : "0", + "currency" : "015841551A748AD2C1F76FF6ECB0CCCD00000000", + "limit" : "10.01037626125837", + "limit_peer" : "0", + "no_ripple" : true, + "quality_in" : 0, + "quality_out" : 0 + }, + { + "account" : "rEhDDUUNxpXgEHVJtC2cjXAgyx5VCFxdMF", + "balance" : "0", + "currency" : "USD", + "limit" : "0", + "limit_peer" : "1", + "quality_in" : 0, + "quality_out" : 0 + } + ], + "status" : "success", + "validated" : false + } +} +``` + The response follows the [standard format][], with a successful result containing the address of the account and an array of trust line objects. Specifically, the result object contains the following fields: From ce083c8aaa40b82d34b6379df545fae46218bc6c Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 16 Jul 2020 16:26:42 -0700 Subject: [PATCH 18/31] Adds commandline request and response to ledger_data.md --- .../ledger-methods/ledger_data.md | 3773 +++++++++++++++++ 1 file changed, 3773 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md index 6003619eba..90d73ce862 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md @@ -35,6 +35,11 @@ An example of the request format: } ``` +*Commandline* +``` +rippled ledger_data +``` + **Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. @@ -230,6 +235,3774 @@ An example of a successful response: } ``` +*Commandline* +```json +{ + "result" : { + "ledger" : { + "closed" : false, + "ledger_index" : "56867513", + "parent_hash" : "1377C0CAD6B0D331CCD3815753469A84D08DDA230481EE5CEA807D30F0AF0E11", + "seqNum" : "56867513" + }, + "ledger_current_index" : 56867513, + "ledger_hash" : "1377C0CAD6B0D331CCD3815753469A84D08DDA230481EE5CEA807D30F0AF0E11", + "ledger_index" : 56867513, + "marker" : "0004FCA7BBB8123368374A908D4B9146B42780E3F91653BB1D144795A9E8676E", + "state" : [ + { + "Account" : "rMj5DFATVxw91PDy3AM2wu7Uu1kgrhWypE", + "Balance" : "107723001", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "F18F0DF4B4921A468A5F968CE6E04EA800799C67E0659B9C4588988BCE9972B4", + "PreviousTxnLgrSeq" : 53524108, + "Sequence" : 3, + "index" : "000003E6AFED1AADCC39AAE0727B354C2286F1503274F345FE661748F24366CF" + }, + { + "Balance" : { + "currency" : "GCB", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2162688, + "HighLimit" : { + "currency" : "GCB", + "issuer" : "rBfVgTnsdh8ckC19RM8aVGNuMZnpwrMP6n", + "value" : "0" + }, + "HighNode" : "0000000000000283", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "GCB", + "issuer" : "rhRFGCy2RJTA8oxkjjtYTvofPVGqcgvXWj", + "value" : "2000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "C0C37CE200B509E0A529880634F7841A9EF4CB65F03C12E6004CFAD9718D6694", + "PreviousTxnLgrSeq" : 24695242, + "index" : "0000041EFD027808D3F78C8352F97E324CB816318E00B977C74ECDDC7CD975B2" + }, + { + "Account" : "rHeyw38ezc3LSLzYAYwaBci2KssDkYGVr9", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "7540CE04B966D67DBD39F3AA832274902B79AF4782F5AC9D4DC7CD18B1D9AE0D", + "PreviousTxnLgrSeq" : 47846971, + "Sequence" : 2, + "index" : "000004D417A9CE049C9A71A62B004659B5F1AAAB1BEA1EFDE4E01EB3497FD999" + }, + { + "Account" : "rLeNL66BfgeszBsCBKJcLmYTRThiWrNTUL", + "Balance" : "19999988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "E4BE6307E377590FF56BBF2F26DCBC4BA9682A4C141269352E4E2D4E53C1116E", + "PreviousTxnLgrSeq" : 37851086, + "Sequence" : 2, + "index" : "00000FB78838CA2CFA82E7438B4F54794A6783327326D58C46B4EF137C059038" + }, + { + "Account" : "rUwXrQMa4HHBbfxQT71YJNbQXaxZPR8Uhp", + "Balance" : "4999941286", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "B24817E7D4B9EC5CB29D2D36215F7BD6C7526020A9C1DC6C892C788E195DFCC4", + "PreviousTxnLgrSeq" : 55172051, + "Sequence" : 1, + "index" : "000012F60C3F1E226D03F974AE8E77250B2BEA91C38AB4146B6055A048C7D540" + }, + { + "Flags" : 0, + "IndexNext" : "00000000000019A5", + "IndexPrevious" : "00000000000019A3", + "Indexes" : [ + "07B06AC59BE6D6B3A4EA9B813FE3A13CF7F6FA21BB92D5F691CFE09FAD733EEB", + "19D40E64B1AB5270A8470542459BC8171A2BC119AD308C46C383495C1595503D", + "2358E16921A1A577B380F3E000452795D54237ED52A3B21C19ED5C8E2CACCC7B", + "2817196B387099A9651055D277411847EC9E904FB71CB9CC5CF2931309AC7B6A", + "39EACF818BBC1581BCE5121A0046C6A8E07EB52C051F3961465D2D612A728684", + "5326601A89F1529F3675DC13BF0F430E005A55CD0347601532B61A6B43538839", + "5D2F1DBFE9475D69F365D37B545644CF18CEE20E4A8276030545F40A495F3F28", + "5E15CE61F291F1119338F4876C5A29EAE547F1AB2C8AAE6598DB2F3F6436067D", + "829D72DCB03F7E01ED508287E1862471DAE1F438C95814705388950D35935969", + "87C2963F5A673B1BC9FD3835F1B45A20C50E2654B81739ED33522E33D09323E4", + "8ECBBA2E63E79F4D9FE2053EC9E497614F5522F40C54D874A16BB31E46DB01D0", + "938224E0CB58A1DD8879C8167FA5D95D634AD6CF8223BA80923F8566D70A3382", + "A59CC6C97348E202CE28A47C3DD0422C3CD173F6BD6B8D0EBC78407DDC1A4D30", + "B34C5B770B6CE3507876B6F6C9C45D53B74EAC8A0705F6E252751A53F3CAF18E", + "B74A96E754DFD2BC20B913B1586410CBB69CF53B497DFD48330CD8D44FFBA652", + "BC704823EFD7641B44E7509F2C3EF29596A9C2D95AADA3C3759BE4F9962F3E4E", + "CBC998EFF58214B886935FEE119DA9CD363489DED76306BE21F4B24A1D9B406E", + "D754ED5085D5B6A6A9F7C96325DE848292DD4C79F7FFC273F6D76D7A87F7BE7E", + "E82FC929F4AF4B2ACA74185633FA0D65E86DD65E505EEC38D1140D489772461E", + "F167F314E3BBFBBDC480860C7266C7C3440764CDF0ACA66F4AFEBD7F92C53FB2" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "RootIndex" : "D7AC7D74720E29A563100F2B494BADB198F8A9E9FA46F57AE07123151E0DFA7A", + "index" : "0000139EDA03EF58CE7176F1402035B5EB6AEE49724555DDB0EBA01432B009A8" + }, + { + "Account" : "rKKzk9ghA2iuy3imqMXUHJqdRPMtNDGf4c", + "Balance" : "40000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 4, + "PreviousTxnID" : "CF650E9A4AAE1ADFDF2633AE71F1782ADA4D3B52C949FEEC2FF3DAAF8C301762", + "PreviousTxnLgrSeq" : 42071651, + "Sequence" : 38, + "index" : "00001A2969BE1FC85F1D7A55282FA2E6D95C71D2E4B9C0FDD3D9994F3C00FF8F" + }, + { + "Account" : "rsSbmeMPVnpwWbDyY6HD9v8TYSg7kFNJga", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "4A12CCD9C8C28088A13D86A44F1C80B81387BD34520A0556509FF5404D9FA05C", + "PreviousTxnLgrSeq" : 45123172, + "Sequence" : 2, + "index" : "00001CA2EE28952E26D329A26BCF7A0DFB655C571863CD7CCCB924101CA3832B" + }, + { + "Flags" : 0, + "Indexes" : [ "4186664D76AFFB709791E2C23CE2B7D1843831F1B9B2D23D29B81108E46D1DED" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rJYkq4c6QxzuNaM8ELZWH2fdzvFRnCmXg8", + "RootIndex" : "00001FB94BFF05D391C58C5F72DB5A537F5C4AF8C91786B4A6AE874179928E87", + "index" : "00001FB94BFF05D391C58C5F72DB5A537F5C4AF8C91786B4A6AE874179928E87" + }, + { + "Account" : "rfTzpaFG3VXJsz5DmDhgrWD7Z7bSFWT4UE", + "Balance" : "20150090", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "E55C1DDDFE20148D1BE0A201E663DFBB282374000C43AE9A1745277CED7450AE", + "PreviousTxnLgrSeq" : 53524253, + "Sequence" : 2, + "index" : "000023E2F2CF80DCDE1C03D848B78FAB5E2B73512ADBA3EC78C85AE291932FBC" + }, + { + "Account" : "rh6iGDTJpZCGf86b81wkZ3BotUaKfRxaaN", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "1E9E5BAFDD854F3713D6E06CADE2C84E6C6F7191B6B57A153A7D6CA79C4D110D", + "PreviousTxnLgrSeq" : 35033153, + "Sequence" : 2, + "index" : "00002499977F7BBE9850B47AC2B560B69A809F1CED66F9DAC7C12CA8CCB40F4E" + }, + { + "Flags" : 0, + "Indexes" : [ + "136C747528D439646FE88DC99D2C9E308A7C72F17D844EC38271110118215CE1", + "55C7A61CCF63A11E20E5276D2ABE35432A42ED03D6C492CC68C93E91ECBC3EFE", + "66FCEB2CDFF777F27E04CF86EADF4D5A665AA122F6A7EE6F0CF2718D4B7D6295", + "6A331A832765BA269E9F3D7F211380501E5C6AA59AA0955FB177A0EA0025E60F" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rGRaBuffuAaaeedpvkrRM3cmX3SCK7zpaV", + "RootIndex" : "000025097E81A5B6FF027221FBB3B3CAFFF6FA690B78DA6EA0DF6E880CBA0A20", + "index" : "000025097E81A5B6FF027221FBB3B3CAFFF6FA690B78DA6EA0DF6E880CBA0A20" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rwdf1Yb6BpTkZyH9LwP5KagqK5c1uMYFPd", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "LowNode" : "0000000000000CBC", + "PreviousTxnID" : "84AD7C491291135D4FAB7C9AA8D5760105D95A42BBDCF88DA3F66EDF750A929D", + "PreviousTxnLgrSeq" : 34789991, + "index" : "000027B473B2EAB084323383428D054E66249BEC4AB16515256FEF2D27CD8D23" + }, + { + "Account" : "rKUN4CjifHrBc7yLjgQCDRPxaKevj5VkhX", + "Balance" : "4796311032", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "4F95433B1598042BD89F81C2CA1861E2340E2772F6A591F4D91E87BA38484B72", + "PreviousTxnLgrSeq" : 55179796, + "Sequence" : 3, + "index" : "000030C724B3C25B89A73D776005E33ACA9F7A1AEFB7538584AA8E9B36C93B8E" + }, + { + "Account" : "rD5TQBCZoHHnQQMHzd3bfqb8BHsDw94Msu", + "Balance" : "19988000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "B87984992FBCD48CA49101E7DC767D9F90889B601F79264F85104BB56F110531", + "PreviousTxnLgrSeq" : 10696061, + "Sequence" : 2, + "index" : "000033E22A320E5D1EA62689C561CB324FFE1103180947065079EB73812717A9" + }, + { + "Balance" : { + "currency" : "BRL", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.63235217563" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "BRL", + "issuer" : "rfNZPxoZ5Uaamdp339U9dCLWz2T73nZJZH", + "value" : "0" + }, + "HighNode" : "000000000000005C", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BRL", + "issuer" : "rauwJ9JC6M6JtMG5dRw9Csny7ZHVBF1tFv", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "26736CF97C8F707109717C1123BB33FBB7B6312332877469A0F82FF2E1F10805", + "PreviousTxnLgrSeq" : 36874911, + "index" : "000036A8D891AE85170EDA8658B52EA21C163185A008B14506F3D6EE8C90C5ED" + }, + { + "Account" : "rnKNNFcbsZSDDnYFSpHSkRBYvsrP29ocBJ", + "Balance" : "49988981", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 3, + "PreviousTxnID" : "D6018D595E70972CF01A1351554D9F51951502C625A0CE5FB7B55001A3809D7E", + "PreviousTxnLgrSeq" : 30498238, + "Sequence" : 46, + "index" : "000036B2E4602C42011987825C97BCB0BEA3396115C2418BE9D70BB2BCA32BBA" + }, + { + "Account" : "r4ysrf6g7T6QgLGe6FtGQudWhRnxmyQaGK", + "Balance" : "20010988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "8B707CB44D543F12EBB2E3A3C65596B63C6F7B9AE1E77A6073D0469927E39F9B", + "PreviousTxnLgrSeq" : 39876093, + "Sequence" : 2, + "index" : "00003B5A931AE159DCDDABBDBB32A8F26B07A74203817009097B3F8F4440FF29" + }, + { + "Account" : "raAUvyzqUKM3JWZgGuwGfEfxUJJbpVnrQA", + "Balance" : "48575070060", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "29F37B398FCA123B8B4FAD88510170F156ACEA8E65AA21E8536997A9B238667F", + "PreviousTxnLgrSeq" : 56468588, + "Sequence" : 2, + "index" : "000043EE9FCE52E7691EB21E714D3FE5AE641363317C7D856085B7A0C2BE66EA" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-2500201.004512104" + }, + "Flags" : 1179648, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rGo32zaBLSBwC1fTYHjBsZxQk3Mo9E8rDZ", + "value" : "20000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rbwE6wsxzYat1YyGGxzAwq6wBSF5MdoAg", + "value" : "0" + }, + "LowNode" : "000000000000004F", + "PreviousTxnID" : "6BD812D3AF63299DFD1C123C76D366752AA4F09D0076D868EFC950A967C1B1D7", + "PreviousTxnLgrSeq" : 27109989, + "index" : "0000457D66BD69769E4BB05DDAB4269F5EB1A095026FDB04816058385D09568B" + }, + { + "Account" : "rP6dAps4bwHTf8bNNkhA4YKx3DeMNdr8sA", + "Balance" : "1886187898", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "73C54DAC576C4DA8851B47F9D802123C942C21026AF13B849F22215ED8AFA0A4", + "PreviousTxnLgrSeq" : 56330724, + "Sequence" : 1, + "index" : "00004718F616B0CC7E12949C8AC399A9FB383311C5515C110194223F1A8FE627" + }, + { + "Balance" : { + "currency" : "JPY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "30" + }, + "Flags" : 3211264, + "HighLimit" : { + "currency" : "JPY", + "issuer" : "rDKcJtUW5b8URJB5AVb41jkTeETfXWwahe", + "value" : "0" + }, + "HighNode" : "0000000000000029", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JPY", + "issuer" : "rpNSWfSE2TkmwH4VK26d6RGwC7rzQb7xKt", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "3B7C0DE2A9F5FD2CC1C058763690EECB3452C76C6595F97318C98BF8D105DD52", + "PreviousTxnLgrSeq" : 34623483, + "index" : "0000484CEEDC4DAE666B2C2DEFD726575DD1D5197CC32C38B63F1D265462BD48" + }, + { + "Account" : "rEngbD1J8rrrMkKz8fBtdLRgarmMZTiNRt", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "1D8544851DF1E3B73B4299707AE9FBA4D9A375D30EDE6A7F9F6D2F9905AAA1DC", + "PreviousTxnLgrSeq" : 35751340, + "Sequence" : 1, + "index" : "00004C6EC792D443262DB347376ADB5781FCD6EC84E233826C9172BC14316D1B" + }, + { + "Account" : "r4arcs5ngLPmDeYoDLzaG7q5eWKs2LeuFK", + "Balance" : "200824800", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "9E6D3DC20F4069FAF1F25E2C26BBD8BD8BBBCCB13F92EC4AD4A190D5753604A3", + "PreviousTxnLgrSeq" : 37180721, + "Sequence" : 1, + "index" : "00004CA3D9AA87A56017E8CD56893DAECA090EF8CC393EA38758E22B5BDC7159" + }, + { + "Account" : "rDtMRovj32kjpJpnBR2HUqHAZ5HYjauFrL", + "Balance" : "614201036", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "CBC27919116C08DC751C8E2ED1E9772519C610F93FE8CE9414ACEC6E1E245AAC", + "PreviousTxnLgrSeq" : 45157979, + "Sequence" : 55, + "index" : "00005E8982DE87680E6D3DC143FD0B73A30EF873D1C6EB9F371BBE140F6D49DF" + }, + { + "Balance" : { + "currency" : "CAD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "99.67048908512925" + }, + "Flags" : 196608, + "HighLimit" : { + "currency" : "CAD", + "issuer" : "rnziParaNb8nsU4aruQdwYE3j5jUcqjzFm", + "value" : "60" + }, + "HighNode" : "0000000000000011", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CAD", + "issuer" : "rsPwcozMqkCr76TvABBjyzaGqvUrpcxafd", + "value" : "100" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "5CB4D8512C74A21DB45DD67F409A7E784FA79E0E0ABCBD3208574A3D4E48AA44", + "PreviousTxnLgrSeq" : 39514920, + "index" : "0000655AD48998D4F3D931356363FFBFE89416DD21A9159F647AEE3652AA076D" + }, + { + "Account" : "r4rZuKQRF3DpuVoftMfz9q6cae9UXiiTEA", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "2F586F9E23348AF1A6E2E5C11908A269657CBD61A8CB4C4A1CE69FBB34979643", + "PreviousTxnLgrSeq" : 54003659, + "Sequence" : 2, + "index" : "000065C9F41ABE752CBBF18C15B35294045A686B7242B14D6FE5175C48459BFE" + }, + { + "Balance" : { + "currency" : "ALV", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.3" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "ALV", + "issuer" : "rPJM3GsQjpZLd3CQWSpqGs1qWEG1X4vpSm", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ALV", + "issuer" : "raEQc5krJ2rUXyi6fgmUAf63oAXmF7p6jp", + "value" : "0" + }, + "LowNode" : "000000000000005C", + "PreviousTxnID" : "4B905BDB67CDCE068FB216B7ED3833C0743944B8170B3FB4BBF2C124EA6C7BE7", + "PreviousTxnLgrSeq" : 37878390, + "index" : "00006CB62921C8A4D42D4375440A0636104A1F6F3E48ADBFF9D83A405D241223" + }, + { + "Account" : "rKQSz4tYnAi4au4v8eEa6hkUrDjukLTVi4", + "Balance" : "20420366", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "80755ECA9A09E3D9A05D012FEB2F0DE2D6CD93B36478087F4925722E4A8500EA", + "PreviousTxnLgrSeq" : 36172509, + "Sequence" : 6, + "index" : "00006D7682A29260C4079ABC2E810ECF68AE784D4E7E5E152F587C3A0816F254" + }, + { + "Account" : "rEhKQnKYjTBqmWyWGfYtJgx9CxCBauLu3S", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "F18D40F603177CE74689FFB5972EC4A167B639A2F2A11AB7671B32CB7A9F3118", + "PreviousTxnLgrSeq" : 35040704, + "Sequence" : 2, + "index" : "0000710FFC8D60A8BCA7BA5BFC00EE81FC7D3BB2AE5E8ECE92CC4E441B63CE80" + }, + { + "Account" : "rJLQ56pHabZ6o2mNSmprBxy6DdCwdxTAzd", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "E18725C56FB60084F05162BCE7946861A470AE620BDD5DE519D15D260594578D", + "PreviousTxnLgrSeq" : 42119175, + "Sequence" : 4, + "index" : "00007429BB237782C9406EF25B09463DD751712E4D21F49DC221CFE4CF262660" + }, + { + "Balance" : { + "currency" : "ADA", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "ADA", + "issuer" : "rJXGFDrN5h3ooiCSsupPXhg81QgGtUQmeJ", + "value" : "0" + }, + "HighNode" : "0000000000000001", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ADA", + "issuer" : "r9TPUpytcjmo9UaM9kwu6VmDSuVXqSxWUi", + "value" : "1000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "E64DE7F158AD81B20D8E10255CC9BE0ABB39347C80CB61205D538F905A1DCABE", + "PreviousTxnLgrSeq" : 28152986, + "index" : "0000812BF6B7152E240E8A41A224C876F4A006DCD570F2E9FC6BFB34A9A5F960" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rBadiLisPCyqeyRA1ufVLv5qgVRenP2Zyc", + "value" : "0" + }, + "HighNode" : "0000000000000002", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rfVBtKzz4kAuxcaESZv3tF3vcsHfeWBoho", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "12D2D09C90F49889718B60BF3A03493364EB665C0F558EA12CEE1B0C35D5C124", + "PreviousTxnLgrSeq" : 9301047, + "index" : "000082B286E3162EC4ADA91330AF0072D1B51748089906F635AB7B30966C56F4" + }, + { + "Account" : "rPR6WAoPKByT92Sjuji8Y8EABTGaLaACV3", + "Balance" : "209270000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EF6518AB9506BFC883182600E2FDDEC016BEA5412C7C8A3EDFDCEFC06D4CDC3C", + "PreviousTxnLgrSeq" : 35893835, + "Sequence" : 1, + "index" : "000084346288D9C0EC50D79D394230D7C5CB3190DCD9527B8F1FA18084A7DA5C" + }, + { + "Account" : "rJUkQCKwM9smokgL7iD6oyLTx813PaQUiY", + "Balance" : "35009535", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 3, + "PreviousTxnID" : "8227B98C50DD76CAE2D226066CA9C3AFFD3F3F7B97D0CA755BAA0C61465A3808", + "PreviousTxnLgrSeq" : 48263445, + "Sequence" : 36, + "index" : "000086CE48D95A92F078B5128845C3BCDF56E7DA88D7E35089DBE5AFF7D81C0C" + }, + { + "Balance" : { + "currency" : "ETC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "ETC", + "issuer" : "rDAN8tzydyNfnNf2bfUQY6iR96UbpvNsze", + "value" : "0" + }, + "HighNode" : "00000000000001E5", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ETC", + "issuer" : "r3X34kvPSV2jGU7fgUb3wh1XCwr6WCbm94", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "E763D1AF0BFEAA558D42B33361DEB3C7BEDC46AFF41D016EE726554C4C365294", + "PreviousTxnLgrSeq" : 34855014, + "index" : "00009472587A9D425875950F0FA34CDC7A69F384AC28A756C5A2322AE0F0A1C1" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "00000000000002D9", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rpHbU3xao4QxtqHSFS8ojDMxPFcbasrRmb", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "7B25FC571E190538386BEE9F2CEC94E01BC6455B3872151C693171101D5EEF9E", + "PreviousTxnLgrSeq" : 29254689, + "index" : "000099FD3C2741BAF3C66AC48F770DDE2B32C16AC81EAAD88262866B263F5523" + }, + { + "Account" : "rNB3TknEkY3kjpwNCGVxpvBwyowyGuwfVh", + "Balance" : "23169305", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "09574601F2AEDFFF4CF61CF377C298F07FC9A13B5127B4C53EED3B29A756F70C", + "PreviousTxnLgrSeq" : 35690032, + "Sequence" : 4, + "index" : "00009C1C21886B5C2BDE0B7751F96EBC3B7C8C57AA8D16E3A818591624A1A5A9" + }, + { + "Account" : "rKbyYMKzTgvhsUqgeEbpdq6WvQc8rupMGn", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "8D54FAD13DD5B90133B3FA1F2BDBFA15559DA35159B670AB8B5FF51F29EE39A0", + "PreviousTxnLgrSeq" : 33977868, + "Sequence" : 2, + "index" : "00009C2BEF50C671658F700078E740B87F650E081B55CC3FA32A00475F621D66" + }, + { + "Account" : "rLkrSbJgLHPdQFn1QcRTCDmRWvZpp27tah", + "Balance" : "50624403", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "412FAE0959898C325238876A0C039096C39B25A3810C708D56C9899FB2384903", + "PreviousTxnLgrSeq" : 35648800, + "Sequence" : 5, + "index" : "00009D28A1AE6FFC984B771DAE107699091DF44F6910FD05B12CC09E3F7DE801" + }, + { + "Balance" : { + "currency" : "XEC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2162688, + "HighLimit" : { + "currency" : "XEC", + "issuer" : "rMpiGaEM9Qp3icX7wPHTdxbkphHWLJcX34", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "XEC", + "issuer" : "rNx3ty1w48iAa4JDfqhZk6bphwXxvCEtZP", + "value" : "0" + }, + "LowNode" : "0000000000000007", + "PreviousTxnID" : "01AD5E21337686A2F709773A28501B2023D3A950550BEB03C43462B98731A9E9", + "PreviousTxnLgrSeq" : 35883799, + "index" : "00009E2036FD1B363A6E2B6752F7C672D652E3A559579BFF3C493587C8C231C3" + }, + { + "Account" : "rDR96JmJAsEgZThPnREZTSdjKPZDnH5k5f", + "Balance" : "153819291", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "EB5515580E16071F0EA96B3313D72C6545F23CDF0C32547A9ACCB2FCE404A4F0", + "PreviousTxnLgrSeq" : 35368386, + "Sequence" : 7, + "index" : "0000A80432DEC44EE6228DE4A0528EFF76E28288D5E2A0384DD3432D976984A3" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.000459110023164767" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rPireoEmXsz8hke3T7mrdDkqfzxj4uY4ae", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0" + }, + "LowNode" : "0000000000001003", + "PreviousTxnID" : "1F9E636AC4FEE0C01EEE0E0559121689AABC70BE7ECF5B60E4ECB78627523583", + "PreviousTxnLgrSeq" : 41398225, + "index" : "0000A9D1FDBC542726D379D855E4CB3E2C05483B6F033F43408DAE9E1838B70B" + }, + { + "Account" : "rHKEQxk3G2EEZnsmiCd8RsBM5UigC5qiVe", + "Balance" : "350000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A6382E793984B79E2938C66CCA9F2D694F5CACBAE21B50A3FF9EC40930A12599", + "PreviousTxnLgrSeq" : 34504001, + "Sequence" : 1, + "index" : "0000AC1E487CC20D9FF8314022473B1D5F106D35BFC3BB33032FBF976230B0FF" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rHYSdyKPrtDegWkHibXK3YApwKfn5J1rEN", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0" + }, + "LowNode" : "000000000000049B", + "PreviousTxnID" : "8424AF691677ACEA9B0113B2CBDC577AABE251E1EDDB018E0744FEE8C90C58DB", + "PreviousTxnLgrSeq" : 31621663, + "index" : "0000B24C620FBD0E8B1313022AA4857E5300FB70FCDE9F194F901D567C70EDFB" + }, + { + "Account" : "rEFh3ZGKaxMJwWPXxiYYa8kiXJyVMJNwoY", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "42F82FF6D1EB50C5DD13784F073F231BA887922AB9958BF2C4A168438711AF88", + "PreviousTxnLgrSeq" : 47429528, + "Sequence" : 2, + "index" : "0000B482CF9E7E9BB4350CF185A306BE9165218401EB559379A00AA0C7915312" + }, + { + "Account" : "rh3C81VfNDhhWPQWCU8ZGgknvdgNUvRtM9", + "Balance" : "13000000894", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "4FEE14F4552879897B61C77CA5E0A884652102EF62396C09835BE9477E2B8969", + "PreviousTxnLgrSeq" : 55182503, + "Sequence" : 1, + "index" : "0000B717320558E2DE1A3B9FDB24E9A695BF05D1A44E4A4683212BB1DD0FBA23" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.032809672000001" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", + "value" : "0" + }, + "HighNode" : "00000000000001C0", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rhNTmR8ej24mL1LXv3ZsCnrQop7c6bocQp", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "4710BF02E5791A7D69FC384C874A40E06F1E23E63FA7FD6355D1B439F436B2D5", + "PreviousTxnLgrSeq" : 21050911, + "index" : "0000B87C9CD0F3530C71A8921FBCF127EAECA5C9DA92717AFB1CE9F63C8BBD6E" + }, + { + "Account" : "rhVcmcoptD1Kgeeag9mhsTPWQSZk8eTz9A", + "Balance" : "182376831", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A6803D6CE4199E0F74C52788C7A148E4AF9E9A0CBFF072B469ECC5C0DCB448CB", + "PreviousTxnLgrSeq" : 36446538, + "Sequence" : 1, + "index" : "0000BF2224BB915521C921773AFE11E1CE59CF69F6AE3AB6827707102103C47B" + }, + { + "Balance" : { + "currency" : "ETH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.00002" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "ETH", + "issuer" : "rHzVgKskCRFpg1X3aBU5AtvQnDD5mqSX92", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ETH", + "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "value" : "0" + }, + "LowNode" : "00000000000009FD", + "PreviousTxnID" : "AE750643C6C355A176A65981CA9D1831A7C226F230420624CE8C8C32A4C22316", + "PreviousTxnLgrSeq" : 35743316, + "index" : "0000C2D68E9A1E1919E930D0D063A183DBA39798286DFEE32E1EF5379A8F6B79" + }, + { + "Balance" : { + "currency" : "RUB", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 65536, + "HighLimit" : { + "currency" : "RUB", + "issuer" : "r4wnCs62uGuGBuoSttaYsiFedZ3Wd6NPJJ", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "RUB", + "issuer" : "rU73c3tdNz6vpKjs5432YFxgepizkV1qyp", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "B7AC4670461DEA315826E37A90C63D2C66045F829FC6C603AD0C9FB25A2BA226", + "PreviousTxnLgrSeq" : 56277523, + "index" : "0000C3C0AE5883C4B4455845A39F97C48DC4D62101F38812213DBAE00A086060" + }, + { + "Balance" : { + "currency" : "JPY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.54045001548441" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "JPY", + "issuer" : "r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN", + "value" : "0" + }, + "HighNode" : "0000000000000147", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JPY", + "issuer" : "raUX9XGwCx7sowwdk8FnvbyZ3LYrvRYsxF", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "0F31CA12B366AF3E658EBA68EEEB1AFCA7D28CFB74BF6CD22C02CFCA82BDC983", + "PreviousTxnLgrSeq" : 32752843, + "index" : "0000C864EB051CF0D4A1EBB5B92390769CD2E84FFCFDD00E8FEF6DD6CF545BCF" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "1.2339878" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rPT74sUcTBTQhkHVD54WGncoqXEAMYbmH7", + "value" : "0" + }, + "HighNode" : "000000000000008F", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rRFBj6g2mVXstHfzsQE6Y9WX1F6fhqcTK", + "value" : "100000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "265DBB6009C3CC5A89421DBE0293AFAAE2F9F9040C72CDCA406F0C1EC29314FB", + "PreviousTxnLgrSeq" : 35575141, + "index" : "0000C9ECB507AE2CBA320D2D85708AA5C064A291BED7D6988A3F0DAA028F06AC" + }, + { + "Flags" : 0, + "Indexes" : [ "454E2E047AF37AD08E2923C7550A3852EBD5653423BF5C53083BDEDBB1416F3D" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "r4TByrtckppjYXH1Ga6H67T4cVSo9NbJoa", + "RootIndex" : "0000D04DD09A3AFFD4F72DBC82676D87FA0E78100318030253F554B716DBAB61", + "index" : "0000D04DD09A3AFFD4F72DBC82676D87FA0E78100318030253F554B716DBAB61" + }, + { + "Flags" : 0, + "IndexNext" : "0000000000000042", + "IndexPrevious" : "0000000000000040", + "Indexes" : [ + "09FD4F9F11B873C9D9305FA3CF6A69DF7094EE62249302E42116FD6785DA01D3", + "0B7BFBA537D9D61801B71D148C0D009894ADD05421FF3BA3DE9B034735815E97", + "0DCD793E55A28C0D8FD0605A223A4999B4F0B330B0EBD4E680FE9D211F2A019B", + "11F82E1B83AED8D65106519CDBF03F4FD593BCED7DB250C11DCC0C4F1E62D722", + "286BB3EE7EA39BF84F09AD171F2B0A3E989E33430AAD4956060F65BB075D96FE", + "2FF3DFC02FFDEEF16504F982C45FDCBF64D33474B1BF70AE5D575F87286AB8FE", + "33B19788AF95B4974AF78334610D36EE12121705E63EA668BE0B5DEE61732157", + "498A5D8BBB03EE6D9A3895DFDEE92CF0C50F4E59CB6774C403BA8A2144D3B148", + "564C375F8963269E3025B547E57C6DA19C08F1DD57A9C84638E29CDE012576AC", + "598F891A026B8CE95A2925D608D22DB9FC421FC89CA94AA779EA423FF0A76ACA", + "5BB8D13A07B741D1DF1FCC66E97AE8D628FA77CB4DBCC31F8905CFCC1BC49BB7", + "5FFBF4BD8FAAD3F0BD450C27A14934C6BA0826DC5E0E8E48EFA6136DAC2810A4", + "62606281D0B3BEDDDC0BEE1D3D71E3786396522238822F38C5FE965FC9A31307", + "6D6E102E93C57FA1DE3B90C89958ED1A7985CADC790B0B40E44605E50D49B21A", + "79881E278AB359606FD58984CD0D18AF1364CC589A520DAE28EB60EE5369D0DC", + "7D9A657FCF24BFBE5DD09C05C44988439D26407937802A0FC6B1922307A886F9", + "82B1F7A3235BC90220751DB626090054A2C6084B9BAE0CF95B88A6D778964B34", + "8EB4CA0F9A5492F68F26B04C87B7641EB5FA060BAD3ED76C7EC2E6C76C15EBC2", + "900C7D947C9F3462F347884EA14A853EFC1417A2BE5B0513F0D422A3A085E1B4", + "9E853D5188667FA3DBF3E94DB8BCF75DD0AFCEAA84EC44E23E5ADA6CC3E17AC3", + "AD35E5B4821CDF4334B4A8221218CEF1DA96F24DFA59062C571FB8F4BE27A258", + "B4294BFC9B9622F15560D0403182D7D6ADD05A4A0CB75808395A8BE303FE97A3", + "BF44E394383AC131812E3CB525A75174FBDF43C6DEAFA6B5AF78897287B415B5", + "C08C5409998CED4B0F7B813C4448839ED53A4F290BBC0C71467B6DBA9B5F6B9F", + "C799828B25BB5C7896FB03A27F36C08CD6BBAFC8F7D7FCA68FF1C727369D647A", + "CF04F0477E7BF590302293097B5D441451BBC54ACAE0F396D846A5E2BB4ED809", + "D4172E534583CF88B32357F81402620B0BD7A85248F277CE35654D70792335F9", + "DFCCAE3AE0FB534E1DE93449F4ABB6670CC88B03B91158B7A52650D251905FF1", + "E0E55DF7339BF8EC3150A5D0C624ACDA9A2D9CF88781628189CCC0F2ED4E74AB", + "E329C7D93439B45442CA8B97B8BC2F093EEB1BA2E6C4139C510C3E4FB9F273B4", + "EAE50BF969F4A3CE8C6FCAE744DF3B797057B0B2CE6CAD38A54136AEE3614D01", + "FB594E5E88B25B7AF5863CEFC7A3FE0A55F8486C6D5A3DFD7626428F879F60D5" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rpJZ5WyotdphojwMLxCr2prhULvG3Voe3X", + "RootIndex" : "5655E14CF12014525D1BC1E68DB09518514FEDCD3EE26F4865109B56B9EE3650", + "index" : "0000DAE48F41B86821B14F1892D6AD3F6996B608338ACFC363823858CB251020" + }, + { + "Flags" : 65536, + "LedgerEntryType" : "SignerList", + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "B06C49812F7E3A84A75C78F38B920966A94ED5F85C4E6EFD34C523A6C797614A", + "PreviousTxnLgrSeq" : 47260685, + "SignerEntries" : [ + { + "SignerEntry" : { + "Account" : "raWr8dtNxddY2bqD51LZh9z77R23iyP3PZ", + "SignerWeight" : 1 + } + }, + { + "SignerEntry" : { + "Account" : "rwJkTfV8XXThGBUoC7sACmyWepw4iurYHb", + "SignerWeight" : 1 + } + }, + { + "SignerEntry" : { + "Account" : "rGtDNiHFHNTNSnoeLg5usoRnLx33ABTWhT", + "SignerWeight" : 1 + } + } + ], + "SignerListID" : 0, + "SignerQuorum" : 2, + "index" : "0000DFFDA866FD9215A794C2FC7FBF3302EF1335E3835D1B74E73780ABE32AB3" + }, + { + "Account" : "r4cPWQKVertBh6auBn6t2rXh9kht4LoabA", + "Balance" : "25032932", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "27653F0C331B2317D35D5677BBCD0DE639E65E365392EFC8D691A824085AC864", + "PreviousTxnLgrSeq" : 38365202, + "Sequence" : 61, + "index" : "0000E78D01EE4EDDE598B933D1092A1E00B922FDEDD58CFB25E3AF2CE099AF48" + }, + { + "Account" : "rKru2mJkxPrum8VAZHhdoSYEwMW7G7KFD9", + "Balance" : "38871400", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 3, + "PreviousTxnID" : "0A91F6560E32B6C13285E5F98DF81B04EBC919ABD60126F529ED3A82C93E5F68", + "PreviousTxnLgrSeq" : 35803787, + "Sequence" : 23, + "index" : "0000F5AB075F8C48286156A300F367F7E370434B0F08CA0475DDA47B1854CA62" + }, + { + "Account" : "raxoUPmpy1x7bfUX2giVfMWkPMa3vWW8f4", + "Balance" : "1121000177", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "AD4616FD44650D3E279D534BD1799AB825891449ED7E2413403666E9CF18935E", + "PreviousTxnLgrSeq" : 53532513, + "Sequence" : 1, + "index" : "0000F89B1E8F215DE7D737674050C33557974864924B2F692129560508BAAB0F" + }, + { + "Account" : "rQDZcUFcbRNXHppFUFFiTtii3hRoyjTxAV", + "Balance" : "11834990892", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "1772D4ECED1698225672ACDA3168ED886DD8F7669538BD2AC6F4B12CF9315500", + "PreviousTxnLgrSeq" : 55170656, + "Sequence" : 1, + "index" : "0000FFE18AF90D9780964C9E7A4C2F8D82C6E78C0267344B6B4232AFB9E56DA0" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rKUK9omZqVEnraCipKNFb5q4tuNTeqEDZS", + "value" : "10" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "87591A63051645F37B85D1FBA55EE69B1C96BFF16904F5C99F03FB93D42D0375", + "PreviousTxnLgrSeq" : 746872, + "index" : "000103996A3BAD918657F86E12A67D693E8FC8A814DA4B958A244B5F14D93E58" + }, + { + "Account" : "rBTpxtceMtXUKit2mQkVcWKuDHYCR7LKdD", + "Balance" : "999988000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D59694A9C6A9AAE645E51EF4FD7F9B20835A52381035B2FD99905AC6DB9850A2", + "PreviousTxnLgrSeq" : 11683667, + "Sequence" : 2, + "index" : "00010BC07B606D414CE5F140403152AC34B34EFC27E646E337D1F11593F559DE" + }, + { + "Account" : "rPDT5VZCLM2wv1qwmpbCjQfn1wXBANRhQ5", + "Balance" : "24977500", + "Flags" : 1179648, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "AD9F7BF745AC3567B30BAABFEFDA224042A184B3A094450DDFA7E13B1D6DCB3B", + "PreviousTxnLgrSeq" : 51348778, + "Sequence" : 4, + "index" : "00011327A3CA29B88F23A58B640CE23135C18E4E2A8C2333B09D7D3112459637" + }, + { + "Flags" : 0, + "Indexes" : [ + "0DB0815613B4FA7A2DE7E9551E6D2117ACD1036E1CCD14414C7905AEFC072549", + "405161AF4FBEA97F25331DEB3D2E56531245CA4F010639443AE3C8E9A5A0380C", + "4F8D5788C721E2B9F38E23DCF5396F2D6B1EF8E32BC8415495122B0F6437743F", + "C1B13E99BC56A1B4357DED440EBF0BADB1C402F582CF971401629D8FF82619B6" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rBk2i1frpX2jJC1eBm2HcWmnUdR9ZRbHwG", + "RootIndex" : "000117DF584A463510F7620C204E0FF6F64206ACD62CE887BF57EF93A4BC0DAE", + "index" : "000117DF584A463510F7620C204E0FF6F64206ACD62CE887BF57EF93A4BC0DAE" + }, + { + "Account" : "rGubvAoDEmWdiAd6ovfDVuvAViDFA6nrre", + "Balance" : "24828477", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "BD722F6D1595FDB183EA340EAF0A781A91CDD487B6EE0C65AF9F031C16957246", + "PreviousTxnLgrSeq" : 51275279, + "Sequence" : 5, + "index" : "00011C8B64D31D25AD6758E0AB72765EF24EB5535AE256A6AA696536A359010A" + }, + { + "Flags" : 0, + "Indexes" : [ + "22E578265CD7E5F46DD0695DD55428CF8F797CC1D6C4C1F5F829EC677253235B", + "2FB51B174723021E30D21A5CE4CF94CF1A99649EC33D8BE60CDEBE422E18D855", + "5177CC903382225113B6BDBB881A00EEF4EBB6BFA3947940673DE5FEDC8B751B", + "81F699D15B2BE1B9FE4486B95593B27067D8E5728AA21D69C86FF4F59BE7F608", + "A76CE2AC7714162E989F93717F58F7319A08DC2CD7F65411048B5E2DC5365DFF", + "AA1A0958D561E2A885345AFD76E676EDD29BE76FB2AE65B8739BD889EFD8092A", + "D00DD039D22BB25EC1DD8AE7BAA3BFECA41766974C094DBDF47A3718975D8749", + "D127376D2F4E392EBB296001ABFF8E03FC602924618D98EA7D6C748613DEC9CC", + "EF2F3AA2F93512F263BB79C838B6DDF53E0199C59B63CC7D12D905E7097652A3" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rDoWW6ERjamzXChsuE2YBZMDGUysDyfVpG", + "RootIndex" : "000124613EE5581AFFBA4C729A0AD1046CEEB9FDFAE4E2C8C0147212F274301E", + "index" : "000124613EE5581AFFBA4C729A0AD1046CEEB9FDFAE4E2C8C0147212F274301E" + }, + { + "Flags" : 0, + "Indexes" : [ + "49998B8AD85C57D571102032E7099F83E84AB04E9AF7A02A6470CD848B76163F", + "17712DAC19B5275AEA623477BFD517D5379EB3AE130C1279F3E57B8D1DB9AEFD", + "BBDF9868E3FCE9CB50AD16719D0009B044F838551392A6EF4029EB390F926A55", + "1D8485B2F450F6CA0130C53963D3C6F18E256A3795FF7369B9A06A2845CFC96D", + "BE1B22BC694F1BA8AF1C7E841877598789B5028F11296424A5E521D762636101", + "9B6EF09CA83A6186F4B1F677ABA02FA4CF0F99E319FDCD05F2BB7EB4668845C3", + "5A8038F189C15616633456580940927D0B42EBAEF49E97D662DD7336F0006E72" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rad7pqyVBYjom3dNuXbd2WjEga7un9GVtE", + "RootIndex" : "00012954F2A4838FA5DF0A00BCE54A9CC5C878D6B8E00C7CE9C3A346E44C18DB", + "index" : "00012954F2A4838FA5DF0A00BCE54A9CC5C878D6B8E00C7CE9C3A346E44C18DB" + }, + { + "Account" : "rGP5bTpj6pmvcGKkNqSTM4d7fEVyque8A8", + "Balance" : "20023735", + "Flags" : 65536, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D4D6B2CBF319B7291C68F5372478F2DB2CE6060400FD6675501A1657119DCF60", + "PreviousTxnLgrSeq" : 48386321, + "RegularKey" : "rP2gfYFYZRWPzLMPpzjq8ZLZcEDvC4t1n2", + "Sequence" : 3, + "index" : "000145F2834A83C6C4F1756528876A331021C36112E8A20F66AAD646CE06D77F" + }, + { + "Account" : "r7KCRNjcweTn64ty5eTZ6CCDRKuSPYurW", + "Balance" : "30099277", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "81C454E3A8CAC7E2AB6344190AC238402400BCC249AF5F0F4F20512844CB308C", + "PreviousTxnLgrSeq" : 34678008, + "Sequence" : 29, + "index" : "0001505A9C2BBA5C19B812889DE86E8DB411D5E34F8B6DBE78F73376D502E327" + }, + { + "Account" : "rwBBnexNbxPNTCh5BkSRubhVzw3asfqG6C", + "Balance" : "20006468", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0E1D9A165492CCBA23DEB69A4FD2440A2046A81670C074B381A008FDA08AC9AA", + "PreviousTxnLgrSeq" : 48236415, + "Sequence" : 2, + "index" : "000152F477C08442092FF51513637262A5814ACCEEB873DD4542046A85765E8B" + }, + { + "Flags" : 0, + "Indexes" : [ + "BDF1810D0F8272249D560AAF47168D1BCF664E53D27F3041403A42876475F04F", + "606519AFA9D8F25AA0C7FBC2BF167FD5F472F4941A222F70B818EFC8F273A1F7" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rLNeS5rVcEVgVnqyve2SSoNyxg5SgJskhN", + "RootIndex" : "000156EDDD33FD522EEDAC95BBF8C422159A2BC5E9EEDFEF0562F6943663DA05", + "index" : "000156EDDD33FD522EEDAC95BBF8C422159A2BC5E9EEDFEF0562F6943663DA05" + }, + { + "Account" : "rU1AMsDK5Fsyx7WUmhoQTdv7ZDQWtuL71S", + "Balance" : "24977500", + "Flags" : 1179648, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "08C040451C492C4EC0B24FE24E50268755ABE82449F032E481EBF7CEADA0E8A2", + "PreviousTxnLgrSeq" : 51378627, + "Sequence" : 4, + "index" : "00015F6E0B22029ED7A6E470EAC946FF56A65ADDD74E952A8C485FD8E86DC7EF" + }, + { + "Flags" : 0, + "Indexes" : [ "F8351954832393F659DADCDBA60AD9C780E6A1BCB1D862AE63BAAB75DEA9FAE4" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rheq5biynaKpGcqhRcqvmo1FNGFX98DT3q", + "RootIndex" : "0001616E695CF6732D8D3809A22498056806383D29116615AF99ADCB029D3171", + "index" : "0001616E695CF6732D8D3809A22498056806383D29116615AF99ADCB029D3171" + }, + { + "Account" : "raSieUta8fy4SfACciECTdn2HGzEu8f48Y", + "Balance" : "52744206", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "602045615A571475995DA7667E093B8ECB5BE5419CDE9F0ABE8670ED94A3FA48", + "PreviousTxnLgrSeq" : 41757973, + "Sequence" : 1, + "index" : "000162578D0B7D7C9147874B49C69F64E8B229CD599066BC44D64972F7397B59" + }, + { + "Account" : "rZWjtggT2aT9539aEb9HPZR2aqonE8UpG", + "Balance" : "20022340", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5E7B6DBD193D13F1BC93F776E708EF6D324142144F941C46A83068F7AE05C555", + "PreviousTxnLgrSeq" : 35875147, + "Sequence" : 5, + "index" : "00016BF3FE48CAEA4BC3D5A78A4DAACDCE013655F021FBA5E9F01065CFEC6A9F" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "12.725676646811" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rPT74sUcTBTQhkHVD54WGncoqXEAMYbmH7", + "value" : "0" + }, + "HighNode" : "00000000000001C0", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rExzFtNkWrHrXF9zK2eABuvrhD2ayFoopV", + "value" : "100000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "642A3E7DF7E5471BC671F5862AFF1D935061BB2032BD0DC3BFE9C093B593E992", + "PreviousTxnLgrSeq" : 40968267, + "index" : "00016EC4440590FE9DF14F280580B77116341F97D0179B04D7D0B88EE25420A3" + }, + { + "Account" : "rEXwDtcsjf6zUairDrJ64beeppn2vZ9u5k", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A482F307A6F637187BDCD98AC1489301FF7F8E59B5016F6F3042E6C436BAA44B", + "PreviousTxnLgrSeq" : 47812511, + "Sequence" : 2, + "index" : "000171430B5EFB5018FBE245D1119CA61CFB8CD27446D51C9C2CB4C20739AC57" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "rfz5wUTPtwEnZMvLYR526jWWqygSoHQB72", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "LowNode" : "00000000000004A3", + "PreviousTxnID" : "28783500A8878DD51E100108F0A831BAC3F02089EF1279553B00D1A75A0738B2", + "PreviousTxnLgrSeq" : 29830948, + "index" : "000171D2817C44C4AAFB093F675C44CF76CC77EBB10D67340F04D5C216CC60D9" + }, + { + "Account" : "rpSRdnAoTro6CPxqWtSgDouN11eFWPUEtz", + "Balance" : "10000000970", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "2BA264781737AD0B17B36DEF048D3EAFBAAC24E57973E2A494E68A0A520D214D", + "PreviousTxnLgrSeq" : 55178856, + "Sequence" : 1, + "index" : "0001727436B58F41EA68ED8BD969677AC1763ED7BDC03A9D2AA81959E34909C5" + }, + { + "Balance" : { + "currency" : "BCH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "BCH", + "issuer" : "rpVvMLVxo7t1mZM4zJedf9Rw2zwvTFZC9Y", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BCH", + "issuer" : "rcyS4CeCZVYvTiKcxj6Sx32ibKwcDHLds", + "value" : "0" + }, + "LowNode" : "00000000000001B3", + "PreviousTxnID" : "BFF8F2D22ED74DE95FEBCDF4F37A94DE5862AC3E00F312D31F13F19D490591B2", + "PreviousTxnLgrSeq" : 35359788, + "index" : "00017430A028B2826B5FF7A13158961E288793079F237A88D1B9447AD40A0F2A" + }, + { + "Account" : "rJBHfdXheicLvFdiTchUZQFegJ3F6wtbSe", + "Balance" : "4909014532", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "B0A908380DF1317C3E0D6E9BDBC23CBF8A3A6CA33291EF7641108BA991D2A66E", + "PreviousTxnLgrSeq" : 55176290, + "Sequence" : 1, + "index" : "0001796FFCC5DE52D25C719765ABC335AC9DC1D87A409CB50EECEB3FF90DA6F9" + }, + { + "Account" : "rw6L4pcny4qxHRzcr8rq7Ywhvtj1Zo4gbk", + "Balance" : "20263325", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A43A24DCAD70BE5633CBF25A60F24A40926A244FBFD2A68B56E88AD14224774E", + "PreviousTxnLgrSeq" : 49139053, + "Sequence" : 18, + "index" : "00017A965A6B6028B863D5F06C034CCF092067DC7D83CF0DFA7E57E016BB3A8C" + }, + { + "Account" : "rrQS26TiFbxSJMeDR3GVkssvUWqNagRA6", + "Balance" : "5184960776", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A5A573EE1F1BB78E74C47E8EFF9966D2C034B64B2F96E516829C151D6B0BA271", + "PreviousTxnLgrSeq" : 55179562, + "Sequence" : 1, + "index" : "00017DBFBA3F871DED46B33A9F904E8347D9E12137AACEF3641D26D09481A3F4" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "00000000000003C7", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "rhkYFLnfJjuhhJMSt98LEjHRb5EPPWMMLM", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "62C87C48AB958E6C0EEB5AC537CBA577DDF47005470D8076338BD15A23408AF0", + "PreviousTxnLgrSeq" : 29684491, + "index" : "0001967BAA589E2BD8DB305A679A274C091F0995A63A0500A1C4AC13D650EE37" + }, + { + "Account" : "ra11vg3cu7y1ekAP77217jAZ2AUxijC4xg", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "F1EB5B4857B3E5B02DEC9AA13CC249DD28B036878EAD605B630A2990F81EBCF1", + "PreviousTxnLgrSeq" : 43025296, + "Sequence" : 3, + "index" : "00019BD625FF83D962FE366F0BF69D7FA50BAD8692BDC4BDDCE8517653B8477B" + }, + { + "Flags" : 65536, + "LedgerEntryType" : "SignerList", + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "44A3BEBFDE97AF4A547CA81B652817FDB7951388AFCC1E151AEDECB035739A7B", + "PreviousTxnLgrSeq" : 51394555, + "SignerEntries" : [ + { + "SignerEntry" : { + "Account" : "rXKRWAQdSk68NakbeY3b4HtDqSaRFjgCR", + "SignerWeight" : 1 + } + }, + { + "SignerEntry" : { + "Account" : "rav2svUdPWzwET55egx7AuqREtkYSFScY7", + "SignerWeight" : 1 + } + }, + { + "SignerEntry" : { + "Account" : "rGtDNiHFHNTNSnoeLg5usoRnLx33ABTWhT", + "SignerWeight" : 1 + } + } + ], + "SignerListID" : 0, + "SignerQuorum" : 2, + "index" : "00019CF2142F600C978EFB986613BE3CCB85CE599405FF757BC34AEE1BF9C982" + }, + { + "Flags" : 0, + "Indexes" : [ "A0DD66478D7E2C9C77B4D0C046A036C828B9A0257702FD7B403B9D0E815CBAB7" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rNYWvRRd7PDsa69C3bqNq7MH8jBK8jUR2", + "RootIndex" : "0001A3C2AF2B8210E978BE486AA397DB35DB9D0E6AFAEC8035E536F3DF00401E", + "index" : "0001A3C2AF2B8210E978BE486AA397DB35DB9D0E6AFAEC8035E536F3DF00401E" + }, + { + "Account" : "rPySuBy3dCnDpp4eeD3YvirnLtF19DafYm", + "Balance" : "21079607", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D66F918C0DB4009A75FD3BC3D49087DDCEAB3FD676D9003AEB7E2A1A84264D1B", + "PreviousTxnLgrSeq" : 35083095, + "Sequence" : 5, + "index" : "0001B3E919D8905EC2080FB6F593451028233D50E3A82CD16351BD394B4055F4" + }, + { + "Account" : "rabbit1eyDGsiWzRH4wL4vnk7giSxWyMeb", + "Balance" : "100041360", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 4, + "PreviousTxnID" : "DD2BD18EE4400459E3BC6560E0D3786831EFEA3860B07FFB8AE445532F589927", + "PreviousTxnLgrSeq" : 41202517, + "Sequence" : 802375, + "index" : "0001B7264DF8F7730C3E1530A24A17FA99F062DC0A6E66615F3EA4EC3CED46D9" + }, + { + "Account" : "rf7nSY8GXRiiTukpnunSQi4otiH5ZoiEvy", + "Balance" : "33000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "CB7F74D3CB40602C52302AE42363885E5EFC7536827B14B3BEC3055D4573F356", + "PreviousTxnLgrSeq" : 40507156, + "Sequence" : 1, + "index" : "0001B75BF0B7EDEDD51057F7109144C8FACE381BA0C968596E85E7CA53C1AC9B" + }, + { + "Flags" : 0, + "IndexNext" : "000000000000010F", + "IndexPrevious" : "000000000000010D", + "Indexes" : [ + "47EF55938C4C0E228672D6199A2B4BE6E6E2BB863341128BF74193CE5DEB5912", + "ADDC5C415149EDE4D6F47C2AB0B9033E60156737136EFD850A409060824E4E02", + "54264648AEC6EB3D25695872798E669E745B05AC765E45E9B5F88053EE41231B", + "9370A905CA293F0774F454D64315CE52A63B9BDB2A50915EDF643C90CA6444F7", + "1323A324D39A5DBADBE2F7959C9F8505ED5F43D0C3C25E4892AB0B3632D76ED5", + "A33C29C307BDAC45F4F1277E60E82B5C26125401C20AB5CDB352DDDE38AAA863", + "6D712C8B5BDBE99D1C93C25FFF9707D6726C317059662BED12584A706D8AEB41", + "7CE75E387DF97ADE98718131EE2B19B034B6233D22CB67817440923BA0DC9071", + "213CB583C0A91E794D5587320801B5F763D9FDDF4DC6AC8A0DC1D0CA6834A4E7", + "5DCCA52BA4873F8CDDE86A08C415E8C29B4E0AB43ABE1F2B80AF667C1A831CE2", + "676C3AB3D4953B3D995698B47F8C8BAC715D7236C1513C03D36A90F0AF2CAFBA", + "FA7B6DBDE818BAA7BAA3FB43266C7DDEF0D6B1035A89E240185CB382FBB9CF1E", + "162801B3679E3623F5A1E1281D875806FDBF4194C2BE2F3A89E91700FF9A0E9B", + "C5E6524750B19B938F6A046E95AC6F57DF9C59C0D29B460DA6787840BAF8105D", + "964B15F052285525F66594C3080EB83FEE4C448F98990B77A12654EA2638A323", + "2F81C7C101E15DF959E43530B17C6DAEC1BD012BC7CFCC4AFF9AA905724F7D0C", + "C5A1E3C85B510E0A3FFFE6610355D02A063E160A7A99BA6A7CDAEFD34C45BE9F", + "F6C003A46C2905EB16A822436D0A0A6A726F7FFFD80ECFF1EEE0228FC3A2BCC8", + "AA4C93539FAC96D37E121130F1D9225C3758AB814D2A5B4042B29E1F559EA4BB", + "7EC3784C4CA5BDCB5C798E39B9F655860D5DF0013B39580C94B5D0BEF0A75C7D", + "F8FED9BE60375A25CEEADE3CAF51522CB5174367C16E8099BB20DD02CA2244AD", + "8711B16A37882C221E750F429053FBA94D74E3C2615870FFA0ACDA12694E6149", + "1720BEB74777C45007F46332933B909E629677CE4D00EB5AC71B36A7D04E8962", + "092E2D46FC1067FAA3A893715EC531E1E75D06BE14DFB66DFB1698EF6D5FC02F", + "DEA88D84936A98A7BA6A16331BCBA2D5A3EAF996AF9DB25141900A071B76B177" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rckzVpTnKpP4TJ1puQe827bV3X4oYtdTP", + "RootIndex" : "DC5101C0CC6A7FC8E21465501E0EAEEF475BE2D1FF2E7BF6691360DACA4F9C48", + "index" : "0001B882C3BDDF2524DA892639A16FAF4985CF19DDEC17EAAC38F6A98F1D3275" + }, + { + "Account" : "rEWmZFmKAPWjUoD9pPk9Y7Ut8eEpSZmnq1", + "Balance" : "126488970", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "1BADA79B7090A31C6EC6A70993FFEF9242B249B9CB42C9251F5FEA5906B8612A", + "PreviousTxnLgrSeq" : 35569892, + "Sequence" : 1, + "index" : "0001C56562C6B32EF503B9B44F65BFA0E4E990A42C8F19CBC8868071D74B4492" + }, + { + "Account" : "r4rL7NEbRwzNdKZApRcDP4rUV8JKrqN9tW", + "Balance" : "20781895", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "7BB899214EB0FFDD5A677D4F391EBA46D6287CBB33052AF0C1F1BBCAF92D541D", + "PreviousTxnLgrSeq" : 35347840, + "Sequence" : 3, + "index" : "0001C817A1A9EA16F3A307CECD2D274B0C402C4C96997E32C6AA047E4D3A9CCB" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rNcvK17hLGoHQuPbZf1R8mAh3M31GMtgnR", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "LowNode" : "000000000000123F", + "PreviousTxnID" : "72D56D94CC6CC2694E1E5EB9DA536F43E8A3FB3C1C0ED081527001D18D8D7A3C", + "PreviousTxnLgrSeq" : 35435065, + "index" : "0001D78EB50C60CB9708E8202C9897688363B78F8AB7AC63F66EEDA462EF453A" + }, + { + "Account" : "rfHzTZqckursDsc3BaVv84f9FfK81UPMVc", + "Balance" : "78999988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "61F7D324154F46A8846A1AE920858AC5893B81CC19C238EA038EC4A79E404B41", + "PreviousTxnLgrSeq" : 54682342, + "Sequence" : 2, + "index" : "0001DAC577DD41000B500FFFCA784A88C04B00788AA210EF5AB6AB54E59DDD49" + }, + { + "Account" : "rwao7UjmZbBed84yhGP39W2PLH66Q7aXjb", + "Balance" : "2481472609", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5060666111A067C2D877D5F4982F0050903AEE439E2FB082DBBCBD8ABCA0CDEF", + "PreviousTxnLgrSeq" : 53449904, + "Sequence" : 1, + "index" : "0001DD4EC36B9A34D8899ED31E4E388587154016B49FFD82128C68AE919B2BE7" + }, + { + "Balance" : { + "currency" : "DSH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "DSH", + "issuer" : "rwrudJs8u5KatPEuGuyDnQ8R5nEQUPB7v2", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "DSH", + "issuer" : "rcXY84C4g14iFp6taFXjjQGVeHqSCh9RX", + "value" : "0" + }, + "LowNode" : "000000000000016A", + "PreviousTxnID" : "3FF02890077B48632D1A19744DE05E182E68C9A1A4B0B31F6E41159F512BD41B", + "PreviousTxnLgrSeq" : 35699762, + "index" : "0001DF3CB8196255E69A14F92EBAB9877B1F350DF7E62D64AB6587EC3ED9CA4D" + }, + { + "Flags" : 0, + "Indexes" : [ + "278D58129796548AF58E23A40247F050CB3E46BAF058A44D96CBCF1F41A65357", + "448843AF12951D5119AF6A31F67C19AAF30F9CA4A87E1913F1CE77E8A489A608", + "4533FC4C079D626A72899A2DDF532829F8838D376C2840B642CF1C53403E8427", + "7F38E0C8E0214AEF922B617C19156009EF3292A40C6FF52C9CB03625AC09058E", + "8BD45AFCAFCE035932E6A176836A3E088F90B0854CCA37CAE8760DCB68A40E2A", + "A1505359F82BE39B0A23190A6F55AFD4ADCA4990337605C74BC2622399799186", + "B1A644AFAEACE38D9A31E212059BBDAE52184CD63938AA03A2C324201EB0B1BD", + "B49AC5079F5E2455F141E62F72AB80F7FF9D2E6C98EF894936C01C4E491E49E3", + "B8A780F02B1B50D9A5A43A08B000F23340F8D48966642FB1BAA2E17E28B83E58" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rEAKkNt5z2HTkqS9baCGaTStHXfptPtCuF", + "RootIndex" : "0001E959978564B75810992944B463A63B305AA6690410FA4ED790CA7AFCE45D", + "index" : "0001E959978564B75810992944B463A63B305AA6690410FA4ED790CA7AFCE45D" + }, + { + "Balance" : { + "currency" : "GCB", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "100000" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "GCB", + "issuer" : "rNdwi8ain5ibXNB9A7H3zzKtSxgVzAqqAe", + "value" : "0" + }, + "HighNode" : "00000000000001B0", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "GCB", + "issuer" : "rNNeAHyaSgDxG8ynpnxuzaVtqp49sctxb9", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "6C6ADA3ADF20D37577BEA94CBA1871B1A030B6D63E3F594D5A9959275E97A999", + "PreviousTxnLgrSeq" : 37721815, + "index" : "0001E9604C5FC991A30408A78A299A58AD7DBF5A9069445A3A75D487D04DD607" + }, + { + "Account" : "rKbUdv2SnNbgK7t69drPNKmAAeQfs5fNVZ", + "Balance" : "464278000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "B0DFF30B2BE30663A9BE7A8CA42FD85CF423B041CDA489FA7A18D714260D5C08", + "PreviousTxnLgrSeq" : 35570527, + "Sequence" : 1, + "index" : "0001FD3112599AF2C9991E5E7E56A24268F9DC3438D525C8DA8135E9BBFB7D6A" + }, + { + "Account" : "rMJuG542Akwt2idVxQemfPWSKtTeSyR4QL", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5C79FD3CA953C881C3D4BE48F2EFAC671177B8ACD37A72A38958A293B706B4C6", + "PreviousTxnLgrSeq" : 35696409, + "Sequence" : 3, + "index" : "000201714F588C6F1D440EA526ED868FC48FE4F3508840D58A36D79251D7D8D9" + }, + { + "Flags" : 0, + "Indexes" : [ "9D41377F1EB6E502A7107C2A35CE571506BA8DDC5E57F77AED0C4FD7C5BB6D2B" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rGUhYCjTac2tuuUPwAJ38iajg44s4H9b3E", + "RootIndex" : "0002043F91DC997AD832ADB3A90B2B2D762E575AFEBDE372FEE323617EB89255", + "index" : "0002043F91DC997AD832ADB3A90B2B2D762E575AFEBDE372FEE323617EB89255" + }, + { + "Flags" : 0, + "Indexes" : [ + "63309BC276156760C5BBB0E5F1238546824A861CE478C536DD8B36D6009502C6", + "34E8966296BF24299BC9D7DC14FEFE60DB5C23C3AC8325B883D6AAE5B4FFDA92", + "2333718F8324FAE85841B54F86B7486841335A69C4956207905CDF9A65C37D38" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "r49HKrCPQUvs4en9DEUBewA3DASoVNUE4B", + "RootIndex" : "000204CA2372F5DBB072D5CB38156EF7E67D3A584AA5B02657976DEC6D0C5B88", + "index" : "000204CA2372F5DBB072D5CB38156EF7E67D3A584AA5B02657976DEC6D0C5B88" + }, + { + "Balance" : { + "currency" : "STR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "STR", + "issuer" : "rUwyk5PmESWq1DCMTCTscsRb4kYVYrZw4f", + "value" : "10000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "STR", + "issuer" : "rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS", + "value" : "0" + }, + "LowNode" : "00000000000002F4", + "PreviousTxnID" : "9CE00B05DE793F99081996E2A322ACE374EBD6C7E6F1343AED0BADBD20DAED69", + "PreviousTxnLgrSeq" : 29743678, + "index" : "0002068C83B72D014453DC1415A6D30A430CA904FA78BAB33A36900F8AF645C9" + }, + { + "Account" : "rBuDDpdVBt57JbyfXbs8gjWvp4ScKssHzx", + "BookDirectory" : "37AAC93D336021AE94310D0430FFA090F7137C97D473488C4A0D635441A85A45", + "BookNode" : "0000000000000000", + "Flags" : 0, + "LedgerEntryType" : "Offer", + "OwnerNode" : "000000000000025E", + "PreviousTxnID" : "17DE3914111D63CBA7BB51B551BD4C14F9BED048B8EA142222B2C4B1CEBDA01A", + "PreviousTxnLgrSeq" : 52563046, + "Sequence" : 121220, + "TakerGets" : "33170680", + "TakerPays" : { + "currency" : "BTC", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0.00125" + }, + "index" : "0002133B26A1D5533CD791251844CE17650F2F478EE37F8564D024BA2E0A224C" + }, + { + "Account" : "rL45jjo6Ym2isLu5kPQrL8BctBjX2Ur4tq", + "Balance" : "30000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "243950CFC1A4FEDCA0A62041EE6FFD4EB116E20FC20DBE816624C24609085A75", + "PreviousTxnLgrSeq" : 38977070, + "Sequence" : 26, + "index" : "000215DE95AD3CE49624ABF5019E13A3D5691B5D21E3A13EDD44A8DFED3C9A85" + }, + { + "Account" : "rE8yruJtXACpDWyVyGSP1MLrGBzcnnfUhw", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "17E2EF85A7CAD6EE02610CDB51ADB284AB64B8C88D3B0759ABADE870597EF081", + "PreviousTxnLgrSeq" : 47828640, + "Sequence" : 2, + "index" : "000217A389C05CE05D96FA5A368621F21E0431C21748800240487F1C51321CB7" + }, + { + "Account" : "rnoHcWx5sskoiiNMt6CSSeTfjHw7JL3RfJ", + "Balance" : "122834669", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "2A4B34391F53C0DB49C0C2ABF39611C9EE797B2A71C128453A0A85AE629FB481", + "PreviousTxnLgrSeq" : 35665140, + "Sequence" : 1, + "index" : "000218E0DB87BA2E65CB5F59CCFBAA15DAC6A2D07EDECC72DB0457C50B0F3156" + }, + { + "Account" : "rGuvvY7BPCRYmw83EmzYFQZ76ybdZ28DKX", + "Balance" : "2242284331", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "F1603850E52D962CDA5A33646A13FDC44990436BC1967C1B45B5556E0CB94EE0", + "PreviousTxnLgrSeq" : 53527645, + "Sequence" : 7, + "index" : "00021CD2D04E777624DC7D15AD7EDC7400375029FC11B1EEAAB187FDA0A86E07" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1179648, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rPFd14EgMkmEnvtk2nzsrTfkoDmYzwpowJ", + "value" : "2000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rBfVgTnsdh8ckC19RM8aVGNuMZnpwrMP6n", + "value" : "0" + }, + "LowNode" : "00000000000002F9", + "PreviousTxnID" : "4352226FA79635CBA7D59E9705B1A751834EC5EC4025281DE7A6DFDC3B8CCB73", + "PreviousTxnLgrSeq" : 24725683, + "index" : "00021D4E6E9CE88B3DFCBC8917CDF28C7BC2792AD68FA6A269DB454CA8C0160A" + }, + { + "Account" : "rBFLqCBHFZCKrZVRZK1oyH5SibamM8uM49", + "Balance" : "87782000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EE6E0422AC888EE1C298D17EF069D6D0F937181D861BFA67D8CECB18E6A05CF6", + "PreviousTxnLgrSeq" : 35105975, + "Sequence" : 3, + "index" : "00021FDEE2F788C23C3E11EBCE3657FCF560A61C365A6EFA45726C54A570579D" + }, + { + "Flags" : 0, + "Indexes" : [ "6AB1BA256C26B11B0C2BC28B68CFFF9EBA1A0D7505F43F1D9D4D64A38F38A8F9" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rUAuRre3GfGDTxdbzo7s7GArR2zhPf61Rd", + "RootIndex" : "0002228CECB01B2B948DCF2EEE43DBF33637F27F0C6BFDAF238EF2F9E022F4E3", + "index" : "0002228CECB01B2B948DCF2EEE43DBF33637F27F0C6BFDAF238EF2F9E022F4E3" + }, + { + "Account" : "rGFEpTL3rXgsHkopDNbEB3NMfNDspZ23e3", + "Balance" : "1756380116", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "755AD6C3F0F8075B48409692AA2A336CF5B07DFE9B5B7517DBBD5D6AE79389FD", + "PreviousTxnLgrSeq" : 53543734, + "Sequence" : 1, + "index" : "00022463A30DA0BB03215AC3777746D7DF2794D13A056C08C7947C1D0298A8E2" + }, + { + "ExchangeRate" : "54038D7EA4C68000", + "Flags" : 0, + "Indexes" : [ "291430753F816826020D5F119325B30E68C9B69A204E97758A84A9E2BDC0AA4C" ], + "LedgerEntryType" : "DirectoryNode", + "RootIndex" : "000227CD42FA0FF90ED3DF1940FE988950EC26250C6CA27554038D7EA4C68000", + "TakerGetsCurrency" : "000000000000000000000000594B540000000000", + "TakerGetsIssuer" : "9DE47FDE20653B82F1A116B3A82658362CC482FB", + "TakerPaysCurrency" : "0000000000000000000000004D4C4B0000000000", + "TakerPaysIssuer" : "9DE47FDE20653B82F1A116B3A82658362CC482FB", + "index" : "000227CD42FA0FF90ED3DF1940FE988950EC26250C6CA27554038D7EA4C68000" + }, + { + "Account" : "rpd9hZKqeXJr7rNjvehBunEdQwLZRY61D5", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D4A0C37289C478B5B9BA2AC8F93701F5ED52FDEA6429750E9019D622F1B8C9E0", + "PreviousTxnLgrSeq" : 35222051, + "Sequence" : 1, + "index" : "000234B4BD11D93E4810C37F13C6A009498192E957D35FDE55E809E6FA40361F" + }, + { + "Balance" : { + "currency" : "ETH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.00000000069586" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "ETH", + "issuer" : "rs7WjWW76Dtq9bkHq98ZfvQzaANiVSW9s2", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ETH", + "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "value" : "0" + }, + "LowNode" : "0000000000000B36", + "PreviousTxnID" : "F2ED70C5BEB1B964C344614DEBB2854033B695DEDC444793D3870746FFC4164D", + "PreviousTxnLgrSeq" : 35823767, + "index" : "00023646D06EF5D6BA4FDF1F5D8F23FE28D486B54F227C97702AA7A83CBCD8F3" + }, + { + "Account" : "rPLXMQ6KhniRFGLxXLg4YbeHmRXSP9ncBv", + "Balance" : "2600007809796", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "AEA85201CE0D0D9062DB691AA3E05530C6B64FEC0F42D0D645622ADB9BDA558D", + "PreviousTxnLgrSeq" : 55163667, + "Sequence" : 15, + "index" : "000242578431923F7E961D6D69146C0D80B936E60E094450CB7497759BC1F0B6" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rMSY8DZpWH9sCvqq1Mg5wKGjqqicXtTNyc", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0" + }, + "LowNode" : "00000000000007CF", + "PreviousTxnID" : "E2AB5AEE53AC746F1FDA16AE068E0C39752114E6676DF16E7C2B4A97AE2C9091", + "PreviousTxnLgrSeq" : 34906009, + "index" : "00024ECF15C95740AF5FA04C3DD341E8F05B7A069224407F9AF9C59FAEF723E3" + }, + { + "Balance" : { + "currency" : "JPY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "JPY", + "issuer" : "rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS", + "value" : "0" + }, + "HighNode" : "0000000000000367", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JPY", + "issuer" : "rf8RiHHJvDosckVtsmZ3SGxYcuduUJ7gus", + "value" : "10000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "4236B9703C0FA5C1DE1FF8A0316E915477F4ED1300A39C96F5C1D383C5CDCED3", + "PreviousTxnLgrSeq" : 30038128, + "index" : "00024F52A82AAD1D2B49549BC2C737BE101F662E4F55F01868F56CE6076C0228" + }, + { + "Account" : "rpSHB1VsKFKBx4VjmHH8V4SVdbPYdowAkE", + "Balance" : "1136037689", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "08C5DADC959F085A22ABBE4CCB5CD8BC361C4854578F1CD9446502A433E563FA", + "PreviousTxnLgrSeq" : 55609692, + "Sequence" : 55609692, + "index" : "00025455DA641B87A2EBE0C1F02F4E17A07CF1D97B708A20DEE7C4EEC25EBBE3" + }, + { + "Account" : "rpaD3HhpVPSUj4k9xerLN3nj7CkZ6AwYv3", + "Balance" : "1685711002969", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "416A1EAFA3EFEF7F27FF4E5E374CA4D4786ACB507522137E5E560289D740F6A6", + "PreviousTxnLgrSeq" : 55164077, + "Sequence" : 1, + "index" : "00025908A8FD8967A049FACB5181AE8F14C1840215B6BDE5063342136597BFA0" + }, + { + "Account" : "rUw4QkuMot2GSTfGmu8uAt989f4KsAjcmK", + "Balance" : "1384845450", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "FD68277F820799FC5A8E58A5EECD4D5AD6BCB42688286E3D4AE6D136EE9C2272", + "PreviousTxnLgrSeq" : 53528319, + "Sequence" : 1, + "index" : "00025CFEF306B3FA99C5000F530F3D967F07B3414C313725F7D9E2DC6FB30412" + }, + { + "Account" : "rB4ZqDWBW1SjzbBenKSnsqC7YuPsMCJ1mB", + "Balance" : "113107120977", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 32, + "PreviousTxnID" : "F620D678A5578D144292CE94F3B841EB24DBAFFC68D19735272E102E775CC71F", + "PreviousTxnLgrSeq" : 56852695, + "Sequence" : 1623, + "index" : "00026278BB9B84D65F8872C506EBDD4BE182FD31B9930E5D6C327B554006C7CA" + }, + { + "Account" : "rB7FbVaugiT9x2tNdUTpMPLB6uEbrzzHDg", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "3473F370144C61BDAFC6340A7AEB41D23274D12542B2CFC82B77E3ABD0E549D9", + "PreviousTxnLgrSeq" : 56066464, + "Sequence" : 24, + "index" : "000263EEFD18A648F716C7201F7E8D9FD53E8157EED200F6B8AADADCA7644B48" + }, + { + "Account" : "rJnpxaXdu8WbeYwj1z4s6sYz7uGq5GC1NF", + "Balance" : "3281565997", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "449E8D4ED990941940FAB231FC916487A81E61491D55A1EC7AFF83D29398CF4D", + "PreviousTxnLgrSeq" : 55175689, + "Sequence" : 1, + "index" : "000264109B71F26AC0C274FD4D2BBDFCC6AA5E4817066C9264FEB606F9746EF8" + }, + { + "Account" : "rJkCKqwncDrbDNxgf3QFB6UWUCe5tD2vzs", + "Balance" : "47451988", + "Flags" : 65536, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "09B698D2A9369B708325CAC986B4F13BAFC6AEBCED89455A100FCB98E66D87CC", + "PreviousTxnLgrSeq" : 44981172, + "RegularKey" : "rncMr3zTqsfGuwiC4goKM6Br7YGmuUy358", + "Sequence" : 2, + "index" : "000267A0E4D9EB87145C89BC8352EA105BBFAD618F6AEF637A947E53129E6E83" + }, + { + "Balance" : { + "currency" : "JPY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "JPY", + "issuer" : "r4iPSVbRZosUDeuQg7obweH8DgCYvg947o", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JPY", + "issuer" : "rEYD5k6kZPARQbKfB9GpiNPDY93kRQgPKj", + "value" : "0" + }, + "LowNode" : "0000000000000008", + "PreviousTxnID" : "7516F9BC3E8055CCE7F727A29F1FD48E9F9925BB91B62129D1D00B8502DDB4DB", + "PreviousTxnLgrSeq" : 11378470, + "index" : "00026AE25E921ACDE0861F983DAAD7852553F53454C69A6113DC8F6A994F19F6" + }, + { + "Account" : "raHV45pVDiRUdeGBJNhFSH5heTuebjtzoY", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EF368FA8D09BC9D278CA7A55F5E2BCCA674C00F7DCDA35CB0565618BB9ED3E6E", + "PreviousTxnLgrSeq" : 48264559, + "Sequence" : 2, + "index" : "00026D54B2F877AD05FB5639DBE2041007B4D6D8613B5301AAB291CED182494A" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.0097" + }, + "Flags" : 3276800, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rDvmLrFhAHRxaVmmeppZKzjfzM9RZ7W7m7", + "value" : "1000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rhKgFxe7Mp38yeJzvwoNLm46RxMdXotTn6", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "3E8D2DADF8C4FBA09D117F772F144D982F46D8FC6F050FDDA93DD0066F5ADB09", + "PreviousTxnLgrSeq" : 35240943, + "index" : "00026E9C64E0BEF3F562EFE4D13B62BA3284FD7FB09395A936591C0F23D607DA" + }, + { + "Account" : "rs7Ne13j2FCJtMS5UZmsYfHV9KBSTyan7w", + "Balance" : "20023065", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "3F9D327F292D8244735721EE8F9CCB5565306270DF8BF4F642BAFA0C06F12742", + "PreviousTxnLgrSeq" : 36968533, + "Sequence" : 11, + "index" : "0002701E7145F0FCADF2EBC24DFE242C5BB868A5CDCC50A7EDB21F7433E1C3C5" + }, + { + "Account" : "rHETEQaUhP6KBLDbQ7jdvytEfLDN5XzviD", + "Balance" : "44992103", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 4, + "PreviousTxnID" : "EE896EC16D9017697EDADC0E676F63D4E5855C682BE94A5C2E5A535DB96A2180", + "PreviousTxnLgrSeq" : 37313330, + "Sequence" : 33, + "index" : "00027632FBDE4927164EF1AAE745EDFFDD3B820809464BADEFC18E08FEF42055" + }, + { + "Account" : "rKk3VeQP8oUq1Y6J8WxARUFATRoFZn6gz1", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "35F4770B3559A62731ED680C0D8B53C8A58F8994D123AEF43DBE3D66075F22F6", + "PreviousTxnLgrSeq" : 28960817, + "Sequence" : 2, + "index" : "00027ED9E4526B75B2CE0CF80E41EE0011C39589401E717AA700CC692E21D543" + }, + { + "Account" : "rGyMFQRn5HtdC2eFoK4n98uc4QeMddiZoF", + "Balance" : "238529992773", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "FA7FE32E7D86A19D88F79F926AA5A44AEFFCC55C26B07D7BA631D9D9B7B56BE3", + "PreviousTxnLgrSeq" : 55174593, + "Sequence" : 2, + "index" : "000280047BACA5D00427677365D9559F3FAF9027E4FFE69452DD0DD577B44942" + }, + { + "Account" : "rnmYfkS85KmV9p4Le7cJC6JjJcysL8Y5bw", + "Balance" : "25020000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0F5503095AC7D78B6AD2E8B7C4A0A946C4DA0273C433E8AE8F3FD4D55F68DAC1", + "PreviousTxnLgrSeq" : 56406521, + "Sequence" : 7, + "index" : "000285A460C476F5AD35C6D837EAD4F2CC09D7E8A43F07D77AD8B72204372903" + }, + { + "Account" : "rfRnmsbfku4S2nCrPXKFtKsNVE2feYW9Kv", + "Balance" : "739809000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "8F9C0CBD3E6DCC535B67760BE2C4AB4E96CA855DA763A352E2A5882D5AFB7FC4", + "PreviousTxnLgrSeq" : 35491168, + "Sequence" : 1, + "index" : "0002886C2182362FA2ADBF0794354385F120D4F90316D408DDA1BE254C08F340" + }, + { + "ExchangeRate" : "55038D7EA4C68000", + "Flags" : 0, + "Indexes" : [ "14472F3D7E46A79BC424FE22782DA8152B3346F240D76B03F17C06C21C56005F" ], + "LedgerEntryType" : "DirectoryNode", + "RootIndex" : "00028C6812AF7B7043E8D146563C740614D1293A952026F555038D7EA4C68000", + "TakerGetsCurrency" : "0000000000000000000000005553440000000000", + "TakerGetsIssuer" : "A2F38D1722E33796F5880141A8F6318BC91F27C2", + "TakerPaysCurrency" : "0000000000000000000000005553440000000000", + "TakerPaysIssuer" : "0B233D3B2EBDC4F12A251C29AF26323EA0864CE9", + "index" : "00028C6812AF7B7043E8D146563C740614D1293A952026F555038D7EA4C68000" + }, + { + "Flags" : 0, + "Indexes" : [ + "1A319AE7B7FBA78BE7D021AC01C781A842BAAD4BF558A7F709C86A05F1607F8A", + "5FD00AB6D78C5F742B00E02A8B3A5D47A9642D0FF3143438BA4B9F7FB93898A7", + "915A2E1823AF08F32A7803BF7B7AF43D2C3EB77CA05F56951304C6D7E974A7FE" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rBcwbD6PTsoveJLT2RLwiKwNBvubWEqB23", + "RootIndex" : "00028D42EF0C344205C82444A6F67E9875E6CFAB5B9210B6D70ED6AEB16E6CE8", + "index" : "00028D42EF0C344205C82444A6F67E9875E6CFAB5B9210B6D70ED6AEB16E6CE8" + }, + { + "Account" : "rMCuL9Sce7QiJHosT3kkGaF6ySntfVp2Gj", + "Balance" : "19999990", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "02AF004961D61E2CD1F0BF84C5F31D47EC13086FFE5D51EE8C59842DC1C325A3", + "PreviousTxnLgrSeq" : 35880386, + "Sequence" : 5, + "index" : "00028F39C354A66DD4994A4CD7AB8A91E32452E5039898CCC134FFA61DD0025E" + }, + { + "Flags" : 0, + "Indexes" : [ + "0BA71FA44920D017FC27956BCADE84B103CA8BA11B835BB6ED911A3FABA549A4", + "80461BDED64B13994E9318F3143BF436C256E81A9B574FE0D511602CA3466E33" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rMqgMdQm1hDh7ZUAWz4AzASi1vg2GMRY4G", + "RootIndex" : "0002999EEC715951639874C60F2D4F6B28E29CF6432008EF86DEB988CA8AADF6", + "index" : "0002999EEC715951639874C60F2D4F6B28E29CF6432008EF86DEB988CA8AADF6" + }, + { + "Account" : "rPDu1wk2vmLHdCrztVrn4yNMTNeme75Mmk", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "CBDB3EE7253A4E47CAE1BA3FDBA062C364ED4E7FF9686F558E2598E9B19589F6", + "PreviousTxnLgrSeq" : 47865012, + "Sequence" : 2, + "index" : "00029D9DDBE35894846ADEF13949EE95AD3FBD4B749BB800B6508A82160706D2" + }, + { + "Account" : "rNFYBtTaywSA2PmjpZSXJ6by1Bh5MjAnj6", + "Balance" : "1258667366", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D5944A2C279AAF2749D4F7658ACEBAD24252393B1BD108D51A4572943D88B17E", + "PreviousTxnLgrSeq" : 53527042, + "Sequence" : 1, + "index" : "0002A3F34A62A3FCED5E3DE2AF5012A2B33AB8EC411028E4310947A4BADC6F9E" + }, + { + "Account" : "rU51UCvkbJDsjXsE9PmB59TCm5ZjSW6ZPy", + "Balance" : "10000000811", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "1C916B192126CB9D8524DBF7DD77325EFACE96BF282BF0877F0C22D4BB9BF4D9", + "PreviousTxnLgrSeq" : 55180029, + "Sequence" : 1, + "index" : "0002A590029B53BE7857EFF9985F770EC792CE483720EB5E963C4D6A607D43E0" + }, + { + "Account" : "rHW2anzZMwGF6jB3Qe2KJHVvdNp83u8zUB", + "Balance" : "19988000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D83E336EBA2F2768A8FCC7A7C9F93CD3145861C5FC89828122006DAFB0DDED38", + "PreviousTxnLgrSeq" : 18595284, + "Sequence" : 2, + "index" : "0002A98F9BA1CB7F71BBD170DE366EB64B818B05CE714C611DCB1B501C5834B9" + }, + { + "Account" : "raGNVgTN4vmi8FyNh75ydzJAbeuXjytDA2", + "Balance" : "476318366", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "FE70E402404608A3E77B23AC61A8652C448EF08AE2DD110C0FCEA8E7BAB8D1A6", + "PreviousTxnLgrSeq" : 35179921, + "Sequence" : 1, + "index" : "0002AD9E073BE86B8D78BE3D6B417F41CB37C5782D05E6859BB57E709543E283" + }, + { + "Account" : "r9scREW2BqzWc5EHDPURFXmc2nbE3zk27o", + "Balance" : "25981483", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "031F8EB959C780E160DE06921338275E85B3F6CF963DB9BDF6C0C30279CAECF4", + "PreviousTxnLgrSeq" : 45548830, + "Sequence" : 9, + "index" : "0002AE9D14EAF79B4C4928D622CEAF7C192B79682C091E373466E7B4948C3F82" + }, + { + "Account" : "rHgmYFSPe4PmHAAxLmXT8gHTHdAkyC8qux", + "Balance" : "37353357", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "4F91EB7706212FF41734E3DBB3AAD1107DFFDB1C168EF2C588D5762FCB28B6E4", + "PreviousTxnLgrSeq" : 36055617, + "Sequence" : 5, + "index" : "0002B0BB1E2050F8E9A46A9E8EA28D9602B1439219ABA1932ED251CDA00DCB4A" + }, + { + "Account" : "rEMZkiyzyK4ujMEqkcA6RQz8kjjt2Lo85s", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "87F590598CCC90C920C76AB3799867BE73551358852B955A54383EB899BF81E6", + "PreviousTxnLgrSeq" : 56862164, + "Sequence" : 56822595, + "index" : "0002B53E6EFB0DA9EAA4AED495AD95238848042571240D89255AECBD5FBA4451" + }, + { + "Account" : "rJ9ocS5wWL93D4nPDPypAmvpvDJaDmNKzy", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EB19B4DFBAE06FBB920BEADCCDCAE0DE655249A14698D9985F97D5AC2AD52C89", + "PreviousTxnLgrSeq" : 48079546, + "Sequence" : 3, + "index" : "0002BDBDBD34EFAF974F5439F222439CE9F23F80446E9B252C4424543CB42F67" + }, + { + "Account" : "rseH6yDsetznMcuUg4uVhTjQPJc9BE4bpQ", + "Balance" : "20042739", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "59F89927C1B8F3BB5880902EAC796CBE2FFF44C3CDC8E3CDD66A5E9F962966A3", + "PreviousTxnLgrSeq" : 56775842, + "Sequence" : 55769928, + "index" : "0002C6425429A29A0BA566F93145BFBEABFCDE6A7E2AA81E2D0823D8F6E12303" + }, + { + "Account" : "rwkEbDdopDS13yADjPNmAnsB4yJvdZyB6s", + "Balance" : "340570301", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "8401A5E0142CBE0F3EE3DFFD92C86065FF00EAF189AC7F0466384B64AA45BA2A", + "PreviousTxnLgrSeq" : 35533603, + "Sequence" : 7, + "index" : "0002CA03B25A44145348CDEE8FA9677C40AB515E9ADB9310562F742B0471453A" + }, + { + "Flags" : 0, + "Indexes" : [ + "3C7ECA3343757CF715F41334F4DB668B3FDCC40F4BC4254FBE0400555DCE72D4", + "537FB843F8AB0749B4D27028B76D2E80D02B5479102EC43F92486C5D7AE75907", + "6BFED756A60D16582D4132B29E07B087FBFCC2210295CAA6AA11238BC13EA785", + "F65B5293422BD30522CED800B6D14D9A79DE5698412134FCD5CB276512A1ADDE" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "r8RwFcEDnhCJATxjEjVAjQ1QszVsHD2Hn", + "RootIndex" : "0002CD31E83DF6281A9A8D7481D5FCFCA5003E57CDA551FF0B99ED6E34E71840", + "index" : "0002CD31E83DF6281A9A8D7481D5FCFCA5003E57CDA551FF0B99ED6E34E71840" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "rJ6m73X94YvJxXJRMU2WXQx5s1G3woTAx7", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "LowNode" : "0000000000001B92", + "PreviousTxnID" : "00CFA69736975A56B4EA193D9207304E077C53F3EFA6C3AA024A8B2974225016", + "PreviousTxnLgrSeq" : 51640267, + "index" : "0002CD3BA78E323561C904095C2EDDD0EAE58682C251C3AB249EFB9750E92C8F" + }, + { + "Account" : "rKyK3pQtCTMz6nt6Yxtx8vgju6hLyLWpwh", + "Balance" : "1000000289", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "C0F561FB05A808EE51101B4D451F676224FCD18500049054BABB96DEB07D4C35", + "PreviousTxnLgrSeq" : 53531363, + "Sequence" : 1, + "index" : "0002D81201E576CF3E0120E2CC35C03E08E22452F498B8C874CD1DF9D3DC305B" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.879917248308" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rPT74sUcTBTQhkHVD54WGncoqXEAMYbmH7", + "value" : "0" + }, + "HighNode" : "0000000000000178", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rGestQBBx9LzvB84EuT4fXLMGJwobM4hf8", + "value" : "100000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "FC708BDFC90FFF03350A3D8DA999382F7D26C23C9E506E21EE85988BAA713868", + "PreviousTxnLgrSeq" : 46748120, + "index" : "0002DBB4B998AC5B154C44CF6D09AFC56F1EF7AF932F3F8639148F603849E287" + }, + { + "Account" : "rKcA2BEGo1F9FgjxZCpYKXCPdoRgs6HfEx", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EED2AEB0E8CC724DB3993DC7A4AA39CE45D3EBAA14FF3191833522C3C51ECF0A", + "PreviousTxnLgrSeq" : 35775598, + "Sequence" : 3, + "index" : "0002DC77014AC99A1EE11FC396FE3EC53114075916DB1CA19B6D00FAB2054279" + }, + { + "Account" : "rnFzegAparFPG2iT3ZjNLyJCJgTaTGTAze", + "Balance" : "44977500", + "Flags" : 1179648, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 5, + "PreviousTxnID" : "87E952D70F677E01F7BDE997B56CBED3B03B089F983AA4E8B5510A9A4E993818", + "PreviousTxnLgrSeq" : 44630608, + "Sequence" : 4, + "index" : "0002E13AA676C29F39CA24FCE64D649E41EAD3878674E38F15AC2E8A2C62F7C6" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "0000000000000B2B", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "rsrqGKug9zri8a6v1ntrxG1iY29jc17eaW", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "62A36774CBBB4C81A0DFDED7DE937B94C9FED2F1E851FDFE813CAEEB203A6745", + "PreviousTxnLgrSeq" : 33856831, + "index" : "0002E2F1FD488A0EE9D03253761F144EC0DA33AE3C4191D257B5B11DA3FD85C6" + }, + { + "Account" : "rEJPTXe1N961YD9cGmsmgwMpZmbz26Yave", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "84F8284D4F9C04C3B597C988A09D2EE3429C11432850FA2C6B5174606F47AD2A", + "PreviousTxnLgrSeq" : 45560553, + "Sequence" : 4, + "index" : "0002E40161CF611D05E5E3955ECF602A0CB24B15AC0D34452342564F1ACE8746" + }, + { + "Flags" : 0, + "IndexNext" : "00000000000004CB", + "IndexPrevious" : "00000000000004C9", + "Indexes" : [ + "E8C9A4D4FC68E8907135B58F79CB7C9A226354E8763E3366DED150ED31B00A3E", + "C76498C69D0DA394320DCD231221BFE68DAA799FC83C39BA077535B1C1C64357", + "A8CF9F1AD796E54FEE58B3325606D629123C27A47D7DC62D3FF9D7EC050FA379", + "8CCC845672D85DC8409187B6AF07178726852F123C9778B41BE1F725B7D52E85", + "67DEE30B11DF75D230355AF0F62232B2C3FC741446BD58EDAE8B8E948F10A98C", + "6CD1B5E38F1E830B178C8539632E1AB649A3AE96D308FD54670AABBC261C2D8D", + "90015E42BE4342D74C7263CE40B04B19477CA51241DCF5C7EB76C462C1A8A11C", + "DC23BEE432638C1B2F64DBAE2BAE0178FD16FEEF4B60FB4DC06D89FD9925F043", + "CAC174B9408518428BAE74A9845581F66CB3E7073C2C34033DFA075B0BADD594", + "7009D3F91AC4E64B37AFAA5B9FB76AB370E6F9758F99A4BB0167233403F06925", + "B78CB3A31755211BCC3325B6462A20AD4E6BECE76E788DE8487E6560C364FAFB", + "12D2F7522CA12F07533987A3C3F79FE62DF285C7D3AAC8886CD9EF05D2EA3310", + "9FDD34BCDB121570A911E6E318E869FDA3311226F19DC848E9B21926993B3B7A", + "EFD8D41B49D6503256FA072C3C2B6432C67BCEBF2A66E186EA5ADAB618E84F69", + "F26F2F1712EE21B75179B4BAB05ACDB28C0C60146ACA1832D738F9FFD8C21495", + "DB9683C7760AC03A768B3E3E123C315337D3E8C91247BB1AFA2E9BB395B73891", + "03D2F3700BE5F072967C1AB29ABA0F010E05B938BD08DA8985EAA707EB0ACE34", + "4431EB0B4C6E133656F48955FE5A0C6954477C665289B0BAED4AC8202781BA77", + "59956DA4F14C2F71C1ECF70923828616E9285F11CCAC5B7ABD45A3902167C18B", + "CA5C95DEFE1939A958A673F59844F013C7B46DE6CCE474E3F50FE4C2FCE480DB", + "E03D2B6D8F58E4B518264FC3E91C806599709F339D141ED3D03D765C7AEA6B0F" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "RootIndex" : "AC7D605DC4B0E09BB9BA05DF47C1D6CFC01688603B14D86BB0E3896B910EF4B4", + "index" : "0002EA7BA21C8D8226C854BDB74D687C237CEF8746F3DC932A559F9C2064F8D7" + }, + { + "Flags" : 0, + "LedgerEntryType" : "SignerList", + "OwnerNode" : "0000000000000000", + "PreviousTxnID" : "F1A41B304E232A9E3C9D598D07E6937B9EF6C1EE9578A7C083983D1A2B90FAB2", + "PreviousTxnLgrSeq" : 35126701, + "SignerEntries" : [ + { + "SignerEntry" : { + "Account" : "rfPN64wTKpvoEcGXbzaSFwTeJvGgkFwTuY", + "SignerWeight" : 1 + } + }, + { + "SignerEntry" : { + "Account" : "rJ5LGeJ3AXgtyUaBj9Nv9LTfSLnD5S5M68", + "SignerWeight" : 1 + } + }, + { + "SignerEntry" : { + "Account" : "rKZJjkstK1pRQzk8s7UiaX7Ubo6Z3TVNVD", + "SignerWeight" : 1 + } + } + ], + "SignerListID" : 0, + "SignerQuorum" : 2, + "index" : "0002EB7A73AF53419F135C2E732BC70774B84D1235E96AE5F2D4481FD2EB079E" + }, + { + "Account" : "rM3swPFaTfwJJuUaGQ8hnA5koULsewx8u1", + "Balance" : "19978733", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "3F89A76079746F3EDC49577DE020781A65BC3289122B2F5358F22C8BA27A7D9E", + "PreviousTxnLgrSeq" : 35582012, + "Sequence" : 9, + "index" : "0002F175C2C7472A08F2B030E656B5C6F114A5CA3F00290802C2E16F7D60541B" + }, + { + "Flags" : 0, + "Indexes" : [ "A1DF1B804F052A8831B39E1F6B6B1DE5F4E78C0E33863570E3C665D35C4B9C0B" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rU5whLGPpEmntcqTwQaLS4nsnrHe85ozM1", + "RootIndex" : "0002FC2F23C62F316FE8823101479F16BA154E6F2FA798A31C3CFC17072E24B2", + "index" : "0002FC2F23C62F316FE8823101479F16BA154E6F2FA798A31C3CFC17072E24B2" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-2.939007646409247" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rn4P59E8AryXfuWyTcP5PkUC8fVDjvLN5f", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "LowNode" : "00000000000007A8", + "PreviousTxnID" : "6047EC41BA9E306F7AB111ED174FEDFAFE85B3E2C22409A0B934252C5C94DB28", + "PreviousTxnLgrSeq" : 32218908, + "index" : "0002FF5B1CA1E2C54BCF1E547A8EDAF9A21E4488D88338A7FCBA5D8B5AADAD7E" + }, + { + "Account" : "r99ooocgKebimq2QGsQ91zE1haNkMtDhSL", + "Balance" : "20944251", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "D93515E7915B3090014A11424F2B04F10DC8FFD3BC32D8E5732BBE7DD80DF51F", + "PreviousTxnLgrSeq" : 35406923, + "Sequence" : 5, + "index" : "000300F1A67DDDF180F2F5FBB4842DE5236307886D2C38188C1407EEA9AE4745" + }, + { + "Account" : "rskLVNC3mG17QRroaoppv6Edf8joEorHFT", + "Balance" : "19999988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "3DAF88BE77786AA0AB4D5B19844B88EB181CEDF58E1DA20A198740F7BC0FA024", + "PreviousTxnLgrSeq" : 40120274, + "Sequence" : 2, + "index" : "0003015678A1517A89526AA29CBB8A8BC257FF6622D88557DA658E3411F21B3B" + }, + { + "Balance" : { + "currency" : "XNF", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "5" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "XNF", + "issuer" : "rPKSvQ1qFAksr7hzk2wC2xtqSqFbxP3wvg", + "value" : "0" + }, + "HighNode" : "0000000000000006", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "XNF", + "issuer" : "rngKfjktN2ULxQrsdbsCvU8CKRA1cevHNP", + "value" : "500" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "05C99D17CE9575782E6B74151CEEF53A6D693A8AC5F27300B491916219FFAB61", + "PreviousTxnLgrSeq" : 4479312, + "index" : "0003072319EEE0498F96A9476F71B6471B1B7F950851E3DFCF9420C1F5298BD3" + }, + { + "Account" : "rGXfiCLX166omuSmZbms2ZoMYNBRzvHP8z", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "1A13C53D96A4D339F5BCCFC198D0C5D0C4886BF85D50CDAB3D63E0308CEA9D31", + "PreviousTxnLgrSeq" : 56480801, + "Sequence" : 55816494, + "index" : "0003079A869E1823BDE38CBB99D56BF929EAB01BA290B3E32473221EF02E1466" + }, + { + "Balance" : { + "currency" : "STR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "STR", + "issuer" : "rHCYrkbmxBwMKD6JjVAZBCcuDCPDMjxCB4", + "value" : "1000000001" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "STR", + "issuer" : "rsP3mgGb2tcYUrxiLFiHJiQXhsziegtwBc", + "value" : "0" + }, + "LowNode" : "000000000000007B", + "PreviousTxnID" : "7F0F38E7CC1A000F378E1EE9CD42D2C1B98702A269F93359A823FDCD801FD42D", + "PreviousTxnLgrSeq" : 10178957, + "index" : "00030A41AA99869C6DBD24DCF0C91A1FD6AD63EAE7820CE92165D025F1EC5B93" + }, + { + "Account" : "rN2TMeaxGAGHDsUD2Qaf2CtkPtraKmsvaC", + "Balance" : "19993287", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "2243B0A351E5778480EDFD2627135B2D33763EDF67D1037A8950A50076D59B2F", + "PreviousTxnLgrSeq" : 33384428, + "Sequence" : 6, + "index" : "00030A5B5C54753400E0FB69A7A376DA8EC245D6942069A3E56CEC3276B0D902" + }, + { + "Account" : "rLnnTEpzwrcBj2Zpd33Dsq77iutzSvjNzo", + "Balance" : "214124738", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "0EDB7A78F89202267DF062A0DEF0DC9B285774D65053D599DD2FFAF088BE4A83", + "PreviousTxnLgrSeq" : 28757580, + "Sequence" : 69, + "index" : "000311FDE6DA20683ECA81978A6E5C617C38E2836105405FF4129285D506B9C3" + }, + { + "Balance" : { + "currency" : "JPY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0.3369568318" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "JPY", + "issuer" : "r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN", + "value" : "0" + }, + "HighNode" : "00000000000000A3", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "JPY", + "issuer" : "rfYQMgj3g3Qp8VLoZNvvU35mEuuJC8nCmY", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "06FC7DE374089D50F81AAE13E7BBF3D0E694769331E14F55351B38D0148018EA", + "PreviousTxnLgrSeq" : 32253063, + "index" : "000319BAE0A618A7D3BB492F17E98E5D92EA0C6458AFEBED44206B5B4798A840" + }, + { + "Flags" : 0, + "Indexes" : [ "0F6870E7A353A08AE5B4C3BD1CEE6970F453F8A4B3D18B91C4C95838A56EA75F" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rhkXLsw9GevBLKy6wHTjFYBb3Ym8y3gqGn", + "RootIndex" : "0003224EF471E4E409840399C5265A20B1A83F8882623974043284461455AA7F", + "index" : "0003224EF471E4E409840399C5265A20B1A83F8882623974043284461455AA7F" + }, + { + "Account" : "rshcmLugYnNfo4LZz11P6p1tHVvKm8exwt", + "Balance" : "19998149", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "032FF7D8A3E7B7981A380430C4130304155F8DC5B0D6D7AF2AE9BCEA96043C34", + "PreviousTxnLgrSeq" : 35909240, + "Sequence" : 21, + "index" : "00032BDB9B745EFCAF7E3DB11BA75D05A8286A2AC7EF4AC61F43A72AEB0D504C" + }, + { + "Account" : "rUTx5eW837RS2ev1uSzKbAMoiTyeUNJKjR", + "Balance" : "67766079", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "E3465D18EB0E072F92E918DC43EBDEE2DE991FE6C3C8D99DFD5BC3C34AC7D938", + "PreviousTxnLgrSeq" : 45158420, + "Sequence" : 6, + "index" : "00033122E0DDE1FC1F96F3749A4B05E1DE3743F38CDC6915D9A5524B28A2D423" + }, + { + "Account" : "rUXmrQadHNnW5TPKzZiZB2ufVZnLAYRXF1", + "Balance" : "325818483", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "AFD43F421282EC80911D6C7893425D6A4502BDD4D2C0682CFB28EE9AB45AFD8F", + "PreviousTxnLgrSeq" : 41689452, + "Sequence" : 53, + "index" : "000333CDAF9C498EF3E726F426B9D953488624B318AF755C6498735CD8855A62" + }, + { + "Account" : "rfFMmbCCRSWwArbhfeKGhufZuGRbW2BhW4", + "Balance" : "125998750000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "261AA7D6FCED1FADD956FC63C72DB2AAB5E8305EA9896D7160D55431DEF6CF61", + "PreviousTxnLgrSeq" : 56212007, + "Sequence" : 55935184, + "index" : "000336C16900E4633CDE390D57C285B5D831842F403900B2B4F65EC56FE17F2C" + }, + { + "Account" : "rPyKE3f9VmYFZt1kNWRYrU8NkGWPoJPSoy", + "Balance" : "20840074", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D502895B5F48CF00B6D4661F278CEE3B39BBFF1143D8DE6A060E9B8EC31C1F3F", + "PreviousTxnLgrSeq" : 51806631, + "Sequence" : 55, + "index" : "00034DBDAB31C00B376D6A4B33C5F61A50CBDC1446E64C5E125EFBFE1FBB191D" + }, + { + "Flags" : 0, + "Indexes" : [ "081342A0AB45459A54D8E4FA1842339A102680216CF9A152BCE4F4CE467D8246" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rh6kN9s7spSb3vdv6H8ZGYzsddSLeEUGmc", + "RootIndex" : "000360186E008422E06B72D5B275E29EE3BE9D87A370F424E0E7BF613C465909", + "index" : "000360186E008422E06B72D5B275E29EE3BE9D87A370F424E0E7BF613C465909" + }, + { + "Account" : "rL98jaU74YA8ApTTKbkMhtDSvcNfiwUcrp", + "Balance" : "20778948", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "57B6A618645E8B93BAA41AA74E56D7AE985428EE490EC9EAA6C4BAD9F39D4961", + "PreviousTxnLgrSeq" : 39541514, + "Sequence" : 2, + "index" : "0003670FB502C9F2C9CF7294F92B0538B4333E9DDF12D65E36D2F65279086066" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "r3dSfgL1c19ckULHUfZpAxHWkwCjWfFhZW", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "LowNode" : "000000000000125F", + "PreviousTxnID" : "EFB3C219A768237D668A7B7B50EB21CDFA3034E70AFBCD4A9338E6CD8F3C4F9E", + "PreviousTxnLgrSeq" : 35441502, + "index" : "0003758269F37C061C180B0582EE30F961E3AB9D44E1BC0020B81091ADE999C8" + }, + { + "Account" : "rP3mqGi5PYN22WUf1Fo8K7ncUntWL5rtHS", + "Balance" : "87847269", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "DD15C6074AA46CD8EFAEB0BEF4FF9C8C4B3187E46E89B314EB880808EDD38746", + "PreviousTxnLgrSeq" : 35798376, + "Sequence" : 1, + "index" : "00037AC83282ACE26F066DE2D607300E47D4A62E157CD469E1FE748A4B009F31" + }, + { + "Account" : "rfUvH5v84ytdn23UwXWZvV7SNuH2dgv3v8", + "Balance" : "50019989222", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "82682C0E4EFB0FC31815C36250C6BC129693F8C0B168DB232335DF6D40BAD86D", + "PreviousTxnLgrSeq" : 53565632, + "Sequence" : 2, + "index" : "00038644504E6E379BD37046FDA37C417055D7A88D209F7AB9C3D41840836E7C" + }, + { + "Balance" : { + "currency" : "ETH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "ETH", + "issuer" : "rpbXVn3MEwwwXyAHZtKwEqyV1x24qEWdfR", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ETH", + "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "value" : "0" + }, + "LowNode" : "000000000000056C", + "PreviousTxnID" : "7E9ECD12BC8814A2F575C983308F6F8D2145802AA2BD9A79430529D805684CF9", + "PreviousTxnLgrSeq" : 34768922, + "index" : "00038CAB8AD69D82FAFA3E0B02BB1CA040959B933DF4122EFF009D76A00658FA" + }, + { + "Account" : "rpUbFUFNiVcJRgUJj8sutNmLN3LLexyGEt", + "Balance" : "29974636", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "E02A6BFB72177EF2BDB1696819233BBD86CFD94B376C1ADC2A6EA831D8F3C5FB", + "PreviousTxnLgrSeq" : 50996773, + "Sequence" : 77, + "index" : "00039B62AAB31EE54B8CF9346CBF12A8A9FB80EB0C2BBA04155B5B4F0FBA594D" + }, + { + "Account" : "rQrT1y5CkTKjY6zvci2TruPw2vEGraMvvt", + "Balance" : "3416025660", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "B9BF42229699062CCEC0EBC171CE1177CF99EF387E1C378047C8E3128021FDF2", + "PreviousTxnLgrSeq" : 56479420, + "Sequence" : 55482786, + "index" : "00039CCD5DFAB67E18E978BA2578600A56CD94B71E5EA2920CB825EAD0950888" + }, + { + "Flags" : 0, + "IndexNext" : "0000000000000784", + "IndexPrevious" : "0000000000000782", + "Indexes" : [ + "05F6DD98054AD536FB7D1EE64FF2E37BEA525987300C9051057A428D64CFC64B", + "0E23EA9F7D1466FD72C2D7330E4C0048B4E4B97351EAD7C7851D8C0BAEBF7E15", + "2E349E02287ACB74A420254B3E5535DE13327AAB81A524A877F778CE5CDC2149", + "2FDA646F4E34E04E142223EE957C265C521C28F93DF08998191281C1E5ECA498", + "37010083EE0EE6FD172F3A9FC8D8C4A61FE49BCD640FB7D14D26DCC0E40E61C8", + "5233260F503316CB6EA03FA4943D1E51078E98F7D58BB0544344D552884221D0", + "5775CB45790C38F6EFD6A8D389A683059F00D109E6F39A309BAA852EACA7DEE9", + "5F13E18B1CE5E53B79606BDCA2CF9F96BFBB82B31E7114A9A7E6730CF7788E23", + "66E278F46FBF660D6EDA7EEAFFF8D509A4FED347C297B8EB3E88E77B65EEF3A0", + "75B5F03D5096FBA46E298498583FEDA09C6619F6BD40D12DBB0A8956BA04EE9A", + "78B60DCC25CA34332C66903DCA62B2F1031F025105C03C2CF1BFC71079E606DA", + "886CDA9A8C949DE729D83B0087132AFD126B3D1A1155BAE5244F1F1DB957DF64", + "9085C41FE89F7A7729B5D2E851CA27EFC75C4A5FECC1CF45CF77D68683E7F8E7", + "95AB2A9A055A76C6FC99C2AB752F825BC4FF097017554C8980A045D9C2106F98", + "9D17132791D4A6E9A9FCD2335401290F0A24FF5A18D99F1041E36B98DE765C5F", + "A02CA67F804DFAD220BDFFC49572FE8F8545B6B17F716316A03783619EBBF2C7", + "A8F40848D68D4D138EDD5CF0F8534657D423C02E40581C5EB8DF4861BEC4BAEF", + "BC6B27DF63284E418A1C925D4E8B2E999C8672FBB08839B2AACAFC83789CD527", + "C3A98E846189D1B85DF395ED97F086C3F95B5855C93A07739E6E9AD4E368F679", + "C9BB90AEBAD895B6E7D7D37C6F2BDF53744F06ED8D720156A5DAB8AE904FD554", + "CB8A6826ED894DA07CCE3B47BBF51805308A17478580C1F9591A9085D712A6CB", + "F971A92DF948FF4F8A5A0EBE54C37AD1757C41A02AA1A219A3D0307FDA7E25B6" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "RootIndex" : "4EC2C3BBB5D149BD55EBFB6841BFC74978B240A5312EA96BF569367782997DBD", + "index" : "00039FE2851CAFFBF4AB8906A7CA4C6DA20A03AECD402A62E25B5503BA264C90" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rw8tGC1FHXeuQHo5ccGRAhwNd9MHFsUaXY", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0" + }, + "LowNode" : "0000000000000461", + "PreviousTxnID" : "BFA706F20486360826B396D37B6687A017494B713A0DA607248BC7C1DDD688E9", + "PreviousTxnLgrSeq" : 31239501, + "index" : "0003A1E91894EAE15ABD2E8172734A7F56847D845570AA9071EBDC0A4F3994DE" + }, + { + "Flags" : 0, + "Indexes" : [ + "58BE13B0871BBE38CB03C9B3BDD3D449FCA43B992DEC896C99632809354A75BD", + "52A28BBAF0EC325F81CB248D8C2FDD27289523738DD0BDF861626ABCB1012D75" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rB9KYTdt1NPvt4rjv3HaGyghuV8ZbjxAiv", + "RootIndex" : "0003A8522014599601A808BF68B490BADE57DD328B07897F9CA18C7782C3C29D", + "index" : "0003A8522014599601A808BF68B490BADE57DD328B07897F9CA18C7782C3C29D" + }, + { + "Account" : "rfretfgjYcB6cVRSqUkGaUBRrPJg7oWXBk", + "Balance" : "20857762", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5398461E08D4B541D3A9B120E9B684CA563581732DBA3024EE2B4837C5636854", + "PreviousTxnLgrSeq" : 36532402, + "Sequence" : 3, + "index" : "0003AB72C4F8DC6C6F9FE1776429E758330E7061EC9EF28D4EF46A1C23E535C4" + }, + { + "Account" : "rHzcWrLab3MubitUfsNGsLNqKeA75VCzjA", + "Balance" : "19999990", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "958B8FFA11DBE960A1346D960217180F37600F8A9E7DAE9EB0C170B1F0B85064", + "PreviousTxnLgrSeq" : 35703532, + "Sequence" : 6, + "index" : "0003AC9192E3746F287527542C724A38FB1689F50AB89617930BCA53C051C8AE" + }, + { + "Account" : "rEjcYAi1kePMyrQTdxFkAdCg8DjUNG2nGk", + "Balance" : "19988000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5A7CE59A33514F05951427EAE6D5139721464730840EC890DC8520E5DA77C7BB", + "PreviousTxnLgrSeq" : 15913663, + "Sequence" : 2, + "index" : "0003B74499E08C266F506BF1F52B4E5212493D913493E4B037DBF867A5437530" + }, + { + "Flags" : 0, + "Indexes" : [ "05654771F9B57011239F2AFE5A92F08220318968F1438DFA64F2CDF0A414B5E6" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rGt8yFKTASyBxCXE9bzXpF1Ucsdx9wdNYD", + "RootIndex" : "0003B76E9B32E108BFBD663FDFB30BF1CDE19E411214C1D9E4A28417CFCAF6BD", + "index" : "0003B76E9B32E108BFBD663FDFB30BF1CDE19E411214C1D9E4A28417CFCAF6BD" + }, + { + "Account" : "rJdAZgrkgVAxsksMkZbn9zheeQFLzp6SGs", + "Balance" : "39999976", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "0A57BAB1C758ED1D3F808133343FDEE5972E9CD0B071A3A814D1BFC64DB039EE", + "PreviousTxnLgrSeq" : 37117674, + "Sequence" : 3, + "index" : "0003B8F63DC61D899B69A0F889DE22EF5CD4B0532DF2C6F4503E45A74F5C6257" + }, + { + "Flags" : 0, + "Indexes" : [ "792E7B025DA04B17EF4BF7C682EA21C900C189D12994B259DE2980F8C62051B3" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rDg11bHubiWpoki8rt9gxpTtLyJeZJ9Sp5", + "RootIndex" : "0003BA5377F7E730EC26B29C412B25707992213103754914DAB2105EA13CB604", + "index" : "0003BA5377F7E730EC26B29C412B25707992213103754914DAB2105EA13CB604" + }, + { + "Account" : "rwZF2RtFafhr3igLU5R32Sedk9gjHDYLDm", + "Balance" : "24977500", + "Flags" : 1179648, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "F15DC44FA931A53BC44940B42A0EFDE4C46BEDF23E1A8A7CFD5BE75224348139", + "PreviousTxnLgrSeq" : 51619073, + "Sequence" : 4, + "index" : "0003C51FEC6DF5EF908A32AD980883A8ED0B39A1855870922C935DB43194D173" + }, + { + "Flags" : 0, + "Indexes" : [ + "6057B8300EF716859B9BF62C8C8C98EA232F7A02E1EF7FED4A0C0F7382F68A51", + "6D3BBE35F7C18C8747310107B1A6B7295EE1FD6667A00015A9FB6681AB0BE10F" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rPbdWUNunUfAGaprmJo5hQyWUkzXrbANzB", + "RootIndex" : "0003C626CADF620F2E911CCFB70BBA29795339274DA9EAE7A2BEAA6C105D1AA5", + "index" : "0003C626CADF620F2E911CCFB70BBA29795339274DA9EAE7A2BEAA6C105D1AA5" + }, + { + "Flags" : 0, + "Indexes" : [ + "C35FF73535631AFA1BF6F15AD391FBE7FFBC5CA9B63411DDCC5E10EC07149AF0", + "AA32F82B41B573D12970D05D5720DEAEA60C3502A3054816ABDED76ACFEB2C3E", + "9A0135755653009912CEBE1869626D7DDBBAC4FA2B0302DE70D1AAEDCD29AC5E", + "1F00033E131AE60F9C3389E849DD4EDB3F00694CED969CC3E8558B5435948899", + "062DEEFC31527A88DE509CE9F09F1D8710E134AB606D05AEBB9B503303821C59" + ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rUyB89zuaijCypgLEXzQXUqthe5FPHUMc", + "RootIndex" : "0003C8E760C9CE377CA4486675760C984DD380E14088CF34E309F7D266956376", + "index" : "0003C8E760C9CE377CA4486675760C984DD380E14088CF34E309F7D266956376" + }, + { + "Account" : "rNxHAm6DrFCgLRV8iyNMzmsmDc3yT9fMew", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "7AF4C24E06DD0F8E2673556DA7E9B4C9F723172898BF29299F3DD5CD62032734", + "PreviousTxnLgrSeq" : 46462347, + "Sequence" : 2, + "index" : "0003CC742B46D74305CA8E046819E1AA97D1562C79220075C88F910DB3D6985F" + }, + { + "Account" : "r6NGJbC8Nh7qg7mNNkn2QpAzLWfh8hP58", + "Balance" : "93294121", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0A1527D62D932335CB5B3CB39073FDF70E005717A21B81FDB8454C56264CF965", + "PreviousTxnLgrSeq" : 31926264, + "Sequence" : 3, + "index" : "0003DC0717153A0FC5E2EA4BA5B591B212EA1EB5BE7B39855D894A058E202F8D" + }, + { + "Account" : "rHpBxwCmb1qDYfL47Yssog86oWYdrWZf5U", + "Balance" : "2000000002577", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0FD4DFDA203A9F9D7E47C7DA2412AA38ADBA2B200515A0AB5F077EED7DF53192", + "PreviousTxnLgrSeq" : 55163924, + "Sequence" : 1, + "index" : "0003DD9FD0C0CCCE359F26E8395BA4A60CB7074439188796C9BED785258375E8" + }, + { + "Account" : "rs2Pi9HrrmrHSva7Rp6m85WTMbijxU8ZRN", + "Balance" : "16294773045", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A887C95A0C6EB0E9052F4DA814D04A411126F255246DCADE73F23184164416DF", + "PreviousTxnLgrSeq" : 55182715, + "Sequence" : 1, + "index" : "0003E412CC0915B3AD068FEF0D8AF37E09DD2DBC802F8D3F5075E13D700955B5" + }, + { + "Balance" : { + "currency" : "ETH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.000375" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "ETH", + "issuer" : "rtR4429hdNSHotarYCqzeJAxqRw8cER1S", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ETH", + "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "value" : "0" + }, + "LowNode" : "0000000000000241", + "PreviousTxnID" : "A6626B1A8A4D66395DF9B4A29A20A31C0AC2E9151274EF4871F1ADCAA6F434C4", + "PreviousTxnLgrSeq" : 31100032, + "index" : "0003E975AB352553F6FC94C4643C2FC13B8CFD1C176DC61694BB5FDEE767EB3F" + }, + { + "Account" : "rfr1PerWfzGmbEn8ZKuz1hGsk4smDAZGST", + "Balance" : "19999980", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "2E9AAC3FA2ECF151EDD81C5E8F88BFA8AEDF755B244283682B086D12F857E0BE", + "PreviousTxnLgrSeq" : 48589693, + "Sequence" : 4, + "index" : "0003EC18AC4B2CF519F33BE734870151F8BED09AA250F1E95CBCD95E04908791" + }, + { + "Balance" : { + "currency" : "GCB", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-33333" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "GCB", + "issuer" : "rKVqAXyd2xdP9iPUJ24j7wjX9TW2oBb7iq", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "GCB", + "issuer" : "rNdwi8ain5ibXNB9A7H3zzKtSxgVzAqqAe", + "value" : "0" + }, + "LowNode" : "0000000000000169", + "PreviousTxnID" : "9B30B8940D0519DC4DBB904E9ED34A12FC42F366981C3BA73E1C43E3E5D27A06", + "PreviousTxnLgrSeq" : 38343800, + "index" : "0003F339D937025D9FAE8724E3949CE4A2D497EE72DCF17CAD03C07E69C312B6" + }, + { + "Account" : "rNPYdGhgeVHyD7Loj4vrEPMjSPGig2p2Fj", + "Balance" : "49999970", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 3, + "PreviousTxnID" : "BAFCA0A4AFBA0300B8800C16E3ABEB0B095BF3103EA985D064EF9C1AD061B9CF", + "PreviousTxnLgrSeq" : 44292686, + "Sequence" : 16, + "index" : "0003F463DC9910431C20BE61FBE203C1776A97847A6C03FE662D0CF571E812BE" + }, + { + "Account" : "rHP4k7K8hxLAJkJjDc6qn6VhkibPU6Vhee", + "Balance" : "10955579573", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "B00C84FD4723003C3EF88934D2182BFEA3A737BB11E81A52340517D9143DCFB3", + "PreviousTxnLgrSeq" : 56192692, + "Sequence" : 2, + "index" : "0003F8872371E899468914E24BC20DD218BE8A2647AF5348E1FFCA92EFE96717" + }, + { + "Account" : "rNozxmhZbAnfcoFrvENNo64HEW5ceNpPPQ", + "Balance" : "19999988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "44290B40914D1192777662E29FB32F43207FB52E7E2BBEFF5F01EBA0ADCF8B08", + "PreviousTxnLgrSeq" : 48580948, + "Sequence" : 3, + "index" : "0003F92B400F4AFA2CD3386459C99408786124EA11BF6D5CB211859142BCC8CF" + }, + { + "Account" : "rfNXU2szUFio4Hus3nikZCxRTM6SB1wGmG", + "Balance" : "2000000167", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "91F073C52B1046E4A4280BDC5299FA25766640DDF8D537CD189424B84C55B4B9", + "PreviousTxnLgrSeq" : 53535233, + "Sequence" : 1, + "index" : "0004006B968DCD105EB9235C8E7CF2A5DEEADC645073BA5D43642CE874CB448A" + }, + { + "Account" : "rUAcsDtb9haqV4Yu9TeSSjpzb8VScp9WKF", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "76916479558C2B1EFA75271AB49DFD491B1B38A9A024584CE6210F34370CF97F", + "PreviousTxnLgrSeq" : 43500691, + "Sequence" : 2, + "index" : "00040A6B5E10E3BC48E76A1FBD64F26C5DBA536C77EAEFD62DDAD03822E79F0D" + }, + { + "Account" : "rBrzrsaHN1NMJ8wNirWGi4xXRixVMa3K4j", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "3BB91826267F85C3A203A5E37FBE643E4AA1F16E2DF8ADB33A009FB93F492BE7", + "PreviousTxnLgrSeq" : 46452698, + "Sequence" : 3, + "index" : "00040B73AB116C267CE43B7A7A7BAC16FDFC0936DC9AB245D54BB4B672BC9A41" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "0000000000000680", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rhePjBM5Hdhqc2hiyAMMNArwJyHhmN1ys3", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "34B671C49C8226F2993601B9F68383C95FEA701A2055D2E64BAC5E2D0E78AD17", + "PreviousTxnLgrSeq" : 30260251, + "index" : "00041008DFADEF0C28810345202B75AB9AE17BA191F3F4821A46D7F476E69B88" + }, + { + "Account" : "rEYT8JgAafMNKDBqPePJCQzxgnH2KYiRSE", + "Balance" : "707739031", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "956669766DE55BEFA53C7C013D113F43A2590451A55452E0787C3FA0C0FEB854", + "PreviousTxnLgrSeq" : 55788741, + "Sequence" : 55786539, + "index" : "00041034B0D6E62B850BEFE74CE4565E47221D550CD274FE4A1EF6310DE39540" + }, + { + "Account" : "rfZHqsL53Kix5vGwTss9fzUe2mC7AZbziF", + "Balance" : "302424455", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "2DC609DA0D310409F4DB8C9C9DE2A539BD60EE0D94218795D552BFE04921A5A8", + "PreviousTxnLgrSeq" : 35144098, + "Sequence" : 2, + "index" : "00041094FF85918AE56E103122EA8C21B4ED567F17B9AA1764135BF4863BA91C" + }, + { + "Account" : "rJYacFmK5NW6q1en2X1WXsC63FeXbdZZcK", + "Balance" : "1993092237", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "E040A227580A5D98471EC9F08B2BD714D9D131B30C1D9B5DA537625D9D9023ED", + "PreviousTxnLgrSeq" : 53866398, + "Sequence" : 1, + "index" : "00041CFCBED5E832F9AF02921DBA390F2243809CAEE2F6B12FC7FE2257EB4C61" + }, + { + "Account" : "rNn9diyjJ8rypuTMT8eowyDdhWvfka7PyW", + "Balance" : "49995695", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "6DEF945C56DFF972AD5387BBF158343C18DA2AE38810BEACFCA79F0866F8C6AB", + "PreviousTxnLgrSeq" : 29843258, + "Sequence" : 4, + "index" : "000424554D47800D97BCA002008324F3505F3DFA0051369D2BB1EC9278EC1AFA" + }, + { + "Account" : "r4gdggbXw527EehtLpMzSq7HkV8X1ZJNfu", + "Balance" : "49988000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "2C5AA5DD28A86D1FD15C71D5EE10ACB379C26353068C677536CAAF5054EBB63B", + "PreviousTxnLgrSeq" : 10591517, + "Sequence" : 2, + "index" : "00042D99424950CEF1C109E1AD59A1BDB39798CE5DC33997118E5C81CA36D736" + }, + { + "Balance" : { + "currency" : "EUR", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "EUR", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "0000000000000EB4", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "EUR", + "issuer" : "rpqf8HjJVfNGzz2xgp6FHgGSDjFUJVF1Z7", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "58F0CE1FC3D3F698B54EEF63327F5312A4E1F6ADFF0D6C0E9E5ED70FAFCE7108", + "PreviousTxnLgrSeq" : 35077255, + "index" : "00043116DDC6156D7F1DEB82947E530C5D15BC1110EB4B6610C73026608058E8" + }, + { + "Account" : "rhsxXXvmCJSxXdPQh1BghKrwWmGCkidcWb", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "8AD609D944125F19256A8F43BBB306D815237EC2EDDAFDA3BFBBA05DA6207A8E", + "PreviousTxnLgrSeq" : 35163930, + "Sequence" : 2, + "index" : "00043AC62B3EC2680D729DFF135CB31AF9EB59D2866B588959D6F45ADF76949A" + }, + { + "Account" : "r3fDQrGYJsLfVnX2UpR3AvHLQMe9ttBhFM", + "Balance" : "194809789", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 8, + "PreviousTxnID" : "6BB24B338A3ACE4BADEE7B3F947636C7F657F459CADBE44F2C9B469C999FA3A2", + "PreviousTxnLgrSeq" : 34106543, + "Sequence" : 493, + "index" : "00043C397A43F4E6F99235F840C5783ACE2780A8AD5D5BC344BD7DCB6CD9D853" + }, + { + "Account" : "raoc4ckuPpfqGuuAm55HwUvUHcfuNmiAhj", + "Balance" : "37291669", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "CECA45286DB6F6E01EEE88D950556D6E40BFE67C66A3A765B09C2FD01273391E", + "PreviousTxnLgrSeq" : 36188661, + "Sequence" : 1, + "index" : "00044273E4FCD8932602CBB8545F54E862270F79F183B1C40AA11E98F297E951" + }, + { + "Account" : "rE4TJNbsG6CPM7X3Qhyw85QqGENEhgCKp4", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "9850E15578F6D3A6B8232FE9CA6DAF9B4D10B980C88344D96078CBDB81A9461A", + "PreviousTxnLgrSeq" : 35420496, + "Sequence" : 2, + "index" : "00044E668C2326839EC8E145A4E4C07A451FF3C5618E8892EBC0C21D6D852632" + }, + { + "Account" : "rDm4AioMMZgd7KedMRgv73yQ6zhMJMHHtH", + "Balance" : "19999988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 1, + "PreviousTxnID" : "1FEC8F660682CD2B450F8D4780E2535ACFE40FCDD9FE66AB97DC190DB9FA3D29", + "PreviousTxnLgrSeq" : 37735191, + "Sequence" : 2, + "index" : "00044E7954EBCFCDD3D21AD53777F89196B6F37CD43A40D0DD26A69C43E5DC04" + }, + { + "Account" : "rQBAbNc26Ys3Tbagkmb5jAAf2ZXsaqZyGF", + "Balance" : "20000076", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0D5DA3CC42ADBB68B3A08704255720F928D9984E97C3CB7BF70554F134EA3669", + "PreviousTxnLgrSeq" : 35290357, + "Sequence" : 4, + "index" : "000450DCF34F189E5CF2E97EA797000439AE4A9580FB45885BF979F37215DE83" + }, + { + "Account" : "rEsNWUZ9vr7GjU6pu5W6cEEg8tKwYJy59X", + "Balance" : "20226687", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5A1528246D603633F6E918AA0AB21836E09D7917E698101A702796DE921E6DA2", + "PreviousTxnLgrSeq" : 41695007, + "Sequence" : 3, + "index" : "00045125EE993EF598355CB47A24C482AE07D870F8F0806BA973FB299F4B29AB" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "0000000000000396", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rq4BtzpHxFRQn9qsk3pRhDWPU1CrmYeT6", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "38276C2BF8B8995573F0CD5B3600922B153393CF0F39F422681580A943DC85EE", + "PreviousTxnLgrSeq" : 35441092, + "index" : "00045B7D116EEF9A5441171F497C4ED66BA027A0DB513FA92E13806DB1A0486B" + }, + { + "Account" : "rDZCRYBAkW2JhLvoo879f7schNT5WE1hKs", + "Balance" : "100000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "448F7523B5A49F69B4093F2C310A3CE2DB5E0D1F77EF0A992C01F511239ED4B7", + "PreviousTxnLgrSeq" : 56260953, + "Sequence" : 56260953, + "index" : "0004605DC35B94E8E6481CC6BA45C72C02C05745A1F731A6955863C80845F057" + }, + { + "Account" : "rNPRPQPCCPKDu6XKqN6FxK1vhMup9h7xv1", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "5EE647BB6D9700357D5937A970452D9CD6A2E54BF1144F45F2AA7735BEDE8642", + "PreviousTxnLgrSeq" : 50147716, + "Sequence" : 2, + "index" : "0004622E90BF53DBDE39CB7CB902892F77E367C50059D4F82319A1B733ED3389" + }, + { + "Account" : "rws2ctKicUhnqq3HcnUq1Qbk39NxsGeu2q", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "49F95E1E9DF098C2CB695D2C0A4C12C0345A82A83AF0AC1D38770FB93BC00D88", + "PreviousTxnLgrSeq" : 48127460, + "Sequence" : 2, + "index" : "00046490305BFB74F60BE369CA1170FFD1C40491D3E4963F630130E42E1F14F0" + }, + { + "Account" : "rh5XXc8BFFRA7xeWojr2ZsYgqvgQdhvRAd", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "6DE20189EF8598769263232EABD70197242DBA3196A02E20C1CE30B1C55FB3D2", + "PreviousTxnLgrSeq" : 34283739, + "Sequence" : 2, + "index" : "000466F1C43F93B9A9FAB81F5909438355DECF70C67BAEE2F2B97F7FE80DB23F" + }, + { + "Account" : "rjryT2fZHQMUkQ57i7eqjjWMdSXbL1xWz", + "Balance" : "19988000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EC38AB0D48757E9E088788A3907BD68FC33FA930160902E1A76D72600081EEDC", + "PreviousTxnLgrSeq" : 10644634, + "Sequence" : 2, + "index" : "00046B3B5D5C5F45AE5393761A99A8DDB2CEC25526148FB529F1404EC0DB230A" + }, + { + "Account" : "rnHCMNLwZr6aPhUkHhX1Cog1zkwebJ8k86", + "Balance" : "25489074", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0BB27A488FD2D4579C480C1E89AB2EAF65104548FF5D96A6A91ED209F1870560", + "PreviousTxnLgrSeq" : 48905816, + "Sequence" : 4, + "index" : "0004704B77C1942A569589D35F70AFBC3F2040DB4806733CFC51CA942C1EC627" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1114112, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", + "value" : "0" + }, + "HighNode" : "00000000000005C8", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rhBxjDrNybHTk5zM7yR7d54noXVjvLRtZY", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "EDEDFD10BE0D8B5705B3BC2D05E37E4AD041DDF72D4635E5B062656960325D7E", + "PreviousTxnLgrSeq" : 30031756, + "index" : "00047509E54628EDC5A904C00C08A1BAB60D24BD23CC34CBB38ABE9F45F955B0" + }, + { + "Account" : "r9DvWkeub9kNaESk33UEGFg3euf74sbFWf", + "Balance" : "19999988", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "A1E466CEB29E2EB339F1DE9D6D3F1D7CFF5D826D5D338C1B8124E6CBA6632393", + "PreviousTxnLgrSeq" : 34935031, + "Sequence" : 2, + "index" : "000477ECA17E9435728D0560E349888965579EE5C1281F24190F988716719FCD" + }, + { + "Flags" : 0, + "Indexes" : [ "4B86893AD9F493ACB05E269A62DEB07A25CF49255030CECC91D69767BBECF16E" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rJs1i518wUrJtN8n5ZGjnVU4teCS4bVkhw", + "RootIndex" : "000488530E79F3C7E0B17C0E9DF4C242952A8B85C33AA80F173C842128105EAD", + "index" : "000488530E79F3C7E0B17C0E9DF4C242952A8B85C33AA80F173C842128105EAD" + }, + { + "Account" : "rMgVhSaAnrXBVoqs6QKqaCzcPT28WVbyyz", + "Balance" : "20959223", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "EB3C10C8ECA22C0F53566396871481EB2176768209232266A5029799D8568544", + "PreviousTxnLgrSeq" : 38508528, + "Sequence" : 19, + "index" : "00048EDD8A181E63056A7B2718EF840FC508ED05354955ED0D80BC10609F6DEA" + }, + { + "Account" : "rGbWLvx92cmECTsn3TFJfPuAnbqpdeEgKz", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "585B9341FC91832349AC47ACD4374D6584A44FB16975D83CF0BD7230E3E64F82", + "PreviousTxnLgrSeq" : 48407938, + "Sequence" : 2, + "index" : "0004951F6647029298DF9BF8DB099E8A1A8B74F502BC5CEAD9030A9A9FB7792D" + }, + { + "Account" : "rPPnjVhweEsXfmPchVa6GqHEf2kpooP9iv", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "ABC32682023FA3C11A522B7C7F41524D3ACEA0F7FA11C4FA019BFCCC86DE3BF6", + "PreviousTxnLgrSeq" : 35905984, + "Sequence" : 1, + "index" : "0004980A17929CEB800E3E1CF2F6045B6EE0160F4F342B0ECB791F867D5C8AB9" + }, + { + "Balance" : { + "currency" : "CNY", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 131072, + "HighLimit" : { + "currency" : "CNY", + "issuer" : "rHw3NqphfdPiJbctTLmg9rP2yERoqfWeQ2", + "value" : "10000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CNY", + "issuer" : "rnuF96W4SZoCJmbHYBFoJZpR8eCaxNvekK", + "value" : "0" + }, + "LowNode" : "000000000000003B", + "PreviousTxnID" : "06C4D587DA85B52C504C44DB39272DDCAF216C8403C5D0A943AF0FB9479A665B", + "PreviousTxnLgrSeq" : 3242268, + "index" : "00049C6ACC7B48B847E0EFA9313C0B28E79F7AC9A246DE269D85CC3756D15D6A" + }, + { + "Balance" : { + "currency" : "ETH", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "ETH", + "issuer" : "rUf7tsQugDN8vpTvRdcZgcibmtxHMXATRW", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "ETH", + "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", + "value" : "0" + }, + "LowNode" : "0000000000000401", + "PreviousTxnID" : "BF1138E291AC65A99E3D19C0654E223674896ED9A2530A58D3505EF47934DA53", + "PreviousTxnLgrSeq" : 32435791, + "index" : "00049E88D4D3337584AE71762ECEC72CC045A1FB0ECE5FD0AD71371EC7C82484" + }, + { + "Account" : "rh41r1hMt16UFwaGXCNtC1mAUS5Nuu7omo", + "Balance" : "48999940", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "D4B29DF22B522758875EAC5364D66690C274D81225EF9A48CF40EE8600D3AC35", + "PreviousTxnLgrSeq" : 38585786, + "Sequence" : 6, + "index" : "0004A34C6D6C448499B8341264CE32AB4700695A99C5E7FD60E470D32C80756E" + }, + { + "Account" : "rUfgiY4cAPU8DasL8EYAicPjj4JqCUB4aY", + "Balance" : "523343166", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "570E22E8A811FA0CC3CAFC0F0235428BB8BAE1C4260A6A123FC1F103332B1608", + "PreviousTxnLgrSeq" : 49099007, + "Sequence" : 1, + "index" : "0004A6317EEF302AD8505B51242BE09AB6D117E05A0BE5E886558B15ADF55C9B" + }, + { + "Account" : "rhdHkJnWFvet4Wwhq13iYMHFjT28BGyXbG", + "Balance" : "20505258", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 2, + "PreviousTxnID" : "4E3FCD2B7E7B6AEDC6F0E6767CF9D118CD48348F7F58A2CD2F6D1C932AA5190B", + "PreviousTxnLgrSeq" : 52648559, + "Sequence" : 170, + "index" : "0004AAE0CCF1618C2A894B06A30D7E85CCD8BC944FA30486F990A16085EBADBE" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 1179648, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rNPRNzBB92BVpAhhZr4iXDTveCgV5Pofm9", + "value" : "0" + }, + "HighNode" : "0000000000000003", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rUqNn26jQG8zfNDy21NTCwgFXrFgLyRf3U", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "00960BD6EEEEFBAD01B8FBF80B8E8E6783BECF84BBC7C6776F745E3681B8EA52", + "PreviousTxnLgrSeq" : 14819481, + "index" : "0004AC676C97112A2A14494B56C1CD9435B8E319F5152DF1F6BD40EC1A2586C4" + }, + { + "Account" : "rHK7ga3v53tfTCdVPmpHNdvmUGLpG9gNGh", + "Balance" : "109685000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "8EE7DE8E9156503E1BAFA8CA00867946F43FCDC254FE650564D1CCF70F47106F", + "PreviousTxnLgrSeq" : 35185091, + "Sequence" : 1, + "index" : "0004AEC9772AB16AF1C9FD08850D918769F60C55C9FF1877FE8125D0F418117F" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rfSEud5jTYqQF3CnKBHgt3AxkWCnwUgJg9", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "value" : "0" + }, + "LowNode" : "000000000000029E", + "PreviousTxnID" : "301DBB9F2A532F9AE4B565D74AE24862D715CBA450B99CB2F00B657EBDDE0F9A", + "PreviousTxnLgrSeq" : 10242481, + "index" : "0004AF8BD80F295A8E8DA1D6597DAB919037007C70657BAD81B56FCDB7B38E80" + }, + { + "Account" : "rJdq8QfaW7Uur9L63xbC17fx1hXvzXmFGn", + "Balance" : "20439844", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "6187CAA5525A3B413ECACE88C11DD4D1E438D112B04AA43F86DD81DAE2AE440D", + "PreviousTxnLgrSeq" : 49070852, + "Sequence" : 39, + "index" : "0004B458F8891430C7B7A237E66F02E693A78AF2D68822DA5F0DEECC3B171E3D" + }, + { + "Balance" : { + "currency" : "USD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "0" + }, + "Flags" : 2162688, + "HighLimit" : { + "currency" : "USD", + "issuer" : "rNPRNzBB92BVpAhhZr4iXDTveCgV5Pofm9", + "value" : "0" + }, + "HighNode" : "0000000000000081", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "USD", + "issuer" : "r9GhUNdVsPF8kvGdtZs2EH5KvfWefddyXP", + "value" : "1000000000" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "4E910D3230F90B2C5F1D0FA27A40196AC55A0B2625BBAEEC346B9A2D2C05B3ED", + "PreviousTxnLgrSeq" : 24792921, + "index" : "0004B7BE41198D0C0DFC7456B2941022CDEDF96D2B34BA2B4D0A3E14C67A3541" + }, + { + "Account" : "rae6oVSd1aNTJvAwyxE8wKVNVAHyWawN5S", + "Balance" : "20000000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "AB0FFB05D0DCD834B0EC7CBF61801755B595A48CDD7F6AFD5B6E0BF9C988FD09", + "PreviousTxnLgrSeq" : 45371385, + "Sequence" : 2, + "index" : "0004B861C4B94E840FF9401876572F8193C53761BCC8B6DBC99A5D9383D12402" + }, + { + "Flags" : 0, + "Indexes" : [ "8E6889A03B26C4C7D73D48E374471C8C7DFBE994382C229D7D56CF3AF6FB3F28" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "r9sUeAqPayRSsXamaqvWeZPDVENK1ScPed", + "RootIndex" : "0004C29FA06DE0D176D987DFD9712F310BDD6749D6A1F83556BBBF710B07EA46", + "index" : "0004C29FA06DE0D176D987DFD9712F310BDD6749D6A1F83556BBBF710B07EA46" + }, + { + "Balance" : { + "currency" : "CAD", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-23" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "CAD", + "issuer" : "rJhd44rcZNXJs3UKZGf28i1j5Dv1kMHMjr", + "value" : "0" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "CAD", + "issuer" : "r3ADD8kXSUKHd6zTCKfnKT3zV9EZHjzp1S", + "value" : "0" + }, + "LowNode" : "0000000000000009", + "PreviousTxnID" : "DDDCB07625649FBA5AEF4FEF52628E5B34D9A690DBC653D3E61BCFB332E11184", + "PreviousTxnLgrSeq" : 6599501, + "index" : "0004C9E1CF03D437B6D8CE8E3522844BA2DCA9818A83D3E20A1D8FCE374FA3A3" + }, + { + "Account" : "rMXy2mvgGfo6VPKZiE2p178MBk4fesnkss", + "Balance" : "42807000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "713598A0911DB371E6AE6B320D320EAD585E72195728723F4260F86FB41A862C", + "PreviousTxnLgrSeq" : 35438454, + "Sequence" : 1, + "index" : "0004D14B235DD9C0AB959C26C3D1199D3098D8B22DBB694753C398FE011DE000" + }, + { + "Balance" : { + "currency" : "BTC", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-0.000016588782871" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "BTC", + "issuer" : "rErS8387dwmS7E3fDnTFa8XAQRPr5uvFhd", + "value" : "1000000000" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "BTC", + "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", + "value" : "0" + }, + "LowNode" : "0000000000000BD2", + "PreviousTxnID" : "8A292FEDE82F23A60E1BC7188F1C88147DAD7303D297A39875DFC8A7DD74C772", + "PreviousTxnLgrSeq" : 35731651, + "index" : "0004D41DDBE051FD5302886A10C9990F4264DC657CE49F62F95DF3A86E255C2D" + }, + { + "Flags" : 0, + "Indexes" : [ "FD6EBE613BED36E97D7FCAEF9870FFDEC49FCC23FA76FA7443AB59F66C4DFBF8" ], + "LedgerEntryType" : "DirectoryNode", + "Owner" : "rJTjmpFeVYxKzDXcxPYyxqDFPsAjHU1szc", + "RootIndex" : "0004E7DEEA81686BE43530355C41B0931EB4DB21726E6FDF913CF1425AF30400", + "index" : "0004E7DEEA81686BE43530355C41B0931EB4DB21726E6FDF913CF1425AF30400" + }, + { + "Balance" : { + "currency" : "MTL", + "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", + "value" : "-9999999999999999e-4" + }, + "Flags" : 2228224, + "HighLimit" : { + "currency" : "MTL", + "issuer" : "rUZt6cD3ZN6iWat1q3Z6B4YmkPBEa88vYE", + "value" : "1000000000000000e-3" + }, + "HighNode" : "0000000000000000", + "LedgerEntryType" : "RippleState", + "LowLimit" : { + "currency" : "MTL", + "issuer" : "rfe8yiZUymRPx35BEwGjhfkaLmgNsTytxT", + "value" : "0" + }, + "LowNode" : "0000000000000000", + "PreviousTxnID" : "102CCCA09AC9D0337F1E4E8EE66D7ADC6BCE3E54F1D3785A06C383555E81D08A", + "PreviousTxnLgrSeq" : 7117664, + "index" : "0004ED7218296FBABFC9790AFE8A193CB8B4E52CCF6D06D2F5CD81A9125BC7D1" + }, + { + "Account" : "rhafmcHgwPDhUtwHKJHeS1AowVQ6yrBzry", + "Balance" : "186663000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "0B3EF2DEF14E17DEF61DC6489800FCA372A7D2FBBF1344AF690A231EDD722390", + "PreviousTxnLgrSeq" : 35410824, + "Sequence" : 1, + "index" : "0004EFFADB2A92621B66644809830ADC7F5453D96F523D6885D5D4F5953A674C" + }, + { + "Account" : "rse7zNjdyUTcuRyAbnmY7GKV2cSSM9xYbx", + "Balance" : "20150000", + "Flags" : 0, + "LedgerEntryType" : "AccountRoot", + "OwnerCount" : 0, + "PreviousTxnID" : "FF39483D49A3132227A5F83316CCFD943248CA3D5D68161B4177791F9ED384F5", + "PreviousTxnLgrSeq" : 30401374, + "Sequence" : 4, + "index" : "0004F80C0082589154F40E9962406ADF2A6BC943BCD073863B8BB9B3EDB306EA" + } + ], + "status" : "success", + "validated" : false + } +} +``` + The response follows the [standard format][], with a successful result containing the following fields: From f10a29753026fee04e8e6db5c1550a50f9939c7f Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 13:06:16 -0700 Subject: [PATCH 19/31] Adds comment syntax to commandline input for account_lines.md --- .../public-rippled-methods/account-methods/account_lines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md index 7cf6b4b365..a747683945 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_lines.md @@ -35,7 +35,7 @@ An example of the request format: *Commandline* ```sh -#Syntax: +#Syntax: account_lines [] [|] rippled account_lines r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 ``` From 96e126e7e05f25c821153a0a9c0ef2ed6b763149 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 13:20:37 -0700 Subject: [PATCH 20/31] Changes account example to account that has a non-empty list of offers for account_offers.md --- .../account-methods/account_offers.md | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md index d69fa7bede..308fb452a3 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md @@ -36,7 +36,7 @@ An example of the request format: ```sh #Syntax: account_offers account [ledger_index] [strict] -rippled account_offers r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 current strict +rippled account_offers rpP2JgiMyTF5jR5hLG3xHCPi1knBb1v9cM current strict ``` @@ -157,9 +157,21 @@ An example of a successful response: ```json { "result" : { - "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "ledger_current_index" : 56843824, - "offers" : [], + "account" : "rpP2JgiMyTF5jR5hLG3xHCPi1knBb1v9cM", + "ledger_current_index" : 57110969, + "offers" : [ + { + "flags" : 0, + "quality" : "1499850014.892974", + "seq" : 7916201, + "taker_gets" : { + "currency" : "BCH", + "issuer" : "rcyS4CeCZVYvTiKcxj6Sx32ibKwcDHLds", + "value" : "0.5268598580881351" + }, + "taker_pays" : "790210766" + } + ], "status" : "success", "validated" : false } From 1802c4fc297db3c1b6d977a828a14ad802b49b16 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 13:46:33 -0700 Subject: [PATCH 21/31] Moves commandline note to correct location; adds json commandline input example --- .../account-methods/gateway_balances.md | 29 ++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md index a5da28acfc..4d4bc3cc2d 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md @@ -6,6 +6,8 @@ The `gateway_balances` command calculates the total balances issued by a given a ## Request Format An example of the request format: +**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. + *WebSocket* @@ -42,7 +44,7 @@ An example of the request format: *Commandline* ``` -gateway_balances rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q +rippled json gateway_balances ' {"account": "rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q", "hotwallet": ["rKm4uWpg9tfwbVSeATv4KxDe6mpE9yPkgJ", "ra7JkEzrgeKHdzKgo4EUUVBnxggY4z37kt"],"ledger_index": "validated","strict": true} ' ``` @@ -229,6 +231,20 @@ An example of a successful response: } ] }, + "balances" : { + "rKm4uWpg9tfwbVSeATv4KxDe6mpE9yPkgJ" : [ + { + "currency" : "EUR", + "value" : "144816.1965999999" + } + ], + "ra7JkEzrgeKHdzKgo4EUUVBnxggY4z37kt" : [ + { + "currency" : "USD", + "value" : "6677.38614" + } + ] + }, "frozen_balances" : { "r4keXr5myiU4iTLh68ZqZ2CgsJ8dM9FSW6" : [ { @@ -237,23 +253,22 @@ An example of a successful response: } ] }, - "ledger_current_index" : 56866688, + "ledger_hash" : "6C789EAF25A931565E5936042EED037F287F3348B61A70777649552E0385B0E4", + "ledger_index" : 57111383, "obligations" : { "BTC" : "1762.700511879441", - "EUR" : "958608.6233004864", + "EUR" : "813792.4267005104", "GBP" : "4974.337212333351", - "USD" : "6746387.604424974" + "USD" : "6739710.218284974" }, "status" : "success", - "validated" : false + "validated" : true } } ``` -**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. - The response follows the [standard format][], with a successful result containing the following fields: | `Field` | Type | Description | From 7be89d0f184bebaeede7b25cd71894e97b8db4b4 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 13:49:19 -0700 Subject: [PATCH 22/31] Moves commandline input note to correct location for noripple_check.md --- .../public-rippled-methods/account-methods/noripple_check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md index d43cf65ba2..6fb0670110 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md @@ -3,11 +3,12 @@ The `noripple_check` command provides a quick way to check the status of [the DefaultRipple field for an account and the NoRipple flag of its trust lines](rippling.html), compared with the recommended settings. -**Note:** There is no commandline version of this method. ## Request Format An example of the request format: +**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. + *WebSocket* @@ -43,7 +44,6 @@ An example of the request format: -**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. The request includes the following parameters: From 8ced2eb321cdb1e3072bb897b6fd36b7e071899c Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 14:02:59 -0700 Subject: [PATCH 23/31] Removes commandline example request and response as well as moves commandline note for ledger_data.md --- .../ledger-methods/ledger_data.md | 3776 +---------------- 1 file changed, 2 insertions(+), 3774 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md index 90d73ce862..b304dc174c 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md @@ -6,6 +6,8 @@ The `ledger_data` method retrieves contents of the specified ledger. You can ite ## Request Format An example of the request format: +**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. + *WebSocket* @@ -35,14 +37,8 @@ An example of the request format: } ``` -*Commandline* -``` -rippled ledger_data -``` - -**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. A request can include the following fields: @@ -235,3774 +231,6 @@ An example of a successful response: } ``` -*Commandline* -```json -{ - "result" : { - "ledger" : { - "closed" : false, - "ledger_index" : "56867513", - "parent_hash" : "1377C0CAD6B0D331CCD3815753469A84D08DDA230481EE5CEA807D30F0AF0E11", - "seqNum" : "56867513" - }, - "ledger_current_index" : 56867513, - "ledger_hash" : "1377C0CAD6B0D331CCD3815753469A84D08DDA230481EE5CEA807D30F0AF0E11", - "ledger_index" : 56867513, - "marker" : "0004FCA7BBB8123368374A908D4B9146B42780E3F91653BB1D144795A9E8676E", - "state" : [ - { - "Account" : "rMj5DFATVxw91PDy3AM2wu7Uu1kgrhWypE", - "Balance" : "107723001", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "F18F0DF4B4921A468A5F968CE6E04EA800799C67E0659B9C4588988BCE9972B4", - "PreviousTxnLgrSeq" : 53524108, - "Sequence" : 3, - "index" : "000003E6AFED1AADCC39AAE0727B354C2286F1503274F345FE661748F24366CF" - }, - { - "Balance" : { - "currency" : "GCB", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2162688, - "HighLimit" : { - "currency" : "GCB", - "issuer" : "rBfVgTnsdh8ckC19RM8aVGNuMZnpwrMP6n", - "value" : "0" - }, - "HighNode" : "0000000000000283", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "GCB", - "issuer" : "rhRFGCy2RJTA8oxkjjtYTvofPVGqcgvXWj", - "value" : "2000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "C0C37CE200B509E0A529880634F7841A9EF4CB65F03C12E6004CFAD9718D6694", - "PreviousTxnLgrSeq" : 24695242, - "index" : "0000041EFD027808D3F78C8352F97E324CB816318E00B977C74ECDDC7CD975B2" - }, - { - "Account" : "rHeyw38ezc3LSLzYAYwaBci2KssDkYGVr9", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "7540CE04B966D67DBD39F3AA832274902B79AF4782F5AC9D4DC7CD18B1D9AE0D", - "PreviousTxnLgrSeq" : 47846971, - "Sequence" : 2, - "index" : "000004D417A9CE049C9A71A62B004659B5F1AAAB1BEA1EFDE4E01EB3497FD999" - }, - { - "Account" : "rLeNL66BfgeszBsCBKJcLmYTRThiWrNTUL", - "Balance" : "19999988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "E4BE6307E377590FF56BBF2F26DCBC4BA9682A4C141269352E4E2D4E53C1116E", - "PreviousTxnLgrSeq" : 37851086, - "Sequence" : 2, - "index" : "00000FB78838CA2CFA82E7438B4F54794A6783327326D58C46B4EF137C059038" - }, - { - "Account" : "rUwXrQMa4HHBbfxQT71YJNbQXaxZPR8Uhp", - "Balance" : "4999941286", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "B24817E7D4B9EC5CB29D2D36215F7BD6C7526020A9C1DC6C892C788E195DFCC4", - "PreviousTxnLgrSeq" : 55172051, - "Sequence" : 1, - "index" : "000012F60C3F1E226D03F974AE8E77250B2BEA91C38AB4146B6055A048C7D540" - }, - { - "Flags" : 0, - "IndexNext" : "00000000000019A5", - "IndexPrevious" : "00000000000019A3", - "Indexes" : [ - "07B06AC59BE6D6B3A4EA9B813FE3A13CF7F6FA21BB92D5F691CFE09FAD733EEB", - "19D40E64B1AB5270A8470542459BC8171A2BC119AD308C46C383495C1595503D", - "2358E16921A1A577B380F3E000452795D54237ED52A3B21C19ED5C8E2CACCC7B", - "2817196B387099A9651055D277411847EC9E904FB71CB9CC5CF2931309AC7B6A", - "39EACF818BBC1581BCE5121A0046C6A8E07EB52C051F3961465D2D612A728684", - "5326601A89F1529F3675DC13BF0F430E005A55CD0347601532B61A6B43538839", - "5D2F1DBFE9475D69F365D37B545644CF18CEE20E4A8276030545F40A495F3F28", - "5E15CE61F291F1119338F4876C5A29EAE547F1AB2C8AAE6598DB2F3F6436067D", - "829D72DCB03F7E01ED508287E1862471DAE1F438C95814705388950D35935969", - "87C2963F5A673B1BC9FD3835F1B45A20C50E2654B81739ED33522E33D09323E4", - "8ECBBA2E63E79F4D9FE2053EC9E497614F5522F40C54D874A16BB31E46DB01D0", - "938224E0CB58A1DD8879C8167FA5D95D634AD6CF8223BA80923F8566D70A3382", - "A59CC6C97348E202CE28A47C3DD0422C3CD173F6BD6B8D0EBC78407DDC1A4D30", - "B34C5B770B6CE3507876B6F6C9C45D53B74EAC8A0705F6E252751A53F3CAF18E", - "B74A96E754DFD2BC20B913B1586410CBB69CF53B497DFD48330CD8D44FFBA652", - "BC704823EFD7641B44E7509F2C3EF29596A9C2D95AADA3C3759BE4F9962F3E4E", - "CBC998EFF58214B886935FEE119DA9CD363489DED76306BE21F4B24A1D9B406E", - "D754ED5085D5B6A6A9F7C96325DE848292DD4C79F7FFC273F6D76D7A87F7BE7E", - "E82FC929F4AF4B2ACA74185633FA0D65E86DD65E505EEC38D1140D489772461E", - "F167F314E3BBFBBDC480860C7266C7C3440764CDF0ACA66F4AFEBD7F92C53FB2" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "RootIndex" : "D7AC7D74720E29A563100F2B494BADB198F8A9E9FA46F57AE07123151E0DFA7A", - "index" : "0000139EDA03EF58CE7176F1402035B5EB6AEE49724555DDB0EBA01432B009A8" - }, - { - "Account" : "rKKzk9ghA2iuy3imqMXUHJqdRPMtNDGf4c", - "Balance" : "40000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 4, - "PreviousTxnID" : "CF650E9A4AAE1ADFDF2633AE71F1782ADA4D3B52C949FEEC2FF3DAAF8C301762", - "PreviousTxnLgrSeq" : 42071651, - "Sequence" : 38, - "index" : "00001A2969BE1FC85F1D7A55282FA2E6D95C71D2E4B9C0FDD3D9994F3C00FF8F" - }, - { - "Account" : "rsSbmeMPVnpwWbDyY6HD9v8TYSg7kFNJga", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "4A12CCD9C8C28088A13D86A44F1C80B81387BD34520A0556509FF5404D9FA05C", - "PreviousTxnLgrSeq" : 45123172, - "Sequence" : 2, - "index" : "00001CA2EE28952E26D329A26BCF7A0DFB655C571863CD7CCCB924101CA3832B" - }, - { - "Flags" : 0, - "Indexes" : [ "4186664D76AFFB709791E2C23CE2B7D1843831F1B9B2D23D29B81108E46D1DED" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rJYkq4c6QxzuNaM8ELZWH2fdzvFRnCmXg8", - "RootIndex" : "00001FB94BFF05D391C58C5F72DB5A537F5C4AF8C91786B4A6AE874179928E87", - "index" : "00001FB94BFF05D391C58C5F72DB5A537F5C4AF8C91786B4A6AE874179928E87" - }, - { - "Account" : "rfTzpaFG3VXJsz5DmDhgrWD7Z7bSFWT4UE", - "Balance" : "20150090", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "E55C1DDDFE20148D1BE0A201E663DFBB282374000C43AE9A1745277CED7450AE", - "PreviousTxnLgrSeq" : 53524253, - "Sequence" : 2, - "index" : "000023E2F2CF80DCDE1C03D848B78FAB5E2B73512ADBA3EC78C85AE291932FBC" - }, - { - "Account" : "rh6iGDTJpZCGf86b81wkZ3BotUaKfRxaaN", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "1E9E5BAFDD854F3713D6E06CADE2C84E6C6F7191B6B57A153A7D6CA79C4D110D", - "PreviousTxnLgrSeq" : 35033153, - "Sequence" : 2, - "index" : "00002499977F7BBE9850B47AC2B560B69A809F1CED66F9DAC7C12CA8CCB40F4E" - }, - { - "Flags" : 0, - "Indexes" : [ - "136C747528D439646FE88DC99D2C9E308A7C72F17D844EC38271110118215CE1", - "55C7A61CCF63A11E20E5276D2ABE35432A42ED03D6C492CC68C93E91ECBC3EFE", - "66FCEB2CDFF777F27E04CF86EADF4D5A665AA122F6A7EE6F0CF2718D4B7D6295", - "6A331A832765BA269E9F3D7F211380501E5C6AA59AA0955FB177A0EA0025E60F" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rGRaBuffuAaaeedpvkrRM3cmX3SCK7zpaV", - "RootIndex" : "000025097E81A5B6FF027221FBB3B3CAFFF6FA690B78DA6EA0DF6E880CBA0A20", - "index" : "000025097E81A5B6FF027221FBB3B3CAFFF6FA690B78DA6EA0DF6E880CBA0A20" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rwdf1Yb6BpTkZyH9LwP5KagqK5c1uMYFPd", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "LowNode" : "0000000000000CBC", - "PreviousTxnID" : "84AD7C491291135D4FAB7C9AA8D5760105D95A42BBDCF88DA3F66EDF750A929D", - "PreviousTxnLgrSeq" : 34789991, - "index" : "000027B473B2EAB084323383428D054E66249BEC4AB16515256FEF2D27CD8D23" - }, - { - "Account" : "rKUN4CjifHrBc7yLjgQCDRPxaKevj5VkhX", - "Balance" : "4796311032", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "4F95433B1598042BD89F81C2CA1861E2340E2772F6A591F4D91E87BA38484B72", - "PreviousTxnLgrSeq" : 55179796, - "Sequence" : 3, - "index" : "000030C724B3C25B89A73D776005E33ACA9F7A1AEFB7538584AA8E9B36C93B8E" - }, - { - "Account" : "rD5TQBCZoHHnQQMHzd3bfqb8BHsDw94Msu", - "Balance" : "19988000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "B87984992FBCD48CA49101E7DC767D9F90889B601F79264F85104BB56F110531", - "PreviousTxnLgrSeq" : 10696061, - "Sequence" : 2, - "index" : "000033E22A320E5D1EA62689C561CB324FFE1103180947065079EB73812717A9" - }, - { - "Balance" : { - "currency" : "BRL", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0.63235217563" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "BRL", - "issuer" : "rfNZPxoZ5Uaamdp339U9dCLWz2T73nZJZH", - "value" : "0" - }, - "HighNode" : "000000000000005C", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BRL", - "issuer" : "rauwJ9JC6M6JtMG5dRw9Csny7ZHVBF1tFv", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "26736CF97C8F707109717C1123BB33FBB7B6312332877469A0F82FF2E1F10805", - "PreviousTxnLgrSeq" : 36874911, - "index" : "000036A8D891AE85170EDA8658B52EA21C163185A008B14506F3D6EE8C90C5ED" - }, - { - "Account" : "rnKNNFcbsZSDDnYFSpHSkRBYvsrP29ocBJ", - "Balance" : "49988981", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 3, - "PreviousTxnID" : "D6018D595E70972CF01A1351554D9F51951502C625A0CE5FB7B55001A3809D7E", - "PreviousTxnLgrSeq" : 30498238, - "Sequence" : 46, - "index" : "000036B2E4602C42011987825C97BCB0BEA3396115C2418BE9D70BB2BCA32BBA" - }, - { - "Account" : "r4ysrf6g7T6QgLGe6FtGQudWhRnxmyQaGK", - "Balance" : "20010988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "8B707CB44D543F12EBB2E3A3C65596B63C6F7B9AE1E77A6073D0469927E39F9B", - "PreviousTxnLgrSeq" : 39876093, - "Sequence" : 2, - "index" : "00003B5A931AE159DCDDABBDBB32A8F26B07A74203817009097B3F8F4440FF29" - }, - { - "Account" : "raAUvyzqUKM3JWZgGuwGfEfxUJJbpVnrQA", - "Balance" : "48575070060", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "29F37B398FCA123B8B4FAD88510170F156ACEA8E65AA21E8536997A9B238667F", - "PreviousTxnLgrSeq" : 56468588, - "Sequence" : 2, - "index" : "000043EE9FCE52E7691EB21E714D3FE5AE641363317C7D856085B7A0C2BE66EA" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-2500201.004512104" - }, - "Flags" : 1179648, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rGo32zaBLSBwC1fTYHjBsZxQk3Mo9E8rDZ", - "value" : "20000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rbwE6wsxzYat1YyGGxzAwq6wBSF5MdoAg", - "value" : "0" - }, - "LowNode" : "000000000000004F", - "PreviousTxnID" : "6BD812D3AF63299DFD1C123C76D366752AA4F09D0076D868EFC950A967C1B1D7", - "PreviousTxnLgrSeq" : 27109989, - "index" : "0000457D66BD69769E4BB05DDAB4269F5EB1A095026FDB04816058385D09568B" - }, - { - "Account" : "rP6dAps4bwHTf8bNNkhA4YKx3DeMNdr8sA", - "Balance" : "1886187898", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "73C54DAC576C4DA8851B47F9D802123C942C21026AF13B849F22215ED8AFA0A4", - "PreviousTxnLgrSeq" : 56330724, - "Sequence" : 1, - "index" : "00004718F616B0CC7E12949C8AC399A9FB383311C5515C110194223F1A8FE627" - }, - { - "Balance" : { - "currency" : "JPY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "30" - }, - "Flags" : 3211264, - "HighLimit" : { - "currency" : "JPY", - "issuer" : "rDKcJtUW5b8URJB5AVb41jkTeETfXWwahe", - "value" : "0" - }, - "HighNode" : "0000000000000029", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "JPY", - "issuer" : "rpNSWfSE2TkmwH4VK26d6RGwC7rzQb7xKt", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "3B7C0DE2A9F5FD2CC1C058763690EECB3452C76C6595F97318C98BF8D105DD52", - "PreviousTxnLgrSeq" : 34623483, - "index" : "0000484CEEDC4DAE666B2C2DEFD726575DD1D5197CC32C38B63F1D265462BD48" - }, - { - "Account" : "rEngbD1J8rrrMkKz8fBtdLRgarmMZTiNRt", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "1D8544851DF1E3B73B4299707AE9FBA4D9A375D30EDE6A7F9F6D2F9905AAA1DC", - "PreviousTxnLgrSeq" : 35751340, - "Sequence" : 1, - "index" : "00004C6EC792D443262DB347376ADB5781FCD6EC84E233826C9172BC14316D1B" - }, - { - "Account" : "r4arcs5ngLPmDeYoDLzaG7q5eWKs2LeuFK", - "Balance" : "200824800", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "9E6D3DC20F4069FAF1F25E2C26BBD8BD8BBBCCB13F92EC4AD4A190D5753604A3", - "PreviousTxnLgrSeq" : 37180721, - "Sequence" : 1, - "index" : "00004CA3D9AA87A56017E8CD56893DAECA090EF8CC393EA38758E22B5BDC7159" - }, - { - "Account" : "rDtMRovj32kjpJpnBR2HUqHAZ5HYjauFrL", - "Balance" : "614201036", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "CBC27919116C08DC751C8E2ED1E9772519C610F93FE8CE9414ACEC6E1E245AAC", - "PreviousTxnLgrSeq" : 45157979, - "Sequence" : 55, - "index" : "00005E8982DE87680E6D3DC143FD0B73A30EF873D1C6EB9F371BBE140F6D49DF" - }, - { - "Balance" : { - "currency" : "CAD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "99.67048908512925" - }, - "Flags" : 196608, - "HighLimit" : { - "currency" : "CAD", - "issuer" : "rnziParaNb8nsU4aruQdwYE3j5jUcqjzFm", - "value" : "60" - }, - "HighNode" : "0000000000000011", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CAD", - "issuer" : "rsPwcozMqkCr76TvABBjyzaGqvUrpcxafd", - "value" : "100" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "5CB4D8512C74A21DB45DD67F409A7E784FA79E0E0ABCBD3208574A3D4E48AA44", - "PreviousTxnLgrSeq" : 39514920, - "index" : "0000655AD48998D4F3D931356363FFBFE89416DD21A9159F647AEE3652AA076D" - }, - { - "Account" : "r4rZuKQRF3DpuVoftMfz9q6cae9UXiiTEA", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "2F586F9E23348AF1A6E2E5C11908A269657CBD61A8CB4C4A1CE69FBB34979643", - "PreviousTxnLgrSeq" : 54003659, - "Sequence" : 2, - "index" : "000065C9F41ABE752CBBF18C15B35294045A686B7242B14D6FE5175C48459BFE" - }, - { - "Balance" : { - "currency" : "ALV", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.3" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "ALV", - "issuer" : "rPJM3GsQjpZLd3CQWSpqGs1qWEG1X4vpSm", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ALV", - "issuer" : "raEQc5krJ2rUXyi6fgmUAf63oAXmF7p6jp", - "value" : "0" - }, - "LowNode" : "000000000000005C", - "PreviousTxnID" : "4B905BDB67CDCE068FB216B7ED3833C0743944B8170B3FB4BBF2C124EA6C7BE7", - "PreviousTxnLgrSeq" : 37878390, - "index" : "00006CB62921C8A4D42D4375440A0636104A1F6F3E48ADBFF9D83A405D241223" - }, - { - "Account" : "rKQSz4tYnAi4au4v8eEa6hkUrDjukLTVi4", - "Balance" : "20420366", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "80755ECA9A09E3D9A05D012FEB2F0DE2D6CD93B36478087F4925722E4A8500EA", - "PreviousTxnLgrSeq" : 36172509, - "Sequence" : 6, - "index" : "00006D7682A29260C4079ABC2E810ECF68AE784D4E7E5E152F587C3A0816F254" - }, - { - "Account" : "rEhKQnKYjTBqmWyWGfYtJgx9CxCBauLu3S", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "F18D40F603177CE74689FFB5972EC4A167B639A2F2A11AB7671B32CB7A9F3118", - "PreviousTxnLgrSeq" : 35040704, - "Sequence" : 2, - "index" : "0000710FFC8D60A8BCA7BA5BFC00EE81FC7D3BB2AE5E8ECE92CC4E441B63CE80" - }, - { - "Account" : "rJLQ56pHabZ6o2mNSmprBxy6DdCwdxTAzd", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "E18725C56FB60084F05162BCE7946861A470AE620BDD5DE519D15D260594578D", - "PreviousTxnLgrSeq" : 42119175, - "Sequence" : 4, - "index" : "00007429BB237782C9406EF25B09463DD751712E4D21F49DC221CFE4CF262660" - }, - { - "Balance" : { - "currency" : "ADA", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "ADA", - "issuer" : "rJXGFDrN5h3ooiCSsupPXhg81QgGtUQmeJ", - "value" : "0" - }, - "HighNode" : "0000000000000001", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ADA", - "issuer" : "r9TPUpytcjmo9UaM9kwu6VmDSuVXqSxWUi", - "value" : "1000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "E64DE7F158AD81B20D8E10255CC9BE0ABB39347C80CB61205D538F905A1DCABE", - "PreviousTxnLgrSeq" : 28152986, - "index" : "0000812BF6B7152E240E8A41A224C876F4A006DCD570F2E9FC6BFB34A9A5F960" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rBadiLisPCyqeyRA1ufVLv5qgVRenP2Zyc", - "value" : "0" - }, - "HighNode" : "0000000000000002", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rfVBtKzz4kAuxcaESZv3tF3vcsHfeWBoho", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "12D2D09C90F49889718B60BF3A03493364EB665C0F558EA12CEE1B0C35D5C124", - "PreviousTxnLgrSeq" : 9301047, - "index" : "000082B286E3162EC4ADA91330AF0072D1B51748089906F635AB7B30966C56F4" - }, - { - "Account" : "rPR6WAoPKByT92Sjuji8Y8EABTGaLaACV3", - "Balance" : "209270000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EF6518AB9506BFC883182600E2FDDEC016BEA5412C7C8A3EDFDCEFC06D4CDC3C", - "PreviousTxnLgrSeq" : 35893835, - "Sequence" : 1, - "index" : "000084346288D9C0EC50D79D394230D7C5CB3190DCD9527B8F1FA18084A7DA5C" - }, - { - "Account" : "rJUkQCKwM9smokgL7iD6oyLTx813PaQUiY", - "Balance" : "35009535", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 3, - "PreviousTxnID" : "8227B98C50DD76CAE2D226066CA9C3AFFD3F3F7B97D0CA755BAA0C61465A3808", - "PreviousTxnLgrSeq" : 48263445, - "Sequence" : 36, - "index" : "000086CE48D95A92F078B5128845C3BCDF56E7DA88D7E35089DBE5AFF7D81C0C" - }, - { - "Balance" : { - "currency" : "ETC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "ETC", - "issuer" : "rDAN8tzydyNfnNf2bfUQY6iR96UbpvNsze", - "value" : "0" - }, - "HighNode" : "00000000000001E5", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ETC", - "issuer" : "r3X34kvPSV2jGU7fgUb3wh1XCwr6WCbm94", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "E763D1AF0BFEAA558D42B33361DEB3C7BEDC46AFF41D016EE726554C4C365294", - "PreviousTxnLgrSeq" : 34855014, - "index" : "00009472587A9D425875950F0FA34CDC7A69F384AC28A756C5A2322AE0F0A1C1" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "00000000000002D9", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rpHbU3xao4QxtqHSFS8ojDMxPFcbasrRmb", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "7B25FC571E190538386BEE9F2CEC94E01BC6455B3872151C693171101D5EEF9E", - "PreviousTxnLgrSeq" : 29254689, - "index" : "000099FD3C2741BAF3C66AC48F770DDE2B32C16AC81EAAD88262866B263F5523" - }, - { - "Account" : "rNB3TknEkY3kjpwNCGVxpvBwyowyGuwfVh", - "Balance" : "23169305", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "09574601F2AEDFFF4CF61CF377C298F07FC9A13B5127B4C53EED3B29A756F70C", - "PreviousTxnLgrSeq" : 35690032, - "Sequence" : 4, - "index" : "00009C1C21886B5C2BDE0B7751F96EBC3B7C8C57AA8D16E3A818591624A1A5A9" - }, - { - "Account" : "rKbyYMKzTgvhsUqgeEbpdq6WvQc8rupMGn", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "8D54FAD13DD5B90133B3FA1F2BDBFA15559DA35159B670AB8B5FF51F29EE39A0", - "PreviousTxnLgrSeq" : 33977868, - "Sequence" : 2, - "index" : "00009C2BEF50C671658F700078E740B87F650E081B55CC3FA32A00475F621D66" - }, - { - "Account" : "rLkrSbJgLHPdQFn1QcRTCDmRWvZpp27tah", - "Balance" : "50624403", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "412FAE0959898C325238876A0C039096C39B25A3810C708D56C9899FB2384903", - "PreviousTxnLgrSeq" : 35648800, - "Sequence" : 5, - "index" : "00009D28A1AE6FFC984B771DAE107699091DF44F6910FD05B12CC09E3F7DE801" - }, - { - "Balance" : { - "currency" : "XEC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2162688, - "HighLimit" : { - "currency" : "XEC", - "issuer" : "rMpiGaEM9Qp3icX7wPHTdxbkphHWLJcX34", - "value" : "0" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "XEC", - "issuer" : "rNx3ty1w48iAa4JDfqhZk6bphwXxvCEtZP", - "value" : "0" - }, - "LowNode" : "0000000000000007", - "PreviousTxnID" : "01AD5E21337686A2F709773A28501B2023D3A950550BEB03C43462B98731A9E9", - "PreviousTxnLgrSeq" : 35883799, - "index" : "00009E2036FD1B363A6E2B6752F7C672D652E3A559579BFF3C493587C8C231C3" - }, - { - "Account" : "rDR96JmJAsEgZThPnREZTSdjKPZDnH5k5f", - "Balance" : "153819291", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "EB5515580E16071F0EA96B3313D72C6545F23CDF0C32547A9ACCB2FCE404A4F0", - "PreviousTxnLgrSeq" : 35368386, - "Sequence" : 7, - "index" : "0000A80432DEC44EE6228DE4A0528EFF76E28288D5E2A0384DD3432D976984A3" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.000459110023164767" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rPireoEmXsz8hke3T7mrdDkqfzxj4uY4ae", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", - "value" : "0" - }, - "LowNode" : "0000000000001003", - "PreviousTxnID" : "1F9E636AC4FEE0C01EEE0E0559121689AABC70BE7ECF5B60E4ECB78627523583", - "PreviousTxnLgrSeq" : 41398225, - "index" : "0000A9D1FDBC542726D379D855E4CB3E2C05483B6F033F43408DAE9E1838B70B" - }, - { - "Account" : "rHKEQxk3G2EEZnsmiCd8RsBM5UigC5qiVe", - "Balance" : "350000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A6382E793984B79E2938C66CCA9F2D694F5CACBAE21B50A3FF9EC40930A12599", - "PreviousTxnLgrSeq" : 34504001, - "Sequence" : 1, - "index" : "0000AC1E487CC20D9FF8314022473B1D5F106D35BFC3BB33032FBF976230B0FF" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rHYSdyKPrtDegWkHibXK3YApwKfn5J1rEN", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", - "value" : "0" - }, - "LowNode" : "000000000000049B", - "PreviousTxnID" : "8424AF691677ACEA9B0113B2CBDC577AABE251E1EDDB018E0744FEE8C90C58DB", - "PreviousTxnLgrSeq" : 31621663, - "index" : "0000B24C620FBD0E8B1313022AA4857E5300FB70FCDE9F194F901D567C70EDFB" - }, - { - "Account" : "rEFh3ZGKaxMJwWPXxiYYa8kiXJyVMJNwoY", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "42F82FF6D1EB50C5DD13784F073F231BA887922AB9958BF2C4A168438711AF88", - "PreviousTxnLgrSeq" : 47429528, - "Sequence" : 2, - "index" : "0000B482CF9E7E9BB4350CF185A306BE9165218401EB559379A00AA0C7915312" - }, - { - "Account" : "rh3C81VfNDhhWPQWCU8ZGgknvdgNUvRtM9", - "Balance" : "13000000894", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "4FEE14F4552879897B61C77CA5E0A884652102EF62396C09835BE9477E2B8969", - "PreviousTxnLgrSeq" : 55182503, - "Sequence" : 1, - "index" : "0000B717320558E2DE1A3B9FDB24E9A695BF05D1A44E4A4683212BB1DD0FBA23" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0.032809672000001" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rKiCet8SdvWxPXnAgYarFUXMh1zCPz432Y", - "value" : "0" - }, - "HighNode" : "00000000000001C0", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rhNTmR8ej24mL1LXv3ZsCnrQop7c6bocQp", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "4710BF02E5791A7D69FC384C874A40E06F1E23E63FA7FD6355D1B439F436B2D5", - "PreviousTxnLgrSeq" : 21050911, - "index" : "0000B87C9CD0F3530C71A8921FBCF127EAECA5C9DA92717AFB1CE9F63C8BBD6E" - }, - { - "Account" : "rhVcmcoptD1Kgeeag9mhsTPWQSZk8eTz9A", - "Balance" : "182376831", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A6803D6CE4199E0F74C52788C7A148E4AF9E9A0CBFF072B469ECC5C0DCB448CB", - "PreviousTxnLgrSeq" : 36446538, - "Sequence" : 1, - "index" : "0000BF2224BB915521C921773AFE11E1CE59CF69F6AE3AB6827707102103C47B" - }, - { - "Balance" : { - "currency" : "ETH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.00002" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "ETH", - "issuer" : "rHzVgKskCRFpg1X3aBU5AtvQnDD5mqSX92", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ETH", - "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", - "value" : "0" - }, - "LowNode" : "00000000000009FD", - "PreviousTxnID" : "AE750643C6C355A176A65981CA9D1831A7C226F230420624CE8C8C32A4C22316", - "PreviousTxnLgrSeq" : 35743316, - "index" : "0000C2D68E9A1E1919E930D0D063A183DBA39798286DFEE32E1EF5379A8F6B79" - }, - { - "Balance" : { - "currency" : "RUB", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 65536, - "HighLimit" : { - "currency" : "RUB", - "issuer" : "r4wnCs62uGuGBuoSttaYsiFedZ3Wd6NPJJ", - "value" : "0" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "RUB", - "issuer" : "rU73c3tdNz6vpKjs5432YFxgepizkV1qyp", - "value" : "0" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "B7AC4670461DEA315826E37A90C63D2C66045F829FC6C603AD0C9FB25A2BA226", - "PreviousTxnLgrSeq" : 56277523, - "index" : "0000C3C0AE5883C4B4455845A39F97C48DC4D62101F38812213DBAE00A086060" - }, - { - "Balance" : { - "currency" : "JPY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0.54045001548441" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "JPY", - "issuer" : "r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN", - "value" : "0" - }, - "HighNode" : "0000000000000147", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "JPY", - "issuer" : "raUX9XGwCx7sowwdk8FnvbyZ3LYrvRYsxF", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "0F31CA12B366AF3E658EBA68EEEB1AFCA7D28CFB74BF6CD22C02CFCA82BDC983", - "PreviousTxnLgrSeq" : 32752843, - "index" : "0000C864EB051CF0D4A1EBB5B92390769CD2E84FFCFDD00E8FEF6DD6CF545BCF" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "1.2339878" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rPT74sUcTBTQhkHVD54WGncoqXEAMYbmH7", - "value" : "0" - }, - "HighNode" : "000000000000008F", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rRFBj6g2mVXstHfzsQE6Y9WX1F6fhqcTK", - "value" : "100000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "265DBB6009C3CC5A89421DBE0293AFAAE2F9F9040C72CDCA406F0C1EC29314FB", - "PreviousTxnLgrSeq" : 35575141, - "index" : "0000C9ECB507AE2CBA320D2D85708AA5C064A291BED7D6988A3F0DAA028F06AC" - }, - { - "Flags" : 0, - "Indexes" : [ "454E2E047AF37AD08E2923C7550A3852EBD5653423BF5C53083BDEDBB1416F3D" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "r4TByrtckppjYXH1Ga6H67T4cVSo9NbJoa", - "RootIndex" : "0000D04DD09A3AFFD4F72DBC82676D87FA0E78100318030253F554B716DBAB61", - "index" : "0000D04DD09A3AFFD4F72DBC82676D87FA0E78100318030253F554B716DBAB61" - }, - { - "Flags" : 0, - "IndexNext" : "0000000000000042", - "IndexPrevious" : "0000000000000040", - "Indexes" : [ - "09FD4F9F11B873C9D9305FA3CF6A69DF7094EE62249302E42116FD6785DA01D3", - "0B7BFBA537D9D61801B71D148C0D009894ADD05421FF3BA3DE9B034735815E97", - "0DCD793E55A28C0D8FD0605A223A4999B4F0B330B0EBD4E680FE9D211F2A019B", - "11F82E1B83AED8D65106519CDBF03F4FD593BCED7DB250C11DCC0C4F1E62D722", - "286BB3EE7EA39BF84F09AD171F2B0A3E989E33430AAD4956060F65BB075D96FE", - "2FF3DFC02FFDEEF16504F982C45FDCBF64D33474B1BF70AE5D575F87286AB8FE", - "33B19788AF95B4974AF78334610D36EE12121705E63EA668BE0B5DEE61732157", - "498A5D8BBB03EE6D9A3895DFDEE92CF0C50F4E59CB6774C403BA8A2144D3B148", - "564C375F8963269E3025B547E57C6DA19C08F1DD57A9C84638E29CDE012576AC", - "598F891A026B8CE95A2925D608D22DB9FC421FC89CA94AA779EA423FF0A76ACA", - "5BB8D13A07B741D1DF1FCC66E97AE8D628FA77CB4DBCC31F8905CFCC1BC49BB7", - "5FFBF4BD8FAAD3F0BD450C27A14934C6BA0826DC5E0E8E48EFA6136DAC2810A4", - "62606281D0B3BEDDDC0BEE1D3D71E3786396522238822F38C5FE965FC9A31307", - "6D6E102E93C57FA1DE3B90C89958ED1A7985CADC790B0B40E44605E50D49B21A", - "79881E278AB359606FD58984CD0D18AF1364CC589A520DAE28EB60EE5369D0DC", - "7D9A657FCF24BFBE5DD09C05C44988439D26407937802A0FC6B1922307A886F9", - "82B1F7A3235BC90220751DB626090054A2C6084B9BAE0CF95B88A6D778964B34", - "8EB4CA0F9A5492F68F26B04C87B7641EB5FA060BAD3ED76C7EC2E6C76C15EBC2", - "900C7D947C9F3462F347884EA14A853EFC1417A2BE5B0513F0D422A3A085E1B4", - "9E853D5188667FA3DBF3E94DB8BCF75DD0AFCEAA84EC44E23E5ADA6CC3E17AC3", - "AD35E5B4821CDF4334B4A8221218CEF1DA96F24DFA59062C571FB8F4BE27A258", - "B4294BFC9B9622F15560D0403182D7D6ADD05A4A0CB75808395A8BE303FE97A3", - "BF44E394383AC131812E3CB525A75174FBDF43C6DEAFA6B5AF78897287B415B5", - "C08C5409998CED4B0F7B813C4448839ED53A4F290BBC0C71467B6DBA9B5F6B9F", - "C799828B25BB5C7896FB03A27F36C08CD6BBAFC8F7D7FCA68FF1C727369D647A", - "CF04F0477E7BF590302293097B5D441451BBC54ACAE0F396D846A5E2BB4ED809", - "D4172E534583CF88B32357F81402620B0BD7A85248F277CE35654D70792335F9", - "DFCCAE3AE0FB534E1DE93449F4ABB6670CC88B03B91158B7A52650D251905FF1", - "E0E55DF7339BF8EC3150A5D0C624ACDA9A2D9CF88781628189CCC0F2ED4E74AB", - "E329C7D93439B45442CA8B97B8BC2F093EEB1BA2E6C4139C510C3E4FB9F273B4", - "EAE50BF969F4A3CE8C6FCAE744DF3B797057B0B2CE6CAD38A54136AEE3614D01", - "FB594E5E88B25B7AF5863CEFC7A3FE0A55F8486C6D5A3DFD7626428F879F60D5" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rpJZ5WyotdphojwMLxCr2prhULvG3Voe3X", - "RootIndex" : "5655E14CF12014525D1BC1E68DB09518514FEDCD3EE26F4865109B56B9EE3650", - "index" : "0000DAE48F41B86821B14F1892D6AD3F6996B608338ACFC363823858CB251020" - }, - { - "Flags" : 65536, - "LedgerEntryType" : "SignerList", - "OwnerNode" : "0000000000000000", - "PreviousTxnID" : "B06C49812F7E3A84A75C78F38B920966A94ED5F85C4E6EFD34C523A6C797614A", - "PreviousTxnLgrSeq" : 47260685, - "SignerEntries" : [ - { - "SignerEntry" : { - "Account" : "raWr8dtNxddY2bqD51LZh9z77R23iyP3PZ", - "SignerWeight" : 1 - } - }, - { - "SignerEntry" : { - "Account" : "rwJkTfV8XXThGBUoC7sACmyWepw4iurYHb", - "SignerWeight" : 1 - } - }, - { - "SignerEntry" : { - "Account" : "rGtDNiHFHNTNSnoeLg5usoRnLx33ABTWhT", - "SignerWeight" : 1 - } - } - ], - "SignerListID" : 0, - "SignerQuorum" : 2, - "index" : "0000DFFDA866FD9215A794C2FC7FBF3302EF1335E3835D1B74E73780ABE32AB3" - }, - { - "Account" : "r4cPWQKVertBh6auBn6t2rXh9kht4LoabA", - "Balance" : "25032932", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "27653F0C331B2317D35D5677BBCD0DE639E65E365392EFC8D691A824085AC864", - "PreviousTxnLgrSeq" : 38365202, - "Sequence" : 61, - "index" : "0000E78D01EE4EDDE598B933D1092A1E00B922FDEDD58CFB25E3AF2CE099AF48" - }, - { - "Account" : "rKru2mJkxPrum8VAZHhdoSYEwMW7G7KFD9", - "Balance" : "38871400", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 3, - "PreviousTxnID" : "0A91F6560E32B6C13285E5F98DF81B04EBC919ABD60126F529ED3A82C93E5F68", - "PreviousTxnLgrSeq" : 35803787, - "Sequence" : 23, - "index" : "0000F5AB075F8C48286156A300F367F7E370434B0F08CA0475DDA47B1854CA62" - }, - { - "Account" : "raxoUPmpy1x7bfUX2giVfMWkPMa3vWW8f4", - "Balance" : "1121000177", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "AD4616FD44650D3E279D534BD1799AB825891449ED7E2413403666E9CF18935E", - "PreviousTxnLgrSeq" : 53532513, - "Sequence" : 1, - "index" : "0000F89B1E8F215DE7D737674050C33557974864924B2F692129560508BAAB0F" - }, - { - "Account" : "rQDZcUFcbRNXHppFUFFiTtii3hRoyjTxAV", - "Balance" : "11834990892", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "1772D4ECED1698225672ACDA3168ED886DD8F7669538BD2AC6F4B12CF9315500", - "PreviousTxnLgrSeq" : 55170656, - "Sequence" : 1, - "index" : "0000FFE18AF90D9780964C9E7A4C2F8D82C6E78C0267344B6B4232AFB9E56DA0" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 131072, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rKUK9omZqVEnraCipKNFb5q4tuNTeqEDZS", - "value" : "10" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", - "value" : "0" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "87591A63051645F37B85D1FBA55EE69B1C96BFF16904F5C99F03FB93D42D0375", - "PreviousTxnLgrSeq" : 746872, - "index" : "000103996A3BAD918657F86E12A67D693E8FC8A814DA4B958A244B5F14D93E58" - }, - { - "Account" : "rBTpxtceMtXUKit2mQkVcWKuDHYCR7LKdD", - "Balance" : "999988000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D59694A9C6A9AAE645E51EF4FD7F9B20835A52381035B2FD99905AC6DB9850A2", - "PreviousTxnLgrSeq" : 11683667, - "Sequence" : 2, - "index" : "00010BC07B606D414CE5F140403152AC34B34EFC27E646E337D1F11593F559DE" - }, - { - "Account" : "rPDT5VZCLM2wv1qwmpbCjQfn1wXBANRhQ5", - "Balance" : "24977500", - "Flags" : 1179648, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "AD9F7BF745AC3567B30BAABFEFDA224042A184B3A094450DDFA7E13B1D6DCB3B", - "PreviousTxnLgrSeq" : 51348778, - "Sequence" : 4, - "index" : "00011327A3CA29B88F23A58B640CE23135C18E4E2A8C2333B09D7D3112459637" - }, - { - "Flags" : 0, - "Indexes" : [ - "0DB0815613B4FA7A2DE7E9551E6D2117ACD1036E1CCD14414C7905AEFC072549", - "405161AF4FBEA97F25331DEB3D2E56531245CA4F010639443AE3C8E9A5A0380C", - "4F8D5788C721E2B9F38E23DCF5396F2D6B1EF8E32BC8415495122B0F6437743F", - "C1B13E99BC56A1B4357DED440EBF0BADB1C402F582CF971401629D8FF82619B6" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rBk2i1frpX2jJC1eBm2HcWmnUdR9ZRbHwG", - "RootIndex" : "000117DF584A463510F7620C204E0FF6F64206ACD62CE887BF57EF93A4BC0DAE", - "index" : "000117DF584A463510F7620C204E0FF6F64206ACD62CE887BF57EF93A4BC0DAE" - }, - { - "Account" : "rGubvAoDEmWdiAd6ovfDVuvAViDFA6nrre", - "Balance" : "24828477", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "BD722F6D1595FDB183EA340EAF0A781A91CDD487B6EE0C65AF9F031C16957246", - "PreviousTxnLgrSeq" : 51275279, - "Sequence" : 5, - "index" : "00011C8B64D31D25AD6758E0AB72765EF24EB5535AE256A6AA696536A359010A" - }, - { - "Flags" : 0, - "Indexes" : [ - "22E578265CD7E5F46DD0695DD55428CF8F797CC1D6C4C1F5F829EC677253235B", - "2FB51B174723021E30D21A5CE4CF94CF1A99649EC33D8BE60CDEBE422E18D855", - "5177CC903382225113B6BDBB881A00EEF4EBB6BFA3947940673DE5FEDC8B751B", - "81F699D15B2BE1B9FE4486B95593B27067D8E5728AA21D69C86FF4F59BE7F608", - "A76CE2AC7714162E989F93717F58F7319A08DC2CD7F65411048B5E2DC5365DFF", - "AA1A0958D561E2A885345AFD76E676EDD29BE76FB2AE65B8739BD889EFD8092A", - "D00DD039D22BB25EC1DD8AE7BAA3BFECA41766974C094DBDF47A3718975D8749", - "D127376D2F4E392EBB296001ABFF8E03FC602924618D98EA7D6C748613DEC9CC", - "EF2F3AA2F93512F263BB79C838B6DDF53E0199C59B63CC7D12D905E7097652A3" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rDoWW6ERjamzXChsuE2YBZMDGUysDyfVpG", - "RootIndex" : "000124613EE5581AFFBA4C729A0AD1046CEEB9FDFAE4E2C8C0147212F274301E", - "index" : "000124613EE5581AFFBA4C729A0AD1046CEEB9FDFAE4E2C8C0147212F274301E" - }, - { - "Flags" : 0, - "Indexes" : [ - "49998B8AD85C57D571102032E7099F83E84AB04E9AF7A02A6470CD848B76163F", - "17712DAC19B5275AEA623477BFD517D5379EB3AE130C1279F3E57B8D1DB9AEFD", - "BBDF9868E3FCE9CB50AD16719D0009B044F838551392A6EF4029EB390F926A55", - "1D8485B2F450F6CA0130C53963D3C6F18E256A3795FF7369B9A06A2845CFC96D", - "BE1B22BC694F1BA8AF1C7E841877598789B5028F11296424A5E521D762636101", - "9B6EF09CA83A6186F4B1F677ABA02FA4CF0F99E319FDCD05F2BB7EB4668845C3", - "5A8038F189C15616633456580940927D0B42EBAEF49E97D662DD7336F0006E72" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rad7pqyVBYjom3dNuXbd2WjEga7un9GVtE", - "RootIndex" : "00012954F2A4838FA5DF0A00BCE54A9CC5C878D6B8E00C7CE9C3A346E44C18DB", - "index" : "00012954F2A4838FA5DF0A00BCE54A9CC5C878D6B8E00C7CE9C3A346E44C18DB" - }, - { - "Account" : "rGP5bTpj6pmvcGKkNqSTM4d7fEVyque8A8", - "Balance" : "20023735", - "Flags" : 65536, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D4D6B2CBF319B7291C68F5372478F2DB2CE6060400FD6675501A1657119DCF60", - "PreviousTxnLgrSeq" : 48386321, - "RegularKey" : "rP2gfYFYZRWPzLMPpzjq8ZLZcEDvC4t1n2", - "Sequence" : 3, - "index" : "000145F2834A83C6C4F1756528876A331021C36112E8A20F66AAD646CE06D77F" - }, - { - "Account" : "r7KCRNjcweTn64ty5eTZ6CCDRKuSPYurW", - "Balance" : "30099277", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "81C454E3A8CAC7E2AB6344190AC238402400BCC249AF5F0F4F20512844CB308C", - "PreviousTxnLgrSeq" : 34678008, - "Sequence" : 29, - "index" : "0001505A9C2BBA5C19B812889DE86E8DB411D5E34F8B6DBE78F73376D502E327" - }, - { - "Account" : "rwBBnexNbxPNTCh5BkSRubhVzw3asfqG6C", - "Balance" : "20006468", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0E1D9A165492CCBA23DEB69A4FD2440A2046A81670C074B381A008FDA08AC9AA", - "PreviousTxnLgrSeq" : 48236415, - "Sequence" : 2, - "index" : "000152F477C08442092FF51513637262A5814ACCEEB873DD4542046A85765E8B" - }, - { - "Flags" : 0, - "Indexes" : [ - "BDF1810D0F8272249D560AAF47168D1BCF664E53D27F3041403A42876475F04F", - "606519AFA9D8F25AA0C7FBC2BF167FD5F472F4941A222F70B818EFC8F273A1F7" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rLNeS5rVcEVgVnqyve2SSoNyxg5SgJskhN", - "RootIndex" : "000156EDDD33FD522EEDAC95BBF8C422159A2BC5E9EEDFEF0562F6943663DA05", - "index" : "000156EDDD33FD522EEDAC95BBF8C422159A2BC5E9EEDFEF0562F6943663DA05" - }, - { - "Account" : "rU1AMsDK5Fsyx7WUmhoQTdv7ZDQWtuL71S", - "Balance" : "24977500", - "Flags" : 1179648, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "08C040451C492C4EC0B24FE24E50268755ABE82449F032E481EBF7CEADA0E8A2", - "PreviousTxnLgrSeq" : 51378627, - "Sequence" : 4, - "index" : "00015F6E0B22029ED7A6E470EAC946FF56A65ADDD74E952A8C485FD8E86DC7EF" - }, - { - "Flags" : 0, - "Indexes" : [ "F8351954832393F659DADCDBA60AD9C780E6A1BCB1D862AE63BAAB75DEA9FAE4" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rheq5biynaKpGcqhRcqvmo1FNGFX98DT3q", - "RootIndex" : "0001616E695CF6732D8D3809A22498056806383D29116615AF99ADCB029D3171", - "index" : "0001616E695CF6732D8D3809A22498056806383D29116615AF99ADCB029D3171" - }, - { - "Account" : "raSieUta8fy4SfACciECTdn2HGzEu8f48Y", - "Balance" : "52744206", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "602045615A571475995DA7667E093B8ECB5BE5419CDE9F0ABE8670ED94A3FA48", - "PreviousTxnLgrSeq" : 41757973, - "Sequence" : 1, - "index" : "000162578D0B7D7C9147874B49C69F64E8B229CD599066BC44D64972F7397B59" - }, - { - "Account" : "rZWjtggT2aT9539aEb9HPZR2aqonE8UpG", - "Balance" : "20022340", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5E7B6DBD193D13F1BC93F776E708EF6D324142144F941C46A83068F7AE05C555", - "PreviousTxnLgrSeq" : 35875147, - "Sequence" : 5, - "index" : "00016BF3FE48CAEA4BC3D5A78A4DAACDCE013655F021FBA5E9F01065CFEC6A9F" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "12.725676646811" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rPT74sUcTBTQhkHVD54WGncoqXEAMYbmH7", - "value" : "0" - }, - "HighNode" : "00000000000001C0", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rExzFtNkWrHrXF9zK2eABuvrhD2ayFoopV", - "value" : "100000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "642A3E7DF7E5471BC671F5862AFF1D935061BB2032BD0DC3BFE9C093B593E992", - "PreviousTxnLgrSeq" : 40968267, - "index" : "00016EC4440590FE9DF14F280580B77116341F97D0179B04D7D0B88EE25420A3" - }, - { - "Account" : "rEXwDtcsjf6zUairDrJ64beeppn2vZ9u5k", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A482F307A6F637187BDCD98AC1489301FF7F8E59B5016F6F3042E6C436BAA44B", - "PreviousTxnLgrSeq" : 47812511, - "Sequence" : 2, - "index" : "000171430B5EFB5018FBE245D1119CA61CFB8CD27446D51C9C2CB4C20739AC57" - }, - { - "Balance" : { - "currency" : "EUR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "EUR", - "issuer" : "rfz5wUTPtwEnZMvLYR526jWWqygSoHQB72", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "EUR", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "LowNode" : "00000000000004A3", - "PreviousTxnID" : "28783500A8878DD51E100108F0A831BAC3F02089EF1279553B00D1A75A0738B2", - "PreviousTxnLgrSeq" : 29830948, - "index" : "000171D2817C44C4AAFB093F675C44CF76CC77EBB10D67340F04D5C216CC60D9" - }, - { - "Account" : "rpSRdnAoTro6CPxqWtSgDouN11eFWPUEtz", - "Balance" : "10000000970", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "2BA264781737AD0B17B36DEF048D3EAFBAAC24E57973E2A494E68A0A520D214D", - "PreviousTxnLgrSeq" : 55178856, - "Sequence" : 1, - "index" : "0001727436B58F41EA68ED8BD969677AC1763ED7BDC03A9D2AA81959E34909C5" - }, - { - "Balance" : { - "currency" : "BCH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "BCH", - "issuer" : "rpVvMLVxo7t1mZM4zJedf9Rw2zwvTFZC9Y", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BCH", - "issuer" : "rcyS4CeCZVYvTiKcxj6Sx32ibKwcDHLds", - "value" : "0" - }, - "LowNode" : "00000000000001B3", - "PreviousTxnID" : "BFF8F2D22ED74DE95FEBCDF4F37A94DE5862AC3E00F312D31F13F19D490591B2", - "PreviousTxnLgrSeq" : 35359788, - "index" : "00017430A028B2826B5FF7A13158961E288793079F237A88D1B9447AD40A0F2A" - }, - { - "Account" : "rJBHfdXheicLvFdiTchUZQFegJ3F6wtbSe", - "Balance" : "4909014532", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "B0A908380DF1317C3E0D6E9BDBC23CBF8A3A6CA33291EF7641108BA991D2A66E", - "PreviousTxnLgrSeq" : 55176290, - "Sequence" : 1, - "index" : "0001796FFCC5DE52D25C719765ABC335AC9DC1D87A409CB50EECEB3FF90DA6F9" - }, - { - "Account" : "rw6L4pcny4qxHRzcr8rq7Ywhvtj1Zo4gbk", - "Balance" : "20263325", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A43A24DCAD70BE5633CBF25A60F24A40926A244FBFD2A68B56E88AD14224774E", - "PreviousTxnLgrSeq" : 49139053, - "Sequence" : 18, - "index" : "00017A965A6B6028B863D5F06C034CCF092067DC7D83CF0DFA7E57E016BB3A8C" - }, - { - "Account" : "rrQS26TiFbxSJMeDR3GVkssvUWqNagRA6", - "Balance" : "5184960776", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A5A573EE1F1BB78E74C47E8EFF9966D2C034B64B2F96E516829C151D6B0BA271", - "PreviousTxnLgrSeq" : 55179562, - "Sequence" : 1, - "index" : "00017DBFBA3F871DED46B33A9F904E8347D9E12137AACEF3641D26D09481A3F4" - }, - { - "Balance" : { - "currency" : "EUR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "EUR", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "00000000000003C7", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "EUR", - "issuer" : "rhkYFLnfJjuhhJMSt98LEjHRb5EPPWMMLM", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "62C87C48AB958E6C0EEB5AC537CBA577DDF47005470D8076338BD15A23408AF0", - "PreviousTxnLgrSeq" : 29684491, - "index" : "0001967BAA589E2BD8DB305A679A274C091F0995A63A0500A1C4AC13D650EE37" - }, - { - "Account" : "ra11vg3cu7y1ekAP77217jAZ2AUxijC4xg", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "F1EB5B4857B3E5B02DEC9AA13CC249DD28B036878EAD605B630A2990F81EBCF1", - "PreviousTxnLgrSeq" : 43025296, - "Sequence" : 3, - "index" : "00019BD625FF83D962FE366F0BF69D7FA50BAD8692BDC4BDDCE8517653B8477B" - }, - { - "Flags" : 65536, - "LedgerEntryType" : "SignerList", - "OwnerNode" : "0000000000000000", - "PreviousTxnID" : "44A3BEBFDE97AF4A547CA81B652817FDB7951388AFCC1E151AEDECB035739A7B", - "PreviousTxnLgrSeq" : 51394555, - "SignerEntries" : [ - { - "SignerEntry" : { - "Account" : "rXKRWAQdSk68NakbeY3b4HtDqSaRFjgCR", - "SignerWeight" : 1 - } - }, - { - "SignerEntry" : { - "Account" : "rav2svUdPWzwET55egx7AuqREtkYSFScY7", - "SignerWeight" : 1 - } - }, - { - "SignerEntry" : { - "Account" : "rGtDNiHFHNTNSnoeLg5usoRnLx33ABTWhT", - "SignerWeight" : 1 - } - } - ], - "SignerListID" : 0, - "SignerQuorum" : 2, - "index" : "00019CF2142F600C978EFB986613BE3CCB85CE599405FF757BC34AEE1BF9C982" - }, - { - "Flags" : 0, - "Indexes" : [ "A0DD66478D7E2C9C77B4D0C046A036C828B9A0257702FD7B403B9D0E815CBAB7" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rNYWvRRd7PDsa69C3bqNq7MH8jBK8jUR2", - "RootIndex" : "0001A3C2AF2B8210E978BE486AA397DB35DB9D0E6AFAEC8035E536F3DF00401E", - "index" : "0001A3C2AF2B8210E978BE486AA397DB35DB9D0E6AFAEC8035E536F3DF00401E" - }, - { - "Account" : "rPySuBy3dCnDpp4eeD3YvirnLtF19DafYm", - "Balance" : "21079607", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D66F918C0DB4009A75FD3BC3D49087DDCEAB3FD676D9003AEB7E2A1A84264D1B", - "PreviousTxnLgrSeq" : 35083095, - "Sequence" : 5, - "index" : "0001B3E919D8905EC2080FB6F593451028233D50E3A82CD16351BD394B4055F4" - }, - { - "Account" : "rabbit1eyDGsiWzRH4wL4vnk7giSxWyMeb", - "Balance" : "100041360", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 4, - "PreviousTxnID" : "DD2BD18EE4400459E3BC6560E0D3786831EFEA3860B07FFB8AE445532F589927", - "PreviousTxnLgrSeq" : 41202517, - "Sequence" : 802375, - "index" : "0001B7264DF8F7730C3E1530A24A17FA99F062DC0A6E66615F3EA4EC3CED46D9" - }, - { - "Account" : "rf7nSY8GXRiiTukpnunSQi4otiH5ZoiEvy", - "Balance" : "33000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "CB7F74D3CB40602C52302AE42363885E5EFC7536827B14B3BEC3055D4573F356", - "PreviousTxnLgrSeq" : 40507156, - "Sequence" : 1, - "index" : "0001B75BF0B7EDEDD51057F7109144C8FACE381BA0C968596E85E7CA53C1AC9B" - }, - { - "Flags" : 0, - "IndexNext" : "000000000000010F", - "IndexPrevious" : "000000000000010D", - "Indexes" : [ - "47EF55938C4C0E228672D6199A2B4BE6E6E2BB863341128BF74193CE5DEB5912", - "ADDC5C415149EDE4D6F47C2AB0B9033E60156737136EFD850A409060824E4E02", - "54264648AEC6EB3D25695872798E669E745B05AC765E45E9B5F88053EE41231B", - "9370A905CA293F0774F454D64315CE52A63B9BDB2A50915EDF643C90CA6444F7", - "1323A324D39A5DBADBE2F7959C9F8505ED5F43D0C3C25E4892AB0B3632D76ED5", - "A33C29C307BDAC45F4F1277E60E82B5C26125401C20AB5CDB352DDDE38AAA863", - "6D712C8B5BDBE99D1C93C25FFF9707D6726C317059662BED12584A706D8AEB41", - "7CE75E387DF97ADE98718131EE2B19B034B6233D22CB67817440923BA0DC9071", - "213CB583C0A91E794D5587320801B5F763D9FDDF4DC6AC8A0DC1D0CA6834A4E7", - "5DCCA52BA4873F8CDDE86A08C415E8C29B4E0AB43ABE1F2B80AF667C1A831CE2", - "676C3AB3D4953B3D995698B47F8C8BAC715D7236C1513C03D36A90F0AF2CAFBA", - "FA7B6DBDE818BAA7BAA3FB43266C7DDEF0D6B1035A89E240185CB382FBB9CF1E", - "162801B3679E3623F5A1E1281D875806FDBF4194C2BE2F3A89E91700FF9A0E9B", - "C5E6524750B19B938F6A046E95AC6F57DF9C59C0D29B460DA6787840BAF8105D", - "964B15F052285525F66594C3080EB83FEE4C448F98990B77A12654EA2638A323", - "2F81C7C101E15DF959E43530B17C6DAEC1BD012BC7CFCC4AFF9AA905724F7D0C", - "C5A1E3C85B510E0A3FFFE6610355D02A063E160A7A99BA6A7CDAEFD34C45BE9F", - "F6C003A46C2905EB16A822436D0A0A6A726F7FFFD80ECFF1EEE0228FC3A2BCC8", - "AA4C93539FAC96D37E121130F1D9225C3758AB814D2A5B4042B29E1F559EA4BB", - "7EC3784C4CA5BDCB5C798E39B9F655860D5DF0013B39580C94B5D0BEF0A75C7D", - "F8FED9BE60375A25CEEADE3CAF51522CB5174367C16E8099BB20DD02CA2244AD", - "8711B16A37882C221E750F429053FBA94D74E3C2615870FFA0ACDA12694E6149", - "1720BEB74777C45007F46332933B909E629677CE4D00EB5AC71B36A7D04E8962", - "092E2D46FC1067FAA3A893715EC531E1E75D06BE14DFB66DFB1698EF6D5FC02F", - "DEA88D84936A98A7BA6A16331BCBA2D5A3EAF996AF9DB25141900A071B76B177" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rckzVpTnKpP4TJ1puQe827bV3X4oYtdTP", - "RootIndex" : "DC5101C0CC6A7FC8E21465501E0EAEEF475BE2D1FF2E7BF6691360DACA4F9C48", - "index" : "0001B882C3BDDF2524DA892639A16FAF4985CF19DDEC17EAAC38F6A98F1D3275" - }, - { - "Account" : "rEWmZFmKAPWjUoD9pPk9Y7Ut8eEpSZmnq1", - "Balance" : "126488970", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "1BADA79B7090A31C6EC6A70993FFEF9242B249B9CB42C9251F5FEA5906B8612A", - "PreviousTxnLgrSeq" : 35569892, - "Sequence" : 1, - "index" : "0001C56562C6B32EF503B9B44F65BFA0E4E990A42C8F19CBC8868071D74B4492" - }, - { - "Account" : "r4rL7NEbRwzNdKZApRcDP4rUV8JKrqN9tW", - "Balance" : "20781895", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "7BB899214EB0FFDD5A677D4F391EBA46D6287CBB33052AF0C1F1BBCAF92D541D", - "PreviousTxnLgrSeq" : 35347840, - "Sequence" : 3, - "index" : "0001C817A1A9EA16F3A307CECD2D274B0C402C4C96997E32C6AA047E4D3A9CCB" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rNcvK17hLGoHQuPbZf1R8mAh3M31GMtgnR", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "LowNode" : "000000000000123F", - "PreviousTxnID" : "72D56D94CC6CC2694E1E5EB9DA536F43E8A3FB3C1C0ED081527001D18D8D7A3C", - "PreviousTxnLgrSeq" : 35435065, - "index" : "0001D78EB50C60CB9708E8202C9897688363B78F8AB7AC63F66EEDA462EF453A" - }, - { - "Account" : "rfHzTZqckursDsc3BaVv84f9FfK81UPMVc", - "Balance" : "78999988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "61F7D324154F46A8846A1AE920858AC5893B81CC19C238EA038EC4A79E404B41", - "PreviousTxnLgrSeq" : 54682342, - "Sequence" : 2, - "index" : "0001DAC577DD41000B500FFFCA784A88C04B00788AA210EF5AB6AB54E59DDD49" - }, - { - "Account" : "rwao7UjmZbBed84yhGP39W2PLH66Q7aXjb", - "Balance" : "2481472609", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5060666111A067C2D877D5F4982F0050903AEE439E2FB082DBBCBD8ABCA0CDEF", - "PreviousTxnLgrSeq" : 53449904, - "Sequence" : 1, - "index" : "0001DD4EC36B9A34D8899ED31E4E388587154016B49FFD82128C68AE919B2BE7" - }, - { - "Balance" : { - "currency" : "DSH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "DSH", - "issuer" : "rwrudJs8u5KatPEuGuyDnQ8R5nEQUPB7v2", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "DSH", - "issuer" : "rcXY84C4g14iFp6taFXjjQGVeHqSCh9RX", - "value" : "0" - }, - "LowNode" : "000000000000016A", - "PreviousTxnID" : "3FF02890077B48632D1A19744DE05E182E68C9A1A4B0B31F6E41159F512BD41B", - "PreviousTxnLgrSeq" : 35699762, - "index" : "0001DF3CB8196255E69A14F92EBAB9877B1F350DF7E62D64AB6587EC3ED9CA4D" - }, - { - "Flags" : 0, - "Indexes" : [ - "278D58129796548AF58E23A40247F050CB3E46BAF058A44D96CBCF1F41A65357", - "448843AF12951D5119AF6A31F67C19AAF30F9CA4A87E1913F1CE77E8A489A608", - "4533FC4C079D626A72899A2DDF532829F8838D376C2840B642CF1C53403E8427", - "7F38E0C8E0214AEF922B617C19156009EF3292A40C6FF52C9CB03625AC09058E", - "8BD45AFCAFCE035932E6A176836A3E088F90B0854CCA37CAE8760DCB68A40E2A", - "A1505359F82BE39B0A23190A6F55AFD4ADCA4990337605C74BC2622399799186", - "B1A644AFAEACE38D9A31E212059BBDAE52184CD63938AA03A2C324201EB0B1BD", - "B49AC5079F5E2455F141E62F72AB80F7FF9D2E6C98EF894936C01C4E491E49E3", - "B8A780F02B1B50D9A5A43A08B000F23340F8D48966642FB1BAA2E17E28B83E58" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rEAKkNt5z2HTkqS9baCGaTStHXfptPtCuF", - "RootIndex" : "0001E959978564B75810992944B463A63B305AA6690410FA4ED790CA7AFCE45D", - "index" : "0001E959978564B75810992944B463A63B305AA6690410FA4ED790CA7AFCE45D" - }, - { - "Balance" : { - "currency" : "GCB", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "100000" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "GCB", - "issuer" : "rNdwi8ain5ibXNB9A7H3zzKtSxgVzAqqAe", - "value" : "0" - }, - "HighNode" : "00000000000001B0", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "GCB", - "issuer" : "rNNeAHyaSgDxG8ynpnxuzaVtqp49sctxb9", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "6C6ADA3ADF20D37577BEA94CBA1871B1A030B6D63E3F594D5A9959275E97A999", - "PreviousTxnLgrSeq" : 37721815, - "index" : "0001E9604C5FC991A30408A78A299A58AD7DBF5A9069445A3A75D487D04DD607" - }, - { - "Account" : "rKbUdv2SnNbgK7t69drPNKmAAeQfs5fNVZ", - "Balance" : "464278000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "B0DFF30B2BE30663A9BE7A8CA42FD85CF423B041CDA489FA7A18D714260D5C08", - "PreviousTxnLgrSeq" : 35570527, - "Sequence" : 1, - "index" : "0001FD3112599AF2C9991E5E7E56A24268F9DC3438D525C8DA8135E9BBFB7D6A" - }, - { - "Account" : "rMJuG542Akwt2idVxQemfPWSKtTeSyR4QL", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5C79FD3CA953C881C3D4BE48F2EFAC671177B8ACD37A72A38958A293B706B4C6", - "PreviousTxnLgrSeq" : 35696409, - "Sequence" : 3, - "index" : "000201714F588C6F1D440EA526ED868FC48FE4F3508840D58A36D79251D7D8D9" - }, - { - "Flags" : 0, - "Indexes" : [ "9D41377F1EB6E502A7107C2A35CE571506BA8DDC5E57F77AED0C4FD7C5BB6D2B" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rGUhYCjTac2tuuUPwAJ38iajg44s4H9b3E", - "RootIndex" : "0002043F91DC997AD832ADB3A90B2B2D762E575AFEBDE372FEE323617EB89255", - "index" : "0002043F91DC997AD832ADB3A90B2B2D762E575AFEBDE372FEE323617EB89255" - }, - { - "Flags" : 0, - "Indexes" : [ - "63309BC276156760C5BBB0E5F1238546824A861CE478C536DD8B36D6009502C6", - "34E8966296BF24299BC9D7DC14FEFE60DB5C23C3AC8325B883D6AAE5B4FFDA92", - "2333718F8324FAE85841B54F86B7486841335A69C4956207905CDF9A65C37D38" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "r49HKrCPQUvs4en9DEUBewA3DASoVNUE4B", - "RootIndex" : "000204CA2372F5DBB072D5CB38156EF7E67D3A584AA5B02657976DEC6D0C5B88", - "index" : "000204CA2372F5DBB072D5CB38156EF7E67D3A584AA5B02657976DEC6D0C5B88" - }, - { - "Balance" : { - "currency" : "STR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "STR", - "issuer" : "rUwyk5PmESWq1DCMTCTscsRb4kYVYrZw4f", - "value" : "10000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "STR", - "issuer" : "rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS", - "value" : "0" - }, - "LowNode" : "00000000000002F4", - "PreviousTxnID" : "9CE00B05DE793F99081996E2A322ACE374EBD6C7E6F1343AED0BADBD20DAED69", - "PreviousTxnLgrSeq" : 29743678, - "index" : "0002068C83B72D014453DC1415A6D30A430CA904FA78BAB33A36900F8AF645C9" - }, - { - "Account" : "rBuDDpdVBt57JbyfXbs8gjWvp4ScKssHzx", - "BookDirectory" : "37AAC93D336021AE94310D0430FFA090F7137C97D473488C4A0D635441A85A45", - "BookNode" : "0000000000000000", - "Flags" : 0, - "LedgerEntryType" : "Offer", - "OwnerNode" : "000000000000025E", - "PreviousTxnID" : "17DE3914111D63CBA7BB51B551BD4C14F9BED048B8EA142222B2C4B1CEBDA01A", - "PreviousTxnLgrSeq" : 52563046, - "Sequence" : 121220, - "TakerGets" : "33170680", - "TakerPays" : { - "currency" : "BTC", - "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", - "value" : "0.00125" - }, - "index" : "0002133B26A1D5533CD791251844CE17650F2F478EE37F8564D024BA2E0A224C" - }, - { - "Account" : "rL45jjo6Ym2isLu5kPQrL8BctBjX2Ur4tq", - "Balance" : "30000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "243950CFC1A4FEDCA0A62041EE6FFD4EB116E20FC20DBE816624C24609085A75", - "PreviousTxnLgrSeq" : 38977070, - "Sequence" : 26, - "index" : "000215DE95AD3CE49624ABF5019E13A3D5691B5D21E3A13EDD44A8DFED3C9A85" - }, - { - "Account" : "rE8yruJtXACpDWyVyGSP1MLrGBzcnnfUhw", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "17E2EF85A7CAD6EE02610CDB51ADB284AB64B8C88D3B0759ABADE870597EF081", - "PreviousTxnLgrSeq" : 47828640, - "Sequence" : 2, - "index" : "000217A389C05CE05D96FA5A368621F21E0431C21748800240487F1C51321CB7" - }, - { - "Account" : "rnoHcWx5sskoiiNMt6CSSeTfjHw7JL3RfJ", - "Balance" : "122834669", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "2A4B34391F53C0DB49C0C2ABF39611C9EE797B2A71C128453A0A85AE629FB481", - "PreviousTxnLgrSeq" : 35665140, - "Sequence" : 1, - "index" : "000218E0DB87BA2E65CB5F59CCFBAA15DAC6A2D07EDECC72DB0457C50B0F3156" - }, - { - "Account" : "rGuvvY7BPCRYmw83EmzYFQZ76ybdZ28DKX", - "Balance" : "2242284331", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "F1603850E52D962CDA5A33646A13FDC44990436BC1967C1B45B5556E0CB94EE0", - "PreviousTxnLgrSeq" : 53527645, - "Sequence" : 7, - "index" : "00021CD2D04E777624DC7D15AD7EDC7400375029FC11B1EEAAB187FDA0A86E07" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1179648, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rPFd14EgMkmEnvtk2nzsrTfkoDmYzwpowJ", - "value" : "2000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rBfVgTnsdh8ckC19RM8aVGNuMZnpwrMP6n", - "value" : "0" - }, - "LowNode" : "00000000000002F9", - "PreviousTxnID" : "4352226FA79635CBA7D59E9705B1A751834EC5EC4025281DE7A6DFDC3B8CCB73", - "PreviousTxnLgrSeq" : 24725683, - "index" : "00021D4E6E9CE88B3DFCBC8917CDF28C7BC2792AD68FA6A269DB454CA8C0160A" - }, - { - "Account" : "rBFLqCBHFZCKrZVRZK1oyH5SibamM8uM49", - "Balance" : "87782000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EE6E0422AC888EE1C298D17EF069D6D0F937181D861BFA67D8CECB18E6A05CF6", - "PreviousTxnLgrSeq" : 35105975, - "Sequence" : 3, - "index" : "00021FDEE2F788C23C3E11EBCE3657FCF560A61C365A6EFA45726C54A570579D" - }, - { - "Flags" : 0, - "Indexes" : [ "6AB1BA256C26B11B0C2BC28B68CFFF9EBA1A0D7505F43F1D9D4D64A38F38A8F9" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rUAuRre3GfGDTxdbzo7s7GArR2zhPf61Rd", - "RootIndex" : "0002228CECB01B2B948DCF2EEE43DBF33637F27F0C6BFDAF238EF2F9E022F4E3", - "index" : "0002228CECB01B2B948DCF2EEE43DBF33637F27F0C6BFDAF238EF2F9E022F4E3" - }, - { - "Account" : "rGFEpTL3rXgsHkopDNbEB3NMfNDspZ23e3", - "Balance" : "1756380116", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "755AD6C3F0F8075B48409692AA2A336CF5B07DFE9B5B7517DBBD5D6AE79389FD", - "PreviousTxnLgrSeq" : 53543734, - "Sequence" : 1, - "index" : "00022463A30DA0BB03215AC3777746D7DF2794D13A056C08C7947C1D0298A8E2" - }, - { - "ExchangeRate" : "54038D7EA4C68000", - "Flags" : 0, - "Indexes" : [ "291430753F816826020D5F119325B30E68C9B69A204E97758A84A9E2BDC0AA4C" ], - "LedgerEntryType" : "DirectoryNode", - "RootIndex" : "000227CD42FA0FF90ED3DF1940FE988950EC26250C6CA27554038D7EA4C68000", - "TakerGetsCurrency" : "000000000000000000000000594B540000000000", - "TakerGetsIssuer" : "9DE47FDE20653B82F1A116B3A82658362CC482FB", - "TakerPaysCurrency" : "0000000000000000000000004D4C4B0000000000", - "TakerPaysIssuer" : "9DE47FDE20653B82F1A116B3A82658362CC482FB", - "index" : "000227CD42FA0FF90ED3DF1940FE988950EC26250C6CA27554038D7EA4C68000" - }, - { - "Account" : "rpd9hZKqeXJr7rNjvehBunEdQwLZRY61D5", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D4A0C37289C478B5B9BA2AC8F93701F5ED52FDEA6429750E9019D622F1B8C9E0", - "PreviousTxnLgrSeq" : 35222051, - "Sequence" : 1, - "index" : "000234B4BD11D93E4810C37F13C6A009498192E957D35FDE55E809E6FA40361F" - }, - { - "Balance" : { - "currency" : "ETH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.00000000069586" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "ETH", - "issuer" : "rs7WjWW76Dtq9bkHq98ZfvQzaANiVSW9s2", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ETH", - "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", - "value" : "0" - }, - "LowNode" : "0000000000000B36", - "PreviousTxnID" : "F2ED70C5BEB1B964C344614DEBB2854033B695DEDC444793D3870746FFC4164D", - "PreviousTxnLgrSeq" : 35823767, - "index" : "00023646D06EF5D6BA4FDF1F5D8F23FE28D486B54F227C97702AA7A83CBCD8F3" - }, - { - "Account" : "rPLXMQ6KhniRFGLxXLg4YbeHmRXSP9ncBv", - "Balance" : "2600007809796", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "AEA85201CE0D0D9062DB691AA3E05530C6B64FEC0F42D0D645622ADB9BDA558D", - "PreviousTxnLgrSeq" : 55163667, - "Sequence" : 15, - "index" : "000242578431923F7E961D6D69146C0D80B936E60E094450CB7497759BC1F0B6" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rMSY8DZpWH9sCvqq1Mg5wKGjqqicXtTNyc", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", - "value" : "0" - }, - "LowNode" : "00000000000007CF", - "PreviousTxnID" : "E2AB5AEE53AC746F1FDA16AE068E0C39752114E6676DF16E7C2B4A97AE2C9091", - "PreviousTxnLgrSeq" : 34906009, - "index" : "00024ECF15C95740AF5FA04C3DD341E8F05B7A069224407F9AF9C59FAEF723E3" - }, - { - "Balance" : { - "currency" : "JPY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "JPY", - "issuer" : "rB3gZey7VWHYRqJHLoHDEJXJ2pEPNieKiS", - "value" : "0" - }, - "HighNode" : "0000000000000367", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "JPY", - "issuer" : "rf8RiHHJvDosckVtsmZ3SGxYcuduUJ7gus", - "value" : "10000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "4236B9703C0FA5C1DE1FF8A0316E915477F4ED1300A39C96F5C1D383C5CDCED3", - "PreviousTxnLgrSeq" : 30038128, - "index" : "00024F52A82AAD1D2B49549BC2C737BE101F662E4F55F01868F56CE6076C0228" - }, - { - "Account" : "rpSHB1VsKFKBx4VjmHH8V4SVdbPYdowAkE", - "Balance" : "1136037689", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "08C5DADC959F085A22ABBE4CCB5CD8BC361C4854578F1CD9446502A433E563FA", - "PreviousTxnLgrSeq" : 55609692, - "Sequence" : 55609692, - "index" : "00025455DA641B87A2EBE0C1F02F4E17A07CF1D97B708A20DEE7C4EEC25EBBE3" - }, - { - "Account" : "rpaD3HhpVPSUj4k9xerLN3nj7CkZ6AwYv3", - "Balance" : "1685711002969", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "416A1EAFA3EFEF7F27FF4E5E374CA4D4786ACB507522137E5E560289D740F6A6", - "PreviousTxnLgrSeq" : 55164077, - "Sequence" : 1, - "index" : "00025908A8FD8967A049FACB5181AE8F14C1840215B6BDE5063342136597BFA0" - }, - { - "Account" : "rUw4QkuMot2GSTfGmu8uAt989f4KsAjcmK", - "Balance" : "1384845450", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "FD68277F820799FC5A8E58A5EECD4D5AD6BCB42688286E3D4AE6D136EE9C2272", - "PreviousTxnLgrSeq" : 53528319, - "Sequence" : 1, - "index" : "00025CFEF306B3FA99C5000F530F3D967F07B3414C313725F7D9E2DC6FB30412" - }, - { - "Account" : "rB4ZqDWBW1SjzbBenKSnsqC7YuPsMCJ1mB", - "Balance" : "113107120977", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 32, - "PreviousTxnID" : "F620D678A5578D144292CE94F3B841EB24DBAFFC68D19735272E102E775CC71F", - "PreviousTxnLgrSeq" : 56852695, - "Sequence" : 1623, - "index" : "00026278BB9B84D65F8872C506EBDD4BE182FD31B9930E5D6C327B554006C7CA" - }, - { - "Account" : "rB7FbVaugiT9x2tNdUTpMPLB6uEbrzzHDg", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "3473F370144C61BDAFC6340A7AEB41D23274D12542B2CFC82B77E3ABD0E549D9", - "PreviousTxnLgrSeq" : 56066464, - "Sequence" : 24, - "index" : "000263EEFD18A648F716C7201F7E8D9FD53E8157EED200F6B8AADADCA7644B48" - }, - { - "Account" : "rJnpxaXdu8WbeYwj1z4s6sYz7uGq5GC1NF", - "Balance" : "3281565997", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "449E8D4ED990941940FAB231FC916487A81E61491D55A1EC7AFF83D29398CF4D", - "PreviousTxnLgrSeq" : 55175689, - "Sequence" : 1, - "index" : "000264109B71F26AC0C274FD4D2BBDFCC6AA5E4817066C9264FEB606F9746EF8" - }, - { - "Account" : "rJkCKqwncDrbDNxgf3QFB6UWUCe5tD2vzs", - "Balance" : "47451988", - "Flags" : 65536, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "09B698D2A9369B708325CAC986B4F13BAFC6AEBCED89455A100FCB98E66D87CC", - "PreviousTxnLgrSeq" : 44981172, - "RegularKey" : "rncMr3zTqsfGuwiC4goKM6Br7YGmuUy358", - "Sequence" : 2, - "index" : "000267A0E4D9EB87145C89BC8352EA105BBFAD618F6AEF637A947E53129E6E83" - }, - { - "Balance" : { - "currency" : "JPY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "JPY", - "issuer" : "r4iPSVbRZosUDeuQg7obweH8DgCYvg947o", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "JPY", - "issuer" : "rEYD5k6kZPARQbKfB9GpiNPDY93kRQgPKj", - "value" : "0" - }, - "LowNode" : "0000000000000008", - "PreviousTxnID" : "7516F9BC3E8055CCE7F727A29F1FD48E9F9925BB91B62129D1D00B8502DDB4DB", - "PreviousTxnLgrSeq" : 11378470, - "index" : "00026AE25E921ACDE0861F983DAAD7852553F53454C69A6113DC8F6A994F19F6" - }, - { - "Account" : "raHV45pVDiRUdeGBJNhFSH5heTuebjtzoY", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EF368FA8D09BC9D278CA7A55F5E2BCCA674C00F7DCDA35CB0565618BB9ED3E6E", - "PreviousTxnLgrSeq" : 48264559, - "Sequence" : 2, - "index" : "00026D54B2F877AD05FB5639DBE2041007B4D6D8613B5301AAB291CED182494A" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.0097" - }, - "Flags" : 3276800, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rDvmLrFhAHRxaVmmeppZKzjfzM9RZ7W7m7", - "value" : "1000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rhKgFxe7Mp38yeJzvwoNLm46RxMdXotTn6", - "value" : "0" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "3E8D2DADF8C4FBA09D117F772F144D982F46D8FC6F050FDDA93DD0066F5ADB09", - "PreviousTxnLgrSeq" : 35240943, - "index" : "00026E9C64E0BEF3F562EFE4D13B62BA3284FD7FB09395A936591C0F23D607DA" - }, - { - "Account" : "rs7Ne13j2FCJtMS5UZmsYfHV9KBSTyan7w", - "Balance" : "20023065", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "3F9D327F292D8244735721EE8F9CCB5565306270DF8BF4F642BAFA0C06F12742", - "PreviousTxnLgrSeq" : 36968533, - "Sequence" : 11, - "index" : "0002701E7145F0FCADF2EBC24DFE242C5BB868A5CDCC50A7EDB21F7433E1C3C5" - }, - { - "Account" : "rHETEQaUhP6KBLDbQ7jdvytEfLDN5XzviD", - "Balance" : "44992103", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 4, - "PreviousTxnID" : "EE896EC16D9017697EDADC0E676F63D4E5855C682BE94A5C2E5A535DB96A2180", - "PreviousTxnLgrSeq" : 37313330, - "Sequence" : 33, - "index" : "00027632FBDE4927164EF1AAE745EDFFDD3B820809464BADEFC18E08FEF42055" - }, - { - "Account" : "rKk3VeQP8oUq1Y6J8WxARUFATRoFZn6gz1", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "35F4770B3559A62731ED680C0D8B53C8A58F8994D123AEF43DBE3D66075F22F6", - "PreviousTxnLgrSeq" : 28960817, - "Sequence" : 2, - "index" : "00027ED9E4526B75B2CE0CF80E41EE0011C39589401E717AA700CC692E21D543" - }, - { - "Account" : "rGyMFQRn5HtdC2eFoK4n98uc4QeMddiZoF", - "Balance" : "238529992773", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "FA7FE32E7D86A19D88F79F926AA5A44AEFFCC55C26B07D7BA631D9D9B7B56BE3", - "PreviousTxnLgrSeq" : 55174593, - "Sequence" : 2, - "index" : "000280047BACA5D00427677365D9559F3FAF9027E4FFE69452DD0DD577B44942" - }, - { - "Account" : "rnmYfkS85KmV9p4Le7cJC6JjJcysL8Y5bw", - "Balance" : "25020000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0F5503095AC7D78B6AD2E8B7C4A0A946C4DA0273C433E8AE8F3FD4D55F68DAC1", - "PreviousTxnLgrSeq" : 56406521, - "Sequence" : 7, - "index" : "000285A460C476F5AD35C6D837EAD4F2CC09D7E8A43F07D77AD8B72204372903" - }, - { - "Account" : "rfRnmsbfku4S2nCrPXKFtKsNVE2feYW9Kv", - "Balance" : "739809000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "8F9C0CBD3E6DCC535B67760BE2C4AB4E96CA855DA763A352E2A5882D5AFB7FC4", - "PreviousTxnLgrSeq" : 35491168, - "Sequence" : 1, - "index" : "0002886C2182362FA2ADBF0794354385F120D4F90316D408DDA1BE254C08F340" - }, - { - "ExchangeRate" : "55038D7EA4C68000", - "Flags" : 0, - "Indexes" : [ "14472F3D7E46A79BC424FE22782DA8152B3346F240D76B03F17C06C21C56005F" ], - "LedgerEntryType" : "DirectoryNode", - "RootIndex" : "00028C6812AF7B7043E8D146563C740614D1293A952026F555038D7EA4C68000", - "TakerGetsCurrency" : "0000000000000000000000005553440000000000", - "TakerGetsIssuer" : "A2F38D1722E33796F5880141A8F6318BC91F27C2", - "TakerPaysCurrency" : "0000000000000000000000005553440000000000", - "TakerPaysIssuer" : "0B233D3B2EBDC4F12A251C29AF26323EA0864CE9", - "index" : "00028C6812AF7B7043E8D146563C740614D1293A952026F555038D7EA4C68000" - }, - { - "Flags" : 0, - "Indexes" : [ - "1A319AE7B7FBA78BE7D021AC01C781A842BAAD4BF558A7F709C86A05F1607F8A", - "5FD00AB6D78C5F742B00E02A8B3A5D47A9642D0FF3143438BA4B9F7FB93898A7", - "915A2E1823AF08F32A7803BF7B7AF43D2C3EB77CA05F56951304C6D7E974A7FE" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rBcwbD6PTsoveJLT2RLwiKwNBvubWEqB23", - "RootIndex" : "00028D42EF0C344205C82444A6F67E9875E6CFAB5B9210B6D70ED6AEB16E6CE8", - "index" : "00028D42EF0C344205C82444A6F67E9875E6CFAB5B9210B6D70ED6AEB16E6CE8" - }, - { - "Account" : "rMCuL9Sce7QiJHosT3kkGaF6ySntfVp2Gj", - "Balance" : "19999990", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "02AF004961D61E2CD1F0BF84C5F31D47EC13086FFE5D51EE8C59842DC1C325A3", - "PreviousTxnLgrSeq" : 35880386, - "Sequence" : 5, - "index" : "00028F39C354A66DD4994A4CD7AB8A91E32452E5039898CCC134FFA61DD0025E" - }, - { - "Flags" : 0, - "Indexes" : [ - "0BA71FA44920D017FC27956BCADE84B103CA8BA11B835BB6ED911A3FABA549A4", - "80461BDED64B13994E9318F3143BF436C256E81A9B574FE0D511602CA3466E33" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rMqgMdQm1hDh7ZUAWz4AzASi1vg2GMRY4G", - "RootIndex" : "0002999EEC715951639874C60F2D4F6B28E29CF6432008EF86DEB988CA8AADF6", - "index" : "0002999EEC715951639874C60F2D4F6B28E29CF6432008EF86DEB988CA8AADF6" - }, - { - "Account" : "rPDu1wk2vmLHdCrztVrn4yNMTNeme75Mmk", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "CBDB3EE7253A4E47CAE1BA3FDBA062C364ED4E7FF9686F558E2598E9B19589F6", - "PreviousTxnLgrSeq" : 47865012, - "Sequence" : 2, - "index" : "00029D9DDBE35894846ADEF13949EE95AD3FBD4B749BB800B6508A82160706D2" - }, - { - "Account" : "rNFYBtTaywSA2PmjpZSXJ6by1Bh5MjAnj6", - "Balance" : "1258667366", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D5944A2C279AAF2749D4F7658ACEBAD24252393B1BD108D51A4572943D88B17E", - "PreviousTxnLgrSeq" : 53527042, - "Sequence" : 1, - "index" : "0002A3F34A62A3FCED5E3DE2AF5012A2B33AB8EC411028E4310947A4BADC6F9E" - }, - { - "Account" : "rU51UCvkbJDsjXsE9PmB59TCm5ZjSW6ZPy", - "Balance" : "10000000811", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "1C916B192126CB9D8524DBF7DD77325EFACE96BF282BF0877F0C22D4BB9BF4D9", - "PreviousTxnLgrSeq" : 55180029, - "Sequence" : 1, - "index" : "0002A590029B53BE7857EFF9985F770EC792CE483720EB5E963C4D6A607D43E0" - }, - { - "Account" : "rHW2anzZMwGF6jB3Qe2KJHVvdNp83u8zUB", - "Balance" : "19988000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D83E336EBA2F2768A8FCC7A7C9F93CD3145861C5FC89828122006DAFB0DDED38", - "PreviousTxnLgrSeq" : 18595284, - "Sequence" : 2, - "index" : "0002A98F9BA1CB7F71BBD170DE366EB64B818B05CE714C611DCB1B501C5834B9" - }, - { - "Account" : "raGNVgTN4vmi8FyNh75ydzJAbeuXjytDA2", - "Balance" : "476318366", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "FE70E402404608A3E77B23AC61A8652C448EF08AE2DD110C0FCEA8E7BAB8D1A6", - "PreviousTxnLgrSeq" : 35179921, - "Sequence" : 1, - "index" : "0002AD9E073BE86B8D78BE3D6B417F41CB37C5782D05E6859BB57E709543E283" - }, - { - "Account" : "r9scREW2BqzWc5EHDPURFXmc2nbE3zk27o", - "Balance" : "25981483", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "031F8EB959C780E160DE06921338275E85B3F6CF963DB9BDF6C0C30279CAECF4", - "PreviousTxnLgrSeq" : 45548830, - "Sequence" : 9, - "index" : "0002AE9D14EAF79B4C4928D622CEAF7C192B79682C091E373466E7B4948C3F82" - }, - { - "Account" : "rHgmYFSPe4PmHAAxLmXT8gHTHdAkyC8qux", - "Balance" : "37353357", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "4F91EB7706212FF41734E3DBB3AAD1107DFFDB1C168EF2C588D5762FCB28B6E4", - "PreviousTxnLgrSeq" : 36055617, - "Sequence" : 5, - "index" : "0002B0BB1E2050F8E9A46A9E8EA28D9602B1439219ABA1932ED251CDA00DCB4A" - }, - { - "Account" : "rEMZkiyzyK4ujMEqkcA6RQz8kjjt2Lo85s", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "87F590598CCC90C920C76AB3799867BE73551358852B955A54383EB899BF81E6", - "PreviousTxnLgrSeq" : 56862164, - "Sequence" : 56822595, - "index" : "0002B53E6EFB0DA9EAA4AED495AD95238848042571240D89255AECBD5FBA4451" - }, - { - "Account" : "rJ9ocS5wWL93D4nPDPypAmvpvDJaDmNKzy", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EB19B4DFBAE06FBB920BEADCCDCAE0DE655249A14698D9985F97D5AC2AD52C89", - "PreviousTxnLgrSeq" : 48079546, - "Sequence" : 3, - "index" : "0002BDBDBD34EFAF974F5439F222439CE9F23F80446E9B252C4424543CB42F67" - }, - { - "Account" : "rseH6yDsetznMcuUg4uVhTjQPJc9BE4bpQ", - "Balance" : "20042739", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "59F89927C1B8F3BB5880902EAC796CBE2FFF44C3CDC8E3CDD66A5E9F962966A3", - "PreviousTxnLgrSeq" : 56775842, - "Sequence" : 55769928, - "index" : "0002C6425429A29A0BA566F93145BFBEABFCDE6A7E2AA81E2D0823D8F6E12303" - }, - { - "Account" : "rwkEbDdopDS13yADjPNmAnsB4yJvdZyB6s", - "Balance" : "340570301", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "8401A5E0142CBE0F3EE3DFFD92C86065FF00EAF189AC7F0466384B64AA45BA2A", - "PreviousTxnLgrSeq" : 35533603, - "Sequence" : 7, - "index" : "0002CA03B25A44145348CDEE8FA9677C40AB515E9ADB9310562F742B0471453A" - }, - { - "Flags" : 0, - "Indexes" : [ - "3C7ECA3343757CF715F41334F4DB668B3FDCC40F4BC4254FBE0400555DCE72D4", - "537FB843F8AB0749B4D27028B76D2E80D02B5479102EC43F92486C5D7AE75907", - "6BFED756A60D16582D4132B29E07B087FBFCC2210295CAA6AA11238BC13EA785", - "F65B5293422BD30522CED800B6D14D9A79DE5698412134FCD5CB276512A1ADDE" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "r8RwFcEDnhCJATxjEjVAjQ1QszVsHD2Hn", - "RootIndex" : "0002CD31E83DF6281A9A8D7481D5FCFCA5003E57CDA551FF0B99ED6E34E71840", - "index" : "0002CD31E83DF6281A9A8D7481D5FCFCA5003E57CDA551FF0B99ED6E34E71840" - }, - { - "Balance" : { - "currency" : "EUR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "EUR", - "issuer" : "rJ6m73X94YvJxXJRMU2WXQx5s1G3woTAx7", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "EUR", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "LowNode" : "0000000000001B92", - "PreviousTxnID" : "00CFA69736975A56B4EA193D9207304E077C53F3EFA6C3AA024A8B2974225016", - "PreviousTxnLgrSeq" : 51640267, - "index" : "0002CD3BA78E323561C904095C2EDDD0EAE58682C251C3AB249EFB9750E92C8F" - }, - { - "Account" : "rKyK3pQtCTMz6nt6Yxtx8vgju6hLyLWpwh", - "Balance" : "1000000289", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "C0F561FB05A808EE51101B4D451F676224FCD18500049054BABB96DEB07D4C35", - "PreviousTxnLgrSeq" : 53531363, - "Sequence" : 1, - "index" : "0002D81201E576CF3E0120E2CC35C03E08E22452F498B8C874CD1DF9D3DC305B" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0.879917248308" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rPT74sUcTBTQhkHVD54WGncoqXEAMYbmH7", - "value" : "0" - }, - "HighNode" : "0000000000000178", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rGestQBBx9LzvB84EuT4fXLMGJwobM4hf8", - "value" : "100000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "FC708BDFC90FFF03350A3D8DA999382F7D26C23C9E506E21EE85988BAA713868", - "PreviousTxnLgrSeq" : 46748120, - "index" : "0002DBB4B998AC5B154C44CF6D09AFC56F1EF7AF932F3F8639148F603849E287" - }, - { - "Account" : "rKcA2BEGo1F9FgjxZCpYKXCPdoRgs6HfEx", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EED2AEB0E8CC724DB3993DC7A4AA39CE45D3EBAA14FF3191833522C3C51ECF0A", - "PreviousTxnLgrSeq" : 35775598, - "Sequence" : 3, - "index" : "0002DC77014AC99A1EE11FC396FE3EC53114075916DB1CA19B6D00FAB2054279" - }, - { - "Account" : "rnFzegAparFPG2iT3ZjNLyJCJgTaTGTAze", - "Balance" : "44977500", - "Flags" : 1179648, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 5, - "PreviousTxnID" : "87E952D70F677E01F7BDE997B56CBED3B03B089F983AA4E8B5510A9A4E993818", - "PreviousTxnLgrSeq" : 44630608, - "Sequence" : 4, - "index" : "0002E13AA676C29F39CA24FCE64D649E41EAD3878674E38F15AC2E8A2C62F7C6" - }, - { - "Balance" : { - "currency" : "EUR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "EUR", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "0000000000000B2B", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "EUR", - "issuer" : "rsrqGKug9zri8a6v1ntrxG1iY29jc17eaW", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "62A36774CBBB4C81A0DFDED7DE937B94C9FED2F1E851FDFE813CAEEB203A6745", - "PreviousTxnLgrSeq" : 33856831, - "index" : "0002E2F1FD488A0EE9D03253761F144EC0DA33AE3C4191D257B5B11DA3FD85C6" - }, - { - "Account" : "rEJPTXe1N961YD9cGmsmgwMpZmbz26Yave", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "84F8284D4F9C04C3B597C988A09D2EE3429C11432850FA2C6B5174606F47AD2A", - "PreviousTxnLgrSeq" : 45560553, - "Sequence" : 4, - "index" : "0002E40161CF611D05E5E3955ECF602A0CB24B15AC0D34452342564F1ACE8746" - }, - { - "Flags" : 0, - "IndexNext" : "00000000000004CB", - "IndexPrevious" : "00000000000004C9", - "Indexes" : [ - "E8C9A4D4FC68E8907135B58F79CB7C9A226354E8763E3366DED150ED31B00A3E", - "C76498C69D0DA394320DCD231221BFE68DAA799FC83C39BA077535B1C1C64357", - "A8CF9F1AD796E54FEE58B3325606D629123C27A47D7DC62D3FF9D7EC050FA379", - "8CCC845672D85DC8409187B6AF07178726852F123C9778B41BE1F725B7D52E85", - "67DEE30B11DF75D230355AF0F62232B2C3FC741446BD58EDAE8B8E948F10A98C", - "6CD1B5E38F1E830B178C8539632E1AB649A3AE96D308FD54670AABBC261C2D8D", - "90015E42BE4342D74C7263CE40B04B19477CA51241DCF5C7EB76C462C1A8A11C", - "DC23BEE432638C1B2F64DBAE2BAE0178FD16FEEF4B60FB4DC06D89FD9925F043", - "CAC174B9408518428BAE74A9845581F66CB3E7073C2C34033DFA075B0BADD594", - "7009D3F91AC4E64B37AFAA5B9FB76AB370E6F9758F99A4BB0167233403F06925", - "B78CB3A31755211BCC3325B6462A20AD4E6BECE76E788DE8487E6560C364FAFB", - "12D2F7522CA12F07533987A3C3F79FE62DF285C7D3AAC8886CD9EF05D2EA3310", - "9FDD34BCDB121570A911E6E318E869FDA3311226F19DC848E9B21926993B3B7A", - "EFD8D41B49D6503256FA072C3C2B6432C67BCEBF2A66E186EA5ADAB618E84F69", - "F26F2F1712EE21B75179B4BAB05ACDB28C0C60146ACA1832D738F9FFD8C21495", - "DB9683C7760AC03A768B3E3E123C315337D3E8C91247BB1AFA2E9BB395B73891", - "03D2F3700BE5F072967C1AB29ABA0F010E05B938BD08DA8985EAA707EB0ACE34", - "4431EB0B4C6E133656F48955FE5A0C6954477C665289B0BAED4AC8202781BA77", - "59956DA4F14C2F71C1ECF70923828616E9285F11CCAC5B7ABD45A3902167C18B", - "CA5C95DEFE1939A958A673F59844F013C7B46DE6CCE474E3F50FE4C2FCE480DB", - "E03D2B6D8F58E4B518264FC3E91C806599709F339D141ED3D03D765C7AEA6B0F" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", - "RootIndex" : "AC7D605DC4B0E09BB9BA05DF47C1D6CFC01688603B14D86BB0E3896B910EF4B4", - "index" : "0002EA7BA21C8D8226C854BDB74D687C237CEF8746F3DC932A559F9C2064F8D7" - }, - { - "Flags" : 0, - "LedgerEntryType" : "SignerList", - "OwnerNode" : "0000000000000000", - "PreviousTxnID" : "F1A41B304E232A9E3C9D598D07E6937B9EF6C1EE9578A7C083983D1A2B90FAB2", - "PreviousTxnLgrSeq" : 35126701, - "SignerEntries" : [ - { - "SignerEntry" : { - "Account" : "rfPN64wTKpvoEcGXbzaSFwTeJvGgkFwTuY", - "SignerWeight" : 1 - } - }, - { - "SignerEntry" : { - "Account" : "rJ5LGeJ3AXgtyUaBj9Nv9LTfSLnD5S5M68", - "SignerWeight" : 1 - } - }, - { - "SignerEntry" : { - "Account" : "rKZJjkstK1pRQzk8s7UiaX7Ubo6Z3TVNVD", - "SignerWeight" : 1 - } - } - ], - "SignerListID" : 0, - "SignerQuorum" : 2, - "index" : "0002EB7A73AF53419F135C2E732BC70774B84D1235E96AE5F2D4481FD2EB079E" - }, - { - "Account" : "rM3swPFaTfwJJuUaGQ8hnA5koULsewx8u1", - "Balance" : "19978733", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "3F89A76079746F3EDC49577DE020781A65BC3289122B2F5358F22C8BA27A7D9E", - "PreviousTxnLgrSeq" : 35582012, - "Sequence" : 9, - "index" : "0002F175C2C7472A08F2B030E656B5C6F114A5CA3F00290802C2E16F7D60541B" - }, - { - "Flags" : 0, - "Indexes" : [ "A1DF1B804F052A8831B39E1F6B6B1DE5F4E78C0E33863570E3C665D35C4B9C0B" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rU5whLGPpEmntcqTwQaLS4nsnrHe85ozM1", - "RootIndex" : "0002FC2F23C62F316FE8823101479F16BA154E6F2FA798A31C3CFC17072E24B2", - "index" : "0002FC2F23C62F316FE8823101479F16BA154E6F2FA798A31C3CFC17072E24B2" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-2.939007646409247" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rn4P59E8AryXfuWyTcP5PkUC8fVDjvLN5f", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "LowNode" : "00000000000007A8", - "PreviousTxnID" : "6047EC41BA9E306F7AB111ED174FEDFAFE85B3E2C22409A0B934252C5C94DB28", - "PreviousTxnLgrSeq" : 32218908, - "index" : "0002FF5B1CA1E2C54BCF1E547A8EDAF9A21E4488D88338A7FCBA5D8B5AADAD7E" - }, - { - "Account" : "r99ooocgKebimq2QGsQ91zE1haNkMtDhSL", - "Balance" : "20944251", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "D93515E7915B3090014A11424F2B04F10DC8FFD3BC32D8E5732BBE7DD80DF51F", - "PreviousTxnLgrSeq" : 35406923, - "Sequence" : 5, - "index" : "000300F1A67DDDF180F2F5FBB4842DE5236307886D2C38188C1407EEA9AE4745" - }, - { - "Account" : "rskLVNC3mG17QRroaoppv6Edf8joEorHFT", - "Balance" : "19999988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "3DAF88BE77786AA0AB4D5B19844B88EB181CEDF58E1DA20A198740F7BC0FA024", - "PreviousTxnLgrSeq" : 40120274, - "Sequence" : 2, - "index" : "0003015678A1517A89526AA29CBB8A8BC257FF6622D88557DA658E3411F21B3B" - }, - { - "Balance" : { - "currency" : "XNF", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "5" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "XNF", - "issuer" : "rPKSvQ1qFAksr7hzk2wC2xtqSqFbxP3wvg", - "value" : "0" - }, - "HighNode" : "0000000000000006", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "XNF", - "issuer" : "rngKfjktN2ULxQrsdbsCvU8CKRA1cevHNP", - "value" : "500" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "05C99D17CE9575782E6B74151CEEF53A6D693A8AC5F27300B491916219FFAB61", - "PreviousTxnLgrSeq" : 4479312, - "index" : "0003072319EEE0498F96A9476F71B6471B1B7F950851E3DFCF9420C1F5298BD3" - }, - { - "Account" : "rGXfiCLX166omuSmZbms2ZoMYNBRzvHP8z", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "1A13C53D96A4D339F5BCCFC198D0C5D0C4886BF85D50CDAB3D63E0308CEA9D31", - "PreviousTxnLgrSeq" : 56480801, - "Sequence" : 55816494, - "index" : "0003079A869E1823BDE38CBB99D56BF929EAB01BA290B3E32473221EF02E1466" - }, - { - "Balance" : { - "currency" : "STR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 131072, - "HighLimit" : { - "currency" : "STR", - "issuer" : "rHCYrkbmxBwMKD6JjVAZBCcuDCPDMjxCB4", - "value" : "1000000001" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "STR", - "issuer" : "rsP3mgGb2tcYUrxiLFiHJiQXhsziegtwBc", - "value" : "0" - }, - "LowNode" : "000000000000007B", - "PreviousTxnID" : "7F0F38E7CC1A000F378E1EE9CD42D2C1B98702A269F93359A823FDCD801FD42D", - "PreviousTxnLgrSeq" : 10178957, - "index" : "00030A41AA99869C6DBD24DCF0C91A1FD6AD63EAE7820CE92165D025F1EC5B93" - }, - { - "Account" : "rN2TMeaxGAGHDsUD2Qaf2CtkPtraKmsvaC", - "Balance" : "19993287", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "2243B0A351E5778480EDFD2627135B2D33763EDF67D1037A8950A50076D59B2F", - "PreviousTxnLgrSeq" : 33384428, - "Sequence" : 6, - "index" : "00030A5B5C54753400E0FB69A7A376DA8EC245D6942069A3E56CEC3276B0D902" - }, - { - "Account" : "rLnnTEpzwrcBj2Zpd33Dsq77iutzSvjNzo", - "Balance" : "214124738", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "0EDB7A78F89202267DF062A0DEF0DC9B285774D65053D599DD2FFAF088BE4A83", - "PreviousTxnLgrSeq" : 28757580, - "Sequence" : 69, - "index" : "000311FDE6DA20683ECA81978A6E5C617C38E2836105405FF4129285D506B9C3" - }, - { - "Balance" : { - "currency" : "JPY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0.3369568318" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "JPY", - "issuer" : "r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN", - "value" : "0" - }, - "HighNode" : "00000000000000A3", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "JPY", - "issuer" : "rfYQMgj3g3Qp8VLoZNvvU35mEuuJC8nCmY", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "06FC7DE374089D50F81AAE13E7BBF3D0E694769331E14F55351B38D0148018EA", - "PreviousTxnLgrSeq" : 32253063, - "index" : "000319BAE0A618A7D3BB492F17E98E5D92EA0C6458AFEBED44206B5B4798A840" - }, - { - "Flags" : 0, - "Indexes" : [ "0F6870E7A353A08AE5B4C3BD1CEE6970F453F8A4B3D18B91C4C95838A56EA75F" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rhkXLsw9GevBLKy6wHTjFYBb3Ym8y3gqGn", - "RootIndex" : "0003224EF471E4E409840399C5265A20B1A83F8882623974043284461455AA7F", - "index" : "0003224EF471E4E409840399C5265A20B1A83F8882623974043284461455AA7F" - }, - { - "Account" : "rshcmLugYnNfo4LZz11P6p1tHVvKm8exwt", - "Balance" : "19998149", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "032FF7D8A3E7B7981A380430C4130304155F8DC5B0D6D7AF2AE9BCEA96043C34", - "PreviousTxnLgrSeq" : 35909240, - "Sequence" : 21, - "index" : "00032BDB9B745EFCAF7E3DB11BA75D05A8286A2AC7EF4AC61F43A72AEB0D504C" - }, - { - "Account" : "rUTx5eW837RS2ev1uSzKbAMoiTyeUNJKjR", - "Balance" : "67766079", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "E3465D18EB0E072F92E918DC43EBDEE2DE991FE6C3C8D99DFD5BC3C34AC7D938", - "PreviousTxnLgrSeq" : 45158420, - "Sequence" : 6, - "index" : "00033122E0DDE1FC1F96F3749A4B05E1DE3743F38CDC6915D9A5524B28A2D423" - }, - { - "Account" : "rUXmrQadHNnW5TPKzZiZB2ufVZnLAYRXF1", - "Balance" : "325818483", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "AFD43F421282EC80911D6C7893425D6A4502BDD4D2C0682CFB28EE9AB45AFD8F", - "PreviousTxnLgrSeq" : 41689452, - "Sequence" : 53, - "index" : "000333CDAF9C498EF3E726F426B9D953488624B318AF755C6498735CD8855A62" - }, - { - "Account" : "rfFMmbCCRSWwArbhfeKGhufZuGRbW2BhW4", - "Balance" : "125998750000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "261AA7D6FCED1FADD956FC63C72DB2AAB5E8305EA9896D7160D55431DEF6CF61", - "PreviousTxnLgrSeq" : 56212007, - "Sequence" : 55935184, - "index" : "000336C16900E4633CDE390D57C285B5D831842F403900B2B4F65EC56FE17F2C" - }, - { - "Account" : "rPyKE3f9VmYFZt1kNWRYrU8NkGWPoJPSoy", - "Balance" : "20840074", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D502895B5F48CF00B6D4661F278CEE3B39BBFF1143D8DE6A060E9B8EC31C1F3F", - "PreviousTxnLgrSeq" : 51806631, - "Sequence" : 55, - "index" : "00034DBDAB31C00B376D6A4B33C5F61A50CBDC1446E64C5E125EFBFE1FBB191D" - }, - { - "Flags" : 0, - "Indexes" : [ "081342A0AB45459A54D8E4FA1842339A102680216CF9A152BCE4F4CE467D8246" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rh6kN9s7spSb3vdv6H8ZGYzsddSLeEUGmc", - "RootIndex" : "000360186E008422E06B72D5B275E29EE3BE9D87A370F424E0E7BF613C465909", - "index" : "000360186E008422E06B72D5B275E29EE3BE9D87A370F424E0E7BF613C465909" - }, - { - "Account" : "rL98jaU74YA8ApTTKbkMhtDSvcNfiwUcrp", - "Balance" : "20778948", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "57B6A618645E8B93BAA41AA74E56D7AE985428EE490EC9EAA6C4BAD9F39D4961", - "PreviousTxnLgrSeq" : 39541514, - "Sequence" : 2, - "index" : "0003670FB502C9F2C9CF7294F92B0538B4333E9DDF12D65E36D2F65279086066" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "USD", - "issuer" : "r3dSfgL1c19ckULHUfZpAxHWkwCjWfFhZW", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "LowNode" : "000000000000125F", - "PreviousTxnID" : "EFB3C219A768237D668A7B7B50EB21CDFA3034E70AFBCD4A9338E6CD8F3C4F9E", - "PreviousTxnLgrSeq" : 35441502, - "index" : "0003758269F37C061C180B0582EE30F961E3AB9D44E1BC0020B81091ADE999C8" - }, - { - "Account" : "rP3mqGi5PYN22WUf1Fo8K7ncUntWL5rtHS", - "Balance" : "87847269", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "DD15C6074AA46CD8EFAEB0BEF4FF9C8C4B3187E46E89B314EB880808EDD38746", - "PreviousTxnLgrSeq" : 35798376, - "Sequence" : 1, - "index" : "00037AC83282ACE26F066DE2D607300E47D4A62E157CD469E1FE748A4B009F31" - }, - { - "Account" : "rfUvH5v84ytdn23UwXWZvV7SNuH2dgv3v8", - "Balance" : "50019989222", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "82682C0E4EFB0FC31815C36250C6BC129693F8C0B168DB232335DF6D40BAD86D", - "PreviousTxnLgrSeq" : 53565632, - "Sequence" : 2, - "index" : "00038644504E6E379BD37046FDA37C417055D7A88D209F7AB9C3D41840836E7C" - }, - { - "Balance" : { - "currency" : "ETH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "ETH", - "issuer" : "rpbXVn3MEwwwXyAHZtKwEqyV1x24qEWdfR", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ETH", - "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", - "value" : "0" - }, - "LowNode" : "000000000000056C", - "PreviousTxnID" : "7E9ECD12BC8814A2F575C983308F6F8D2145802AA2BD9A79430529D805684CF9", - "PreviousTxnLgrSeq" : 34768922, - "index" : "00038CAB8AD69D82FAFA3E0B02BB1CA040959B933DF4122EFF009D76A00658FA" - }, - { - "Account" : "rpUbFUFNiVcJRgUJj8sutNmLN3LLexyGEt", - "Balance" : "29974636", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "E02A6BFB72177EF2BDB1696819233BBD86CFD94B376C1ADC2A6EA831D8F3C5FB", - "PreviousTxnLgrSeq" : 50996773, - "Sequence" : 77, - "index" : "00039B62AAB31EE54B8CF9346CBF12A8A9FB80EB0C2BBA04155B5B4F0FBA594D" - }, - { - "Account" : "rQrT1y5CkTKjY6zvci2TruPw2vEGraMvvt", - "Balance" : "3416025660", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "B9BF42229699062CCEC0EBC171CE1177CF99EF387E1C378047C8E3128021FDF2", - "PreviousTxnLgrSeq" : 56479420, - "Sequence" : 55482786, - "index" : "00039CCD5DFAB67E18E978BA2578600A56CD94B71E5EA2920CB825EAD0950888" - }, - { - "Flags" : 0, - "IndexNext" : "0000000000000784", - "IndexPrevious" : "0000000000000782", - "Indexes" : [ - "05F6DD98054AD536FB7D1EE64FF2E37BEA525987300C9051057A428D64CFC64B", - "0E23EA9F7D1466FD72C2D7330E4C0048B4E4B97351EAD7C7851D8C0BAEBF7E15", - "2E349E02287ACB74A420254B3E5535DE13327AAB81A524A877F778CE5CDC2149", - "2FDA646F4E34E04E142223EE957C265C521C28F93DF08998191281C1E5ECA498", - "37010083EE0EE6FD172F3A9FC8D8C4A61FE49BCD640FB7D14D26DCC0E40E61C8", - "5233260F503316CB6EA03FA4943D1E51078E98F7D58BB0544344D552884221D0", - "5775CB45790C38F6EFD6A8D389A683059F00D109E6F39A309BAA852EACA7DEE9", - "5F13E18B1CE5E53B79606BDCA2CF9F96BFBB82B31E7114A9A7E6730CF7788E23", - "66E278F46FBF660D6EDA7EEAFFF8D509A4FED347C297B8EB3E88E77B65EEF3A0", - "75B5F03D5096FBA46E298498583FEDA09C6619F6BD40D12DBB0A8956BA04EE9A", - "78B60DCC25CA34332C66903DCA62B2F1031F025105C03C2CF1BFC71079E606DA", - "886CDA9A8C949DE729D83B0087132AFD126B3D1A1155BAE5244F1F1DB957DF64", - "9085C41FE89F7A7729B5D2E851CA27EFC75C4A5FECC1CF45CF77D68683E7F8E7", - "95AB2A9A055A76C6FC99C2AB752F825BC4FF097017554C8980A045D9C2106F98", - "9D17132791D4A6E9A9FCD2335401290F0A24FF5A18D99F1041E36B98DE765C5F", - "A02CA67F804DFAD220BDFFC49572FE8F8545B6B17F716316A03783619EBBF2C7", - "A8F40848D68D4D138EDD5CF0F8534657D423C02E40581C5EB8DF4861BEC4BAEF", - "BC6B27DF63284E418A1C925D4E8B2E999C8672FBB08839B2AACAFC83789CD527", - "C3A98E846189D1B85DF395ED97F086C3F95B5855C93A07739E6E9AD4E368F679", - "C9BB90AEBAD895B6E7D7D37C6F2BDF53744F06ED8D720156A5DAB8AE904FD554", - "CB8A6826ED894DA07CCE3B47BBF51805308A17478580C1F9591A9085D712A6CB", - "F971A92DF948FF4F8A5A0EBE54C37AD1757C41A02AA1A219A3D0307FDA7E25B6" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", - "RootIndex" : "4EC2C3BBB5D149BD55EBFB6841BFC74978B240A5312EA96BF569367782997DBD", - "index" : "00039FE2851CAFFBF4AB8906A7CA4C6DA20A03AECD402A62E25B5503BA264C90" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rw8tGC1FHXeuQHo5ccGRAhwNd9MHFsUaXY", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", - "value" : "0" - }, - "LowNode" : "0000000000000461", - "PreviousTxnID" : "BFA706F20486360826B396D37B6687A017494B713A0DA607248BC7C1DDD688E9", - "PreviousTxnLgrSeq" : 31239501, - "index" : "0003A1E91894EAE15ABD2E8172734A7F56847D845570AA9071EBDC0A4F3994DE" - }, - { - "Flags" : 0, - "Indexes" : [ - "58BE13B0871BBE38CB03C9B3BDD3D449FCA43B992DEC896C99632809354A75BD", - "52A28BBAF0EC325F81CB248D8C2FDD27289523738DD0BDF861626ABCB1012D75" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rB9KYTdt1NPvt4rjv3HaGyghuV8ZbjxAiv", - "RootIndex" : "0003A8522014599601A808BF68B490BADE57DD328B07897F9CA18C7782C3C29D", - "index" : "0003A8522014599601A808BF68B490BADE57DD328B07897F9CA18C7782C3C29D" - }, - { - "Account" : "rfretfgjYcB6cVRSqUkGaUBRrPJg7oWXBk", - "Balance" : "20857762", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5398461E08D4B541D3A9B120E9B684CA563581732DBA3024EE2B4837C5636854", - "PreviousTxnLgrSeq" : 36532402, - "Sequence" : 3, - "index" : "0003AB72C4F8DC6C6F9FE1776429E758330E7061EC9EF28D4EF46A1C23E535C4" - }, - { - "Account" : "rHzcWrLab3MubitUfsNGsLNqKeA75VCzjA", - "Balance" : "19999990", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "958B8FFA11DBE960A1346D960217180F37600F8A9E7DAE9EB0C170B1F0B85064", - "PreviousTxnLgrSeq" : 35703532, - "Sequence" : 6, - "index" : "0003AC9192E3746F287527542C724A38FB1689F50AB89617930BCA53C051C8AE" - }, - { - "Account" : "rEjcYAi1kePMyrQTdxFkAdCg8DjUNG2nGk", - "Balance" : "19988000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5A7CE59A33514F05951427EAE6D5139721464730840EC890DC8520E5DA77C7BB", - "PreviousTxnLgrSeq" : 15913663, - "Sequence" : 2, - "index" : "0003B74499E08C266F506BF1F52B4E5212493D913493E4B037DBF867A5437530" - }, - { - "Flags" : 0, - "Indexes" : [ "05654771F9B57011239F2AFE5A92F08220318968F1438DFA64F2CDF0A414B5E6" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rGt8yFKTASyBxCXE9bzXpF1Ucsdx9wdNYD", - "RootIndex" : "0003B76E9B32E108BFBD663FDFB30BF1CDE19E411214C1D9E4A28417CFCAF6BD", - "index" : "0003B76E9B32E108BFBD663FDFB30BF1CDE19E411214C1D9E4A28417CFCAF6BD" - }, - { - "Account" : "rJdAZgrkgVAxsksMkZbn9zheeQFLzp6SGs", - "Balance" : "39999976", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "0A57BAB1C758ED1D3F808133343FDEE5972E9CD0B071A3A814D1BFC64DB039EE", - "PreviousTxnLgrSeq" : 37117674, - "Sequence" : 3, - "index" : "0003B8F63DC61D899B69A0F889DE22EF5CD4B0532DF2C6F4503E45A74F5C6257" - }, - { - "Flags" : 0, - "Indexes" : [ "792E7B025DA04B17EF4BF7C682EA21C900C189D12994B259DE2980F8C62051B3" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rDg11bHubiWpoki8rt9gxpTtLyJeZJ9Sp5", - "RootIndex" : "0003BA5377F7E730EC26B29C412B25707992213103754914DAB2105EA13CB604", - "index" : "0003BA5377F7E730EC26B29C412B25707992213103754914DAB2105EA13CB604" - }, - { - "Account" : "rwZF2RtFafhr3igLU5R32Sedk9gjHDYLDm", - "Balance" : "24977500", - "Flags" : 1179648, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "F15DC44FA931A53BC44940B42A0EFDE4C46BEDF23E1A8A7CFD5BE75224348139", - "PreviousTxnLgrSeq" : 51619073, - "Sequence" : 4, - "index" : "0003C51FEC6DF5EF908A32AD980883A8ED0B39A1855870922C935DB43194D173" - }, - { - "Flags" : 0, - "Indexes" : [ - "6057B8300EF716859B9BF62C8C8C98EA232F7A02E1EF7FED4A0C0F7382F68A51", - "6D3BBE35F7C18C8747310107B1A6B7295EE1FD6667A00015A9FB6681AB0BE10F" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rPbdWUNunUfAGaprmJo5hQyWUkzXrbANzB", - "RootIndex" : "0003C626CADF620F2E911CCFB70BBA29795339274DA9EAE7A2BEAA6C105D1AA5", - "index" : "0003C626CADF620F2E911CCFB70BBA29795339274DA9EAE7A2BEAA6C105D1AA5" - }, - { - "Flags" : 0, - "Indexes" : [ - "C35FF73535631AFA1BF6F15AD391FBE7FFBC5CA9B63411DDCC5E10EC07149AF0", - "AA32F82B41B573D12970D05D5720DEAEA60C3502A3054816ABDED76ACFEB2C3E", - "9A0135755653009912CEBE1869626D7DDBBAC4FA2B0302DE70D1AAEDCD29AC5E", - "1F00033E131AE60F9C3389E849DD4EDB3F00694CED969CC3E8558B5435948899", - "062DEEFC31527A88DE509CE9F09F1D8710E134AB606D05AEBB9B503303821C59" - ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rUyB89zuaijCypgLEXzQXUqthe5FPHUMc", - "RootIndex" : "0003C8E760C9CE377CA4486675760C984DD380E14088CF34E309F7D266956376", - "index" : "0003C8E760C9CE377CA4486675760C984DD380E14088CF34E309F7D266956376" - }, - { - "Account" : "rNxHAm6DrFCgLRV8iyNMzmsmDc3yT9fMew", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "7AF4C24E06DD0F8E2673556DA7E9B4C9F723172898BF29299F3DD5CD62032734", - "PreviousTxnLgrSeq" : 46462347, - "Sequence" : 2, - "index" : "0003CC742B46D74305CA8E046819E1AA97D1562C79220075C88F910DB3D6985F" - }, - { - "Account" : "r6NGJbC8Nh7qg7mNNkn2QpAzLWfh8hP58", - "Balance" : "93294121", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0A1527D62D932335CB5B3CB39073FDF70E005717A21B81FDB8454C56264CF965", - "PreviousTxnLgrSeq" : 31926264, - "Sequence" : 3, - "index" : "0003DC0717153A0FC5E2EA4BA5B591B212EA1EB5BE7B39855D894A058E202F8D" - }, - { - "Account" : "rHpBxwCmb1qDYfL47Yssog86oWYdrWZf5U", - "Balance" : "2000000002577", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0FD4DFDA203A9F9D7E47C7DA2412AA38ADBA2B200515A0AB5F077EED7DF53192", - "PreviousTxnLgrSeq" : 55163924, - "Sequence" : 1, - "index" : "0003DD9FD0C0CCCE359F26E8395BA4A60CB7074439188796C9BED785258375E8" - }, - { - "Account" : "rs2Pi9HrrmrHSva7Rp6m85WTMbijxU8ZRN", - "Balance" : "16294773045", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A887C95A0C6EB0E9052F4DA814D04A411126F255246DCADE73F23184164416DF", - "PreviousTxnLgrSeq" : 55182715, - "Sequence" : 1, - "index" : "0003E412CC0915B3AD068FEF0D8AF37E09DD2DBC802F8D3F5075E13D700955B5" - }, - { - "Balance" : { - "currency" : "ETH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.000375" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "ETH", - "issuer" : "rtR4429hdNSHotarYCqzeJAxqRw8cER1S", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ETH", - "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", - "value" : "0" - }, - "LowNode" : "0000000000000241", - "PreviousTxnID" : "A6626B1A8A4D66395DF9B4A29A20A31C0AC2E9151274EF4871F1ADCAA6F434C4", - "PreviousTxnLgrSeq" : 31100032, - "index" : "0003E975AB352553F6FC94C4643C2FC13B8CFD1C176DC61694BB5FDEE767EB3F" - }, - { - "Account" : "rfr1PerWfzGmbEn8ZKuz1hGsk4smDAZGST", - "Balance" : "19999980", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "2E9AAC3FA2ECF151EDD81C5E8F88BFA8AEDF755B244283682B086D12F857E0BE", - "PreviousTxnLgrSeq" : 48589693, - "Sequence" : 4, - "index" : "0003EC18AC4B2CF519F33BE734870151F8BED09AA250F1E95CBCD95E04908791" - }, - { - "Balance" : { - "currency" : "GCB", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-33333" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "GCB", - "issuer" : "rKVqAXyd2xdP9iPUJ24j7wjX9TW2oBb7iq", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "GCB", - "issuer" : "rNdwi8ain5ibXNB9A7H3zzKtSxgVzAqqAe", - "value" : "0" - }, - "LowNode" : "0000000000000169", - "PreviousTxnID" : "9B30B8940D0519DC4DBB904E9ED34A12FC42F366981C3BA73E1C43E3E5D27A06", - "PreviousTxnLgrSeq" : 38343800, - "index" : "0003F339D937025D9FAE8724E3949CE4A2D497EE72DCF17CAD03C07E69C312B6" - }, - { - "Account" : "rNPYdGhgeVHyD7Loj4vrEPMjSPGig2p2Fj", - "Balance" : "49999970", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 3, - "PreviousTxnID" : "BAFCA0A4AFBA0300B8800C16E3ABEB0B095BF3103EA985D064EF9C1AD061B9CF", - "PreviousTxnLgrSeq" : 44292686, - "Sequence" : 16, - "index" : "0003F463DC9910431C20BE61FBE203C1776A97847A6C03FE662D0CF571E812BE" - }, - { - "Account" : "rHP4k7K8hxLAJkJjDc6qn6VhkibPU6Vhee", - "Balance" : "10955579573", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "B00C84FD4723003C3EF88934D2182BFEA3A737BB11E81A52340517D9143DCFB3", - "PreviousTxnLgrSeq" : 56192692, - "Sequence" : 2, - "index" : "0003F8872371E899468914E24BC20DD218BE8A2647AF5348E1FFCA92EFE96717" - }, - { - "Account" : "rNozxmhZbAnfcoFrvENNo64HEW5ceNpPPQ", - "Balance" : "19999988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "44290B40914D1192777662E29FB32F43207FB52E7E2BBEFF5F01EBA0ADCF8B08", - "PreviousTxnLgrSeq" : 48580948, - "Sequence" : 3, - "index" : "0003F92B400F4AFA2CD3386459C99408786124EA11BF6D5CB211859142BCC8CF" - }, - { - "Account" : "rfNXU2szUFio4Hus3nikZCxRTM6SB1wGmG", - "Balance" : "2000000167", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "91F073C52B1046E4A4280BDC5299FA25766640DDF8D537CD189424B84C55B4B9", - "PreviousTxnLgrSeq" : 53535233, - "Sequence" : 1, - "index" : "0004006B968DCD105EB9235C8E7CF2A5DEEADC645073BA5D43642CE874CB448A" - }, - { - "Account" : "rUAcsDtb9haqV4Yu9TeSSjpzb8VScp9WKF", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "76916479558C2B1EFA75271AB49DFD491B1B38A9A024584CE6210F34370CF97F", - "PreviousTxnLgrSeq" : 43500691, - "Sequence" : 2, - "index" : "00040A6B5E10E3BC48E76A1FBD64F26C5DBA536C77EAEFD62DDAD03822E79F0D" - }, - { - "Account" : "rBrzrsaHN1NMJ8wNirWGi4xXRixVMa3K4j", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "3BB91826267F85C3A203A5E37FBE643E4AA1F16E2DF8ADB33A009FB93F492BE7", - "PreviousTxnLgrSeq" : 46452698, - "Sequence" : 3, - "index" : "00040B73AB116C267CE43B7A7A7BAC16FDFC0936DC9AB245D54BB4B672BC9A41" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "0000000000000680", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rhePjBM5Hdhqc2hiyAMMNArwJyHhmN1ys3", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "34B671C49C8226F2993601B9F68383C95FEA701A2055D2E64BAC5E2D0E78AD17", - "PreviousTxnLgrSeq" : 30260251, - "index" : "00041008DFADEF0C28810345202B75AB9AE17BA191F3F4821A46D7F476E69B88" - }, - { - "Account" : "rEYT8JgAafMNKDBqPePJCQzxgnH2KYiRSE", - "Balance" : "707739031", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "956669766DE55BEFA53C7C013D113F43A2590451A55452E0787C3FA0C0FEB854", - "PreviousTxnLgrSeq" : 55788741, - "Sequence" : 55786539, - "index" : "00041034B0D6E62B850BEFE74CE4565E47221D550CD274FE4A1EF6310DE39540" - }, - { - "Account" : "rfZHqsL53Kix5vGwTss9fzUe2mC7AZbziF", - "Balance" : "302424455", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "2DC609DA0D310409F4DB8C9C9DE2A539BD60EE0D94218795D552BFE04921A5A8", - "PreviousTxnLgrSeq" : 35144098, - "Sequence" : 2, - "index" : "00041094FF85918AE56E103122EA8C21B4ED567F17B9AA1764135BF4863BA91C" - }, - { - "Account" : "rJYacFmK5NW6q1en2X1WXsC63FeXbdZZcK", - "Balance" : "1993092237", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "E040A227580A5D98471EC9F08B2BD714D9D131B30C1D9B5DA537625D9D9023ED", - "PreviousTxnLgrSeq" : 53866398, - "Sequence" : 1, - "index" : "00041CFCBED5E832F9AF02921DBA390F2243809CAEE2F6B12FC7FE2257EB4C61" - }, - { - "Account" : "rNn9diyjJ8rypuTMT8eowyDdhWvfka7PyW", - "Balance" : "49995695", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "6DEF945C56DFF972AD5387BBF158343C18DA2AE38810BEACFCA79F0866F8C6AB", - "PreviousTxnLgrSeq" : 29843258, - "Sequence" : 4, - "index" : "000424554D47800D97BCA002008324F3505F3DFA0051369D2BB1EC9278EC1AFA" - }, - { - "Account" : "r4gdggbXw527EehtLpMzSq7HkV8X1ZJNfu", - "Balance" : "49988000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "2C5AA5DD28A86D1FD15C71D5EE10ACB379C26353068C677536CAAF5054EBB63B", - "PreviousTxnLgrSeq" : 10591517, - "Sequence" : 2, - "index" : "00042D99424950CEF1C109E1AD59A1BDB39798CE5DC33997118E5C81CA36D736" - }, - { - "Balance" : { - "currency" : "EUR", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "EUR", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "0000000000000EB4", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "EUR", - "issuer" : "rpqf8HjJVfNGzz2xgp6FHgGSDjFUJVF1Z7", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "58F0CE1FC3D3F698B54EEF63327F5312A4E1F6ADFF0D6C0E9E5ED70FAFCE7108", - "PreviousTxnLgrSeq" : 35077255, - "index" : "00043116DDC6156D7F1DEB82947E530C5D15BC1110EB4B6610C73026608058E8" - }, - { - "Account" : "rhsxXXvmCJSxXdPQh1BghKrwWmGCkidcWb", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "8AD609D944125F19256A8F43BBB306D815237EC2EDDAFDA3BFBBA05DA6207A8E", - "PreviousTxnLgrSeq" : 35163930, - "Sequence" : 2, - "index" : "00043AC62B3EC2680D729DFF135CB31AF9EB59D2866B588959D6F45ADF76949A" - }, - { - "Account" : "r3fDQrGYJsLfVnX2UpR3AvHLQMe9ttBhFM", - "Balance" : "194809789", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 8, - "PreviousTxnID" : "6BB24B338A3ACE4BADEE7B3F947636C7F657F459CADBE44F2C9B469C999FA3A2", - "PreviousTxnLgrSeq" : 34106543, - "Sequence" : 493, - "index" : "00043C397A43F4E6F99235F840C5783ACE2780A8AD5D5BC344BD7DCB6CD9D853" - }, - { - "Account" : "raoc4ckuPpfqGuuAm55HwUvUHcfuNmiAhj", - "Balance" : "37291669", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "CECA45286DB6F6E01EEE88D950556D6E40BFE67C66A3A765B09C2FD01273391E", - "PreviousTxnLgrSeq" : 36188661, - "Sequence" : 1, - "index" : "00044273E4FCD8932602CBB8545F54E862270F79F183B1C40AA11E98F297E951" - }, - { - "Account" : "rE4TJNbsG6CPM7X3Qhyw85QqGENEhgCKp4", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "9850E15578F6D3A6B8232FE9CA6DAF9B4D10B980C88344D96078CBDB81A9461A", - "PreviousTxnLgrSeq" : 35420496, - "Sequence" : 2, - "index" : "00044E668C2326839EC8E145A4E4C07A451FF3C5618E8892EBC0C21D6D852632" - }, - { - "Account" : "rDm4AioMMZgd7KedMRgv73yQ6zhMJMHHtH", - "Balance" : "19999988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 1, - "PreviousTxnID" : "1FEC8F660682CD2B450F8D4780E2535ACFE40FCDD9FE66AB97DC190DB9FA3D29", - "PreviousTxnLgrSeq" : 37735191, - "Sequence" : 2, - "index" : "00044E7954EBCFCDD3D21AD53777F89196B6F37CD43A40D0DD26A69C43E5DC04" - }, - { - "Account" : "rQBAbNc26Ys3Tbagkmb5jAAf2ZXsaqZyGF", - "Balance" : "20000076", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0D5DA3CC42ADBB68B3A08704255720F928D9984E97C3CB7BF70554F134EA3669", - "PreviousTxnLgrSeq" : 35290357, - "Sequence" : 4, - "index" : "000450DCF34F189E5CF2E97EA797000439AE4A9580FB45885BF979F37215DE83" - }, - { - "Account" : "rEsNWUZ9vr7GjU6pu5W6cEEg8tKwYJy59X", - "Balance" : "20226687", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5A1528246D603633F6E918AA0AB21836E09D7917E698101A702796DE921E6DA2", - "PreviousTxnLgrSeq" : 41695007, - "Sequence" : 3, - "index" : "00045125EE993EF598355CB47A24C482AE07D870F8F0806BA973FB299F4B29AB" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "0000000000000396", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rq4BtzpHxFRQn9qsk3pRhDWPU1CrmYeT6", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "38276C2BF8B8995573F0CD5B3600922B153393CF0F39F422681580A943DC85EE", - "PreviousTxnLgrSeq" : 35441092, - "index" : "00045B7D116EEF9A5441171F497C4ED66BA027A0DB513FA92E13806DB1A0486B" - }, - { - "Account" : "rDZCRYBAkW2JhLvoo879f7schNT5WE1hKs", - "Balance" : "100000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "448F7523B5A49F69B4093F2C310A3CE2DB5E0D1F77EF0A992C01F511239ED4B7", - "PreviousTxnLgrSeq" : 56260953, - "Sequence" : 56260953, - "index" : "0004605DC35B94E8E6481CC6BA45C72C02C05745A1F731A6955863C80845F057" - }, - { - "Account" : "rNPRPQPCCPKDu6XKqN6FxK1vhMup9h7xv1", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "5EE647BB6D9700357D5937A970452D9CD6A2E54BF1144F45F2AA7735BEDE8642", - "PreviousTxnLgrSeq" : 50147716, - "Sequence" : 2, - "index" : "0004622E90BF53DBDE39CB7CB902892F77E367C50059D4F82319A1B733ED3389" - }, - { - "Account" : "rws2ctKicUhnqq3HcnUq1Qbk39NxsGeu2q", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "49F95E1E9DF098C2CB695D2C0A4C12C0345A82A83AF0AC1D38770FB93BC00D88", - "PreviousTxnLgrSeq" : 48127460, - "Sequence" : 2, - "index" : "00046490305BFB74F60BE369CA1170FFD1C40491D3E4963F630130E42E1F14F0" - }, - { - "Account" : "rh5XXc8BFFRA7xeWojr2ZsYgqvgQdhvRAd", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "6DE20189EF8598769263232EABD70197242DBA3196A02E20C1CE30B1C55FB3D2", - "PreviousTxnLgrSeq" : 34283739, - "Sequence" : 2, - "index" : "000466F1C43F93B9A9FAB81F5909438355DECF70C67BAEE2F2B97F7FE80DB23F" - }, - { - "Account" : "rjryT2fZHQMUkQ57i7eqjjWMdSXbL1xWz", - "Balance" : "19988000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EC38AB0D48757E9E088788A3907BD68FC33FA930160902E1A76D72600081EEDC", - "PreviousTxnLgrSeq" : 10644634, - "Sequence" : 2, - "index" : "00046B3B5D5C5F45AE5393761A99A8DDB2CEC25526148FB529F1404EC0DB230A" - }, - { - "Account" : "rnHCMNLwZr6aPhUkHhX1Cog1zkwebJ8k86", - "Balance" : "25489074", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0BB27A488FD2D4579C480C1E89AB2EAF65104548FF5D96A6A91ED209F1870560", - "PreviousTxnLgrSeq" : 48905816, - "Sequence" : 4, - "index" : "0004704B77C1942A569589D35F70AFBC3F2040DB4806733CFC51CA942C1EC627" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1114112, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq", - "value" : "0" - }, - "HighNode" : "00000000000005C8", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rhBxjDrNybHTk5zM7yR7d54noXVjvLRtZY", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "EDEDFD10BE0D8B5705B3BC2D05E37E4AD041DDF72D4635E5B062656960325D7E", - "PreviousTxnLgrSeq" : 30031756, - "index" : "00047509E54628EDC5A904C00C08A1BAB60D24BD23CC34CBB38ABE9F45F955B0" - }, - { - "Account" : "r9DvWkeub9kNaESk33UEGFg3euf74sbFWf", - "Balance" : "19999988", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "A1E466CEB29E2EB339F1DE9D6D3F1D7CFF5D826D5D338C1B8124E6CBA6632393", - "PreviousTxnLgrSeq" : 34935031, - "Sequence" : 2, - "index" : "000477ECA17E9435728D0560E349888965579EE5C1281F24190F988716719FCD" - }, - { - "Flags" : 0, - "Indexes" : [ "4B86893AD9F493ACB05E269A62DEB07A25CF49255030CECC91D69767BBECF16E" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rJs1i518wUrJtN8n5ZGjnVU4teCS4bVkhw", - "RootIndex" : "000488530E79F3C7E0B17C0E9DF4C242952A8B85C33AA80F173C842128105EAD", - "index" : "000488530E79F3C7E0B17C0E9DF4C242952A8B85C33AA80F173C842128105EAD" - }, - { - "Account" : "rMgVhSaAnrXBVoqs6QKqaCzcPT28WVbyyz", - "Balance" : "20959223", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "EB3C10C8ECA22C0F53566396871481EB2176768209232266A5029799D8568544", - "PreviousTxnLgrSeq" : 38508528, - "Sequence" : 19, - "index" : "00048EDD8A181E63056A7B2718EF840FC508ED05354955ED0D80BC10609F6DEA" - }, - { - "Account" : "rGbWLvx92cmECTsn3TFJfPuAnbqpdeEgKz", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "585B9341FC91832349AC47ACD4374D6584A44FB16975D83CF0BD7230E3E64F82", - "PreviousTxnLgrSeq" : 48407938, - "Sequence" : 2, - "index" : "0004951F6647029298DF9BF8DB099E8A1A8B74F502BC5CEAD9030A9A9FB7792D" - }, - { - "Account" : "rPPnjVhweEsXfmPchVa6GqHEf2kpooP9iv", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "ABC32682023FA3C11A522B7C7F41524D3ACEA0F7FA11C4FA019BFCCC86DE3BF6", - "PreviousTxnLgrSeq" : 35905984, - "Sequence" : 1, - "index" : "0004980A17929CEB800E3E1CF2F6045B6EE0160F4F342B0ECB791F867D5C8AB9" - }, - { - "Balance" : { - "currency" : "CNY", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 131072, - "HighLimit" : { - "currency" : "CNY", - "issuer" : "rHw3NqphfdPiJbctTLmg9rP2yERoqfWeQ2", - "value" : "10000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CNY", - "issuer" : "rnuF96W4SZoCJmbHYBFoJZpR8eCaxNvekK", - "value" : "0" - }, - "LowNode" : "000000000000003B", - "PreviousTxnID" : "06C4D587DA85B52C504C44DB39272DDCAF216C8403C5D0A943AF0FB9479A665B", - "PreviousTxnLgrSeq" : 3242268, - "index" : "00049C6ACC7B48B847E0EFA9313C0B28E79F7AC9A246DE269D85CC3756D15D6A" - }, - { - "Balance" : { - "currency" : "ETH", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "ETH", - "issuer" : "rUf7tsQugDN8vpTvRdcZgcibmtxHMXATRW", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "ETH", - "issuer" : "rcA8X3TVMST1n3CJeAdGk1RdRCHii7N2h", - "value" : "0" - }, - "LowNode" : "0000000000000401", - "PreviousTxnID" : "BF1138E291AC65A99E3D19C0654E223674896ED9A2530A58D3505EF47934DA53", - "PreviousTxnLgrSeq" : 32435791, - "index" : "00049E88D4D3337584AE71762ECEC72CC045A1FB0ECE5FD0AD71371EC7C82484" - }, - { - "Account" : "rh41r1hMt16UFwaGXCNtC1mAUS5Nuu7omo", - "Balance" : "48999940", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "D4B29DF22B522758875EAC5364D66690C274D81225EF9A48CF40EE8600D3AC35", - "PreviousTxnLgrSeq" : 38585786, - "Sequence" : 6, - "index" : "0004A34C6D6C448499B8341264CE32AB4700695A99C5E7FD60E470D32C80756E" - }, - { - "Account" : "rUfgiY4cAPU8DasL8EYAicPjj4JqCUB4aY", - "Balance" : "523343166", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "570E22E8A811FA0CC3CAFC0F0235428BB8BAE1C4260A6A123FC1F103332B1608", - "PreviousTxnLgrSeq" : 49099007, - "Sequence" : 1, - "index" : "0004A6317EEF302AD8505B51242BE09AB6D117E05A0BE5E886558B15ADF55C9B" - }, - { - "Account" : "rhdHkJnWFvet4Wwhq13iYMHFjT28BGyXbG", - "Balance" : "20505258", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 2, - "PreviousTxnID" : "4E3FCD2B7E7B6AEDC6F0E6767CF9D118CD48348F7F58A2CD2F6D1C932AA5190B", - "PreviousTxnLgrSeq" : 52648559, - "Sequence" : 170, - "index" : "0004AAE0CCF1618C2A894B06A30D7E85CCD8BC944FA30486F990A16085EBADBE" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 1179648, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rNPRNzBB92BVpAhhZr4iXDTveCgV5Pofm9", - "value" : "0" - }, - "HighNode" : "0000000000000003", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rUqNn26jQG8zfNDy21NTCwgFXrFgLyRf3U", - "value" : "0" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "00960BD6EEEEFBAD01B8FBF80B8E8E6783BECF84BBC7C6776F745E3681B8EA52", - "PreviousTxnLgrSeq" : 14819481, - "index" : "0004AC676C97112A2A14494B56C1CD9435B8E319F5152DF1F6BD40EC1A2586C4" - }, - { - "Account" : "rHK7ga3v53tfTCdVPmpHNdvmUGLpG9gNGh", - "Balance" : "109685000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "8EE7DE8E9156503E1BAFA8CA00867946F43FCDC254FE650564D1CCF70F47106F", - "PreviousTxnLgrSeq" : 35185091, - "Sequence" : 1, - "index" : "0004AEC9772AB16AF1C9FD08850D918769F60C55C9FF1877FE8125D0F418117F" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rfSEud5jTYqQF3CnKBHgt3AxkWCnwUgJg9", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", - "value" : "0" - }, - "LowNode" : "000000000000029E", - "PreviousTxnID" : "301DBB9F2A532F9AE4B565D74AE24862D715CBA450B99CB2F00B657EBDDE0F9A", - "PreviousTxnLgrSeq" : 10242481, - "index" : "0004AF8BD80F295A8E8DA1D6597DAB919037007C70657BAD81B56FCDB7B38E80" - }, - { - "Account" : "rJdq8QfaW7Uur9L63xbC17fx1hXvzXmFGn", - "Balance" : "20439844", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "6187CAA5525A3B413ECACE88C11DD4D1E438D112B04AA43F86DD81DAE2AE440D", - "PreviousTxnLgrSeq" : 49070852, - "Sequence" : 39, - "index" : "0004B458F8891430C7B7A237E66F02E693A78AF2D68822DA5F0DEECC3B171E3D" - }, - { - "Balance" : { - "currency" : "USD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "0" - }, - "Flags" : 2162688, - "HighLimit" : { - "currency" : "USD", - "issuer" : "rNPRNzBB92BVpAhhZr4iXDTveCgV5Pofm9", - "value" : "0" - }, - "HighNode" : "0000000000000081", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "USD", - "issuer" : "r9GhUNdVsPF8kvGdtZs2EH5KvfWefddyXP", - "value" : "1000000000" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "4E910D3230F90B2C5F1D0FA27A40196AC55A0B2625BBAEEC346B9A2D2C05B3ED", - "PreviousTxnLgrSeq" : 24792921, - "index" : "0004B7BE41198D0C0DFC7456B2941022CDEDF96D2B34BA2B4D0A3E14C67A3541" - }, - { - "Account" : "rae6oVSd1aNTJvAwyxE8wKVNVAHyWawN5S", - "Balance" : "20000000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "AB0FFB05D0DCD834B0EC7CBF61801755B595A48CDD7F6AFD5B6E0BF9C988FD09", - "PreviousTxnLgrSeq" : 45371385, - "Sequence" : 2, - "index" : "0004B861C4B94E840FF9401876572F8193C53761BCC8B6DBC99A5D9383D12402" - }, - { - "Flags" : 0, - "Indexes" : [ "8E6889A03B26C4C7D73D48E374471C8C7DFBE994382C229D7D56CF3AF6FB3F28" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "r9sUeAqPayRSsXamaqvWeZPDVENK1ScPed", - "RootIndex" : "0004C29FA06DE0D176D987DFD9712F310BDD6749D6A1F83556BBBF710B07EA46", - "index" : "0004C29FA06DE0D176D987DFD9712F310BDD6749D6A1F83556BBBF710B07EA46" - }, - { - "Balance" : { - "currency" : "CAD", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-23" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "CAD", - "issuer" : "rJhd44rcZNXJs3UKZGf28i1j5Dv1kMHMjr", - "value" : "0" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "CAD", - "issuer" : "r3ADD8kXSUKHd6zTCKfnKT3zV9EZHjzp1S", - "value" : "0" - }, - "LowNode" : "0000000000000009", - "PreviousTxnID" : "DDDCB07625649FBA5AEF4FEF52628E5B34D9A690DBC653D3E61BCFB332E11184", - "PreviousTxnLgrSeq" : 6599501, - "index" : "0004C9E1CF03D437B6D8CE8E3522844BA2DCA9818A83D3E20A1D8FCE374FA3A3" - }, - { - "Account" : "rMXy2mvgGfo6VPKZiE2p178MBk4fesnkss", - "Balance" : "42807000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "713598A0911DB371E6AE6B320D320EAD585E72195728723F4260F86FB41A862C", - "PreviousTxnLgrSeq" : 35438454, - "Sequence" : 1, - "index" : "0004D14B235DD9C0AB959C26C3D1199D3098D8B22DBB694753C398FE011DE000" - }, - { - "Balance" : { - "currency" : "BTC", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-0.000016588782871" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "BTC", - "issuer" : "rErS8387dwmS7E3fDnTFa8XAQRPr5uvFhd", - "value" : "1000000000" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "BTC", - "issuer" : "rchGBxcD1A1C2tdxF6papQYZ8kjRKMYcL", - "value" : "0" - }, - "LowNode" : "0000000000000BD2", - "PreviousTxnID" : "8A292FEDE82F23A60E1BC7188F1C88147DAD7303D297A39875DFC8A7DD74C772", - "PreviousTxnLgrSeq" : 35731651, - "index" : "0004D41DDBE051FD5302886A10C9990F4264DC657CE49F62F95DF3A86E255C2D" - }, - { - "Flags" : 0, - "Indexes" : [ "FD6EBE613BED36E97D7FCAEF9870FFDEC49FCC23FA76FA7443AB59F66C4DFBF8" ], - "LedgerEntryType" : "DirectoryNode", - "Owner" : "rJTjmpFeVYxKzDXcxPYyxqDFPsAjHU1szc", - "RootIndex" : "0004E7DEEA81686BE43530355C41B0931EB4DB21726E6FDF913CF1425AF30400", - "index" : "0004E7DEEA81686BE43530355C41B0931EB4DB21726E6FDF913CF1425AF30400" - }, - { - "Balance" : { - "currency" : "MTL", - "issuer" : "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value" : "-9999999999999999e-4" - }, - "Flags" : 2228224, - "HighLimit" : { - "currency" : "MTL", - "issuer" : "rUZt6cD3ZN6iWat1q3Z6B4YmkPBEa88vYE", - "value" : "1000000000000000e-3" - }, - "HighNode" : "0000000000000000", - "LedgerEntryType" : "RippleState", - "LowLimit" : { - "currency" : "MTL", - "issuer" : "rfe8yiZUymRPx35BEwGjhfkaLmgNsTytxT", - "value" : "0" - }, - "LowNode" : "0000000000000000", - "PreviousTxnID" : "102CCCA09AC9D0337F1E4E8EE66D7ADC6BCE3E54F1D3785A06C383555E81D08A", - "PreviousTxnLgrSeq" : 7117664, - "index" : "0004ED7218296FBABFC9790AFE8A193CB8B4E52CCF6D06D2F5CD81A9125BC7D1" - }, - { - "Account" : "rhafmcHgwPDhUtwHKJHeS1AowVQ6yrBzry", - "Balance" : "186663000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "0B3EF2DEF14E17DEF61DC6489800FCA372A7D2FBBF1344AF690A231EDD722390", - "PreviousTxnLgrSeq" : 35410824, - "Sequence" : 1, - "index" : "0004EFFADB2A92621B66644809830ADC7F5453D96F523D6885D5D4F5953A674C" - }, - { - "Account" : "rse7zNjdyUTcuRyAbnmY7GKV2cSSM9xYbx", - "Balance" : "20150000", - "Flags" : 0, - "LedgerEntryType" : "AccountRoot", - "OwnerCount" : 0, - "PreviousTxnID" : "FF39483D49A3132227A5F83316CCFD943248CA3D5D68161B4177791F9ED384F5", - "PreviousTxnLgrSeq" : 30401374, - "Sequence" : 4, - "index" : "0004F80C0082589154F40E9962406ADF2A6BC943BCD073863B8BB9B3EDB306EA" - } - ], - "status" : "success", - "validated" : false - } -} -``` - The response follows the [standard format][], with a successful result containing the following fields: From 3be54baf6d3e7fb9d179ff0291f1a7c21222d9bb Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 14:07:28 -0700 Subject: [PATCH 24/31] Adds commandline note for ledger_entry.md --- .../public-rippled-methods/ledger-methods/ledger_entry.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md index 4734894f71..1d31d48aff 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md @@ -7,6 +7,8 @@ The `ledger_entry` method returns a single ledger object from the XRP Ledger in An example of the request format: +**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. + *WebSocket* From d83477b9d5ffcf107ff150461d814694ad91ea36 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 14:56:40 -0700 Subject: [PATCH 25/31] Adds proper account id to requests and changes example responses for account_tx.md --- .../account-methods/account_tx.md | 654 +++++++----------- 1 file changed, 250 insertions(+), 404 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md index 270633a98a..77acf8b15a 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md @@ -15,7 +15,7 @@ An example of the request format: { "id": 2, "command": "account_tx", - "account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", "ledger_index_min": -1, "ledger_index_max": -1, "binary": false, @@ -31,7 +31,7 @@ An example of the request format: "method": "account_tx", "params": [ { - "account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", + "account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", "binary": false, "forward": false, "ledger_index_max": -1, @@ -47,7 +47,7 @@ An example of the request format: ``` # Syntax: account_tx account [ledger_index_min [ledger_index_max]] [limit] [offset] [binary] [count] [descending] # For binary/count/descending, use the parameter name for true and omit for false. -rippled -- account_tx r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 -1 -1 2 0 binary descending +rippled -- account_tx rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w -1 -1 2 0 binary descending ``` @@ -88,250 +88,168 @@ An example of a successful response: *WebSocket* -``` +```json { - "id": 2, - "status": "success", - "type": "response", - "result": { - "account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "ledger_index_max": 6542489, - "ledger_index_min": 32570, - "limit": 2, - "transactions": [ + "id": 2, + "result": { + "account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "ledger_index_max": 57111999, + "ledger_index_min": 55886305, + "limit": 2, + "marker": { + "ledger": 57111981, + "seq": 16 + }, + "transactions": [ + { + "meta": { + "AffectedNodes": [ { - "meta": { - "AffectedNodes": [ - { - "ModifiedNode": { - "FinalFields": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Balance": "9999999980", - "Flags": 0, - "OwnerCount": 2, - "Sequence": 3 - }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05", - "PreviousFields": { - "Balance": "9999999990", - "OwnerCount": 1, - "Sequence": 2 - }, - "PreviousTxnID": "389720F6FD8A144F171708F9ECB334D704CBCFEFBCDA152D931AC34FB5F9E32B", - "PreviousTxnLgrSeq": 95405 - } - }, - { - "CreatedNode": { - "LedgerEntryType": "RippleState", - "LedgerIndex": "718C6D58DD3BBAAAEBFE48B8FBE3C32C9F6F2EBC395233BA95D0057078EE07DB", - "NewFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "0" - }, - "Flags": 131072, - "HighLimit": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "100" - }, - "LowLimit": { - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "value": "0" - } - } - } - }, - { - "ModifiedNode": { - "FinalFields": { - "Flags": 0, - "Owner": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "RootIndex": "77F65EFF930ED7E93C6CC839C421E394D6B1B6A47CEA8A140D63EC9C712F46F5" - }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "77F65EFF930ED7E93C6CC839C421E394D6B1B6A47CEA8A140D63EC9C712F46F5" - } - }, - { - "ModifiedNode": { - "FinalFields": { - "Account": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "Balance": "78991384535796", - "Flags": 0, - "OwnerCount": 3, - "Sequence": 188 - }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "B33FDD5CF3445E1A7F2BE9B06336BEBD73A5E3EE885D3EF93F7E3E2992E46F1A", - "PreviousTxnID": "E9E1988A0F061679E5D14DE77DB0163CE0BBDC00F29E396FFD1DA0366E7D8904", - "PreviousTxnLgrSeq": 195455 - } - }, - { - "ModifiedNode": { - "FinalFields": { - "ExchangeRate": "4E11C37937E08000", - "Flags": 0, - "RootIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93", - "TakerGetsCurrency": "0000000000000000000000000000000000000000", - "TakerGetsIssuer": "0000000000000000000000000000000000000000", - "TakerPaysCurrency": "0000000000000000000000004254430000000000", - "TakerPaysIssuer": "5E7B112523F68D2F5E879DB4EAC51C6698A69304" - }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93" - } - } - ], - "TransactionIndex": 0, - "TransactionResult": "tesSUCCESS" + "ModifiedNode": { + "FinalFields": { + "Account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "Balance": "3732969177079", + "Flags": 131072, + "OwnerCount": 0, + "Sequence": 702817 }, - "tx": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Fee": "10", - "Flags": 0, - "LimitAmount": { - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "value": "100" - }, - "Sequence": 2, - "SigningPubKey": "02BC8C02199949B15C005B997E7C8594574E9B02BA2D0628902E0532989976CF9D", - "TransactionType": "TrustSet", - "TxnSignature": "304402200EF81EC32E0DFA9BE376B20AFCA11765ED9FEA04CA8B77C7178DAA699F7F5AFF02202DA484DBD66521AC317D84F7717EC4614E2F5DB743E313E8B48440499CC0DBA4", - "date": 413620090, - "hash": "002AA492496A1543DBD3680BF8CF21B6D6A078CE4A01D2C1A4B63778033792CE", - "inLedger": 195480, - "ledger_index": 195480 + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "140FA03FE8C39540CA8189BC7A7956795C712BC0A542C6409C041150703C8574", + "PreviousFields": { + "Balance": "3713891690008" }, - "validated": true + "PreviousTxnID": "D58864C16344ADCC15995C7986CFC607CB693E88F84D2E019F0A35FB29749202", + "PreviousTxnLgrSeq": 57111994 + } }, { - "meta": { - "AffectedNodes": [ - { - "ModifiedNode": { - "FinalFields": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Balance": "9999999970", - "Flags": 0, - "OwnerCount": 3, - "Sequence": 4 - }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05", - "PreviousFields": { - "Balance": "9999999980", - "OwnerCount": 2, - "Sequence": 3 - }, - "PreviousTxnID": "002AA492496A1543DBD3680BF8CF21B6D6A078CE4A01D2C1A4B63778033792CE", - "PreviousTxnLgrSeq": 195480 - } - }, - { - "ModifiedNode": { - "FinalFields": { - "Flags": 0, - "Owner": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "RootIndex": "A39F044D860C5B5846AA7E0FAAD44DC8897F0A62B2F628AA073B21B3EC146010" - }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "A39F044D860C5B5846AA7E0FAAD44DC8897F0A62B2F628AA073B21B3EC146010" - } - }, - { - "ModifiedNode": { - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "E0D7BDE68B468FF0B8D948FD865576517DA987569833A05374ADB9A72E870A06", - "PreviousTxnID": "0222B59280D165D40C464EA75AAD08A4D152C46A38C0625DEECF6EE87FC5B9E1", - "PreviousTxnLgrSeq": 343555 - } - }, - { - "CreatedNode": { - "LedgerEntryType": "RippleState", - "LedgerIndex": "EA4BF03B4700123CDFFB6EB09DC1D6E28D5CEB7F680FB00FC24BC1C3BB2DB959", - "NewFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "0" - }, - "Flags": 131072, - "HighLimit": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "100" - }, - "LowLimit": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "0" - } - } - } - }, - { - "ModifiedNode": { - "FinalFields": { - "ExchangeRate": "4E11C37937E08000", - "Flags": 0, - "RootIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93", - "TakerGetsCurrency": "0000000000000000000000000000000000000000", - "TakerGetsIssuer": "0000000000000000000000000000000000000000", - "TakerPaysCurrency": "0000000000000000000000004254430000000000", - "TakerPaysIssuer": "5E7B112523F68D2F5E879DB4EAC51C6698A69304" - }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93" - } - } - ], - "TransactionIndex": 0, - "TransactionResult": "tesSUCCESS" + "ModifiedNode": { + "FinalFields": { + "Account": "rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg", + "Balance": "40010160", + "Flags": 131072, + "OwnerCount": 0, + "Sequence": 466334 }, - "tx": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Fee": "10", - "Flags": 0, - "LimitAmount": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "100" - }, - "Sequence": 3, - "SigningPubKey": "02BC8C02199949B15C005B997E7C8594574E9B02BA2D0628902E0532989976CF9D", - "TransactionType": "TrustSet", - "TxnSignature": "3044022058A89552068D1A274EE72BA71363E33E54E6608BC28A84DEC6EE530FC2B5C979022029F4D1EA1237A1F717C5F5EC526E6CFB6DF54C30BADD25EDDE7D2FDBC8F17E34", - "date": 416347560, - "hash": "53354D84BAE8FDFC3F4DA879D984D24B929E7FEB9100D2AD9EFCD2E126BCCDC8", - "inLedger": 343570, - "ledger_index": 343570 + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "CC20FEBEA6D2AF969EC46F2BD92684D9FBABC3F238E841B5E056FE4EBF4379A9", + "PreviousFields": { + "Balance": "19117497271", + "Sequence": 466333 }, - "validated": true + "PreviousTxnID": "F6B8274D3D419A95A59681E5F55578084C395FF9051924360CA3EA745F5581E8", + "PreviousTxnLgrSeq": 57111993 + } } - ], + ], + "TransactionIndex": 25, + "TransactionResult": "tesSUCCESS", + "delivered_amount": "19077487071" + }, + "tx": { + "Account": "rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg", + "Amount": "19077487071", + "Destination": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "DestinationTag": 1, + "Fee": "40", + "Flags": 2147483648, + "LastLedgerSequence": 57112020, + "Sequence": 466333, + "SigningPubKey": "0381575032E254BF4D699C3D8D6EFDB63B3A71F97475C6F6885BC7DAEEE55D9A01", + "TransactionType": "Payment", + "TxnSignature": "3045022100CFC5FD057C7C685C690637AD1E639E2642BBC00EFD8E06E3F6C72FA924BC99D40220317D0708E814F69F874D641B6732E37A53B1220B493B2B8390D9EF51E8062515", + "date": 649200260, + "hash": "46BF0B576677B0DEA2D94591424A57A2DE8E3D89383631E16F40D09A513C656C", + "inLedger": 57111998, + "ledger_index": 57111998 + }, "validated": true - } + }, + { + "meta": { + "AffectedNodes": [ + { + "ModifiedNode": { + "FinalFields": { + "Account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "Balance": "3713891690008", + "Flags": 131072, + "OwnerCount": 0, + "Sequence": 702817 + }, + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "140FA03FE8C39540CA8189BC7A7956795C712BC0A542C6409C041150703C8574", + "PreviousFields": { + "Balance": "3714441690048", + "Sequence": 702816 + }, + "PreviousTxnID": "FDD5007913B39027BAF10B31144DBC1F7DC147528DF31FF048A06DC5D3108BD6", + "PreviousTxnLgrSeq": 57111981 + } + }, + { + "ModifiedNode": { + "FinalFields": { + "Account": "r9dU6Z7P2i7MrDi1VUZ7uyq6J77eg86YtB", + "Balance": "2629998983", + "Flags": 0, + "OwnerCount": 0, + "Sequence": 10 + }, + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "27B96FE681B33825CC95DA197358B30D3A1721F2125F2D76022D46B2418ABA0A", + "PreviousFields": { + "Balance": "2079998983" + }, + "PreviousTxnID": "44A47AC04C0C7237C32BE9A532B578D07641705D3A59DB9B3C5B6225001E39B7", + "PreviousTxnLgrSeq": 56613857 + } + } + ], + "TransactionIndex": 16, + "TransactionResult": "tesSUCCESS", + "delivered_amount": "550000000" + }, + "tx": { + "Account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "Amount": "550000000", + "Destination": "r9dU6Z7P2i7MrDi1VUZ7uyq6J77eg86YtB", + "Fee": "40", + "Flags": 2147483648, + "LastLedgerSequence": 57112016, + "Sequence": 702816, + "SigningPubKey": "020A46D8D02AC780C59853ACA309EAA92E7D8E02DD72A0B6AC315A7D18A6C3276A", + "TransactionType": "Payment", + "TxnSignature": "3045022100D589029EF63F9E528F6100C7A36D26AFFF84085EC9AC16DA8E30E11F390D4E87022011466E0FE4A90B89142EE47E535545EEA4A2D65E0BD234DFB447721218B59C9B", + "date": 649200241, + "hash": "D58864C16344ADCC15995C7986CFC607CB693E88F84D2E019F0A35FB29749202", + "inLedger": 57111994, + "ledger_index": 57111994 + }, + "validated": true + } + ], + "validated": true + }, + "status": "success", + "type": "response" } ``` *JSON-RPC* -``` +```json 200 OK { "result": { - "account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "ledger_index_max": 8696227, - "ledger_index_min": 32570, + "account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "ledger_index_max": 57112019, + "ledger_index_min": 56248229, "limit": 2, + "marker": { + "ledger": 57112007, + "seq": 13 + }, "status": "success", "transactions": [ { @@ -340,109 +258,61 @@ An example of a successful response: { "ModifiedNode": { "FinalFields": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Balance": "9999999980", - "Flags": 0, - "OwnerCount": 2, - "Sequence": 3 - }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05", - "PreviousFields": { - "Balance": "9999999990", - "OwnerCount": 1, - "Sequence": 2 - }, - "PreviousTxnID": "389720F6FD8A144F171708F9ECB334D704CBCFEFBCDA152D931AC34FB5F9E32B", - "PreviousTxnLgrSeq": 95405 - } - }, - { - "CreatedNode": { - "LedgerEntryType": "RippleState", - "LedgerIndex": "718C6D58DD3BBAAAEBFE48B8FBE3C32C9F6F2EBC395233BA95D0057078EE07DB", - "NewFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "0" - }, + "Account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "Balance": "3732290013101", "Flags": 131072, - "HighLimit": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "100" - }, - "LowLimit": { - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "value": "0" - } - } - } - }, - { - "ModifiedNode": { - "FinalFields": { - "Flags": 0, - "Owner": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "RootIndex": "77F65EFF930ED7E93C6CC839C421E394D6B1B6A47CEA8A140D63EC9C712F46F5" - }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "77F65EFF930ED7E93C6CC839C421E394D6B1B6A47CEA8A140D63EC9C712F46F5" - } - }, - { - "ModifiedNode": { - "FinalFields": { - "Account": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "Balance": "78991384535796", - "Flags": 0, - "OwnerCount": 3, - "Sequence": 188 + "OwnerCount": 0, + "Sequence": 702820 }, "LedgerEntryType": "AccountRoot", - "LedgerIndex": "B33FDD5CF3445E1A7F2BE9B06336BEBD73A5E3EE885D3EF93F7E3E2992E46F1A", - "PreviousTxnID": "E9E1988A0F061679E5D14DE77DB0163CE0BBDC00F29E396FFD1DA0366E7D8904", - "PreviousTxnLgrSeq": 195455 + "LedgerIndex": "140FA03FE8C39540CA8189BC7A7956795C712BC0A542C6409C041150703C8574", + "PreviousFields": { + "Balance": "3732745656171", + "Sequence": 702819 + }, + "PreviousTxnID": "7C031FD5B710E3C048EEF31254089BEEC505900BCC9A842257A0319453333998", + "PreviousTxnLgrSeq": 57112010 } }, { "ModifiedNode": { "FinalFields": { - "ExchangeRate": "4E11C37937E08000", + "Account": "raLPjTYeGezfdb6crXZzcC8RkLBEwbBHJ5", + "Balance": "4231510602153", "Flags": 0, - "RootIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93", - "TakerGetsCurrency": "0000000000000000000000000000000000000000", - "TakerGetsIssuer": "0000000000000000000000000000000000000000", - "TakerPaysCurrency": "0000000000000000000000004254430000000000", - "TakerPaysIssuer": "5E7B112523F68D2F5E879DB4EAC51C6698A69304" + "OwnerCount": 0, + "Sequence": 96486 }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93" + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "39DC5D448DECEFC3CD20818788E3DA891CA943935E8D7B12FCB5B5871FCB1638", + "PreviousFields": { + "Balance": "4231054959123" + }, + "PreviousTxnID": "33D2014C832610293730028CA37857AC183BFCE3E42B9979C491FB8B82B3E9DC", + "PreviousTxnLgrSeq": 57112004 } } ], - "TransactionIndex": 0, - "TransactionResult": "tesSUCCESS" + "TransactionIndex": 12, + "TransactionResult": "tesSUCCESS", + "delivered_amount": "455643030" }, "tx": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Fee": "10", - "Flags": 0, - "LimitAmount": { - "currency": "USD", - "issuer": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV", - "value": "100" - }, - "Sequence": 2, - "SigningPubKey": "02BC8C02199949B15C005B997E7C8594574E9B02BA2D0628902E0532989976CF9D", - "TransactionType": "TrustSet", - "TxnSignature": "304402200EF81EC32E0DFA9BE376B20AFCA11765ED9FEA04CA8B77C7178DAA699F7F5AFF02202DA484DBD66521AC317D84F7717EC4614E2F5DB743E313E8B48440499CC0DBA4", - "date": 413620090, - "hash": "002AA492496A1543DBD3680BF8CF21B6D6A078CE4A01D2C1A4B63778033792CE", - "inLedger": 195480, - "ledger_index": 195480 + "Account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "Amount": "455643030", + "Destination": "raLPjTYeGezfdb6crXZzcC8RkLBEwbBHJ5", + "DestinationTag": 18240312, + "Fee": "40", + "Flags": 2147483648, + "LastLedgerSequence": 57112037, + "Sequence": 702819, + "SigningPubKey": "020A46D8D02AC780C59853ACA309EAA92E7D8E02DD72A0B6AC315A7D18A6C3276A", + "TransactionType": "Payment", + "TxnSignature": "30450221008602B2E390C0C7B65182C6DBC86292052C1961B2BEFB79C2C8431722C0ADB911022024B74DCF910A4C8C95572CF662EB7F5FF67E1AC4D7B9B7BFE2A8EE851EC16576", + "date": 649200322, + "hash": "08EF5BDA2825D7A28099219621CDBECCDECB828FEA202DEB6C7ACD5222D36C2C", + "inLedger": 57112015, + "ledger_index": 57112015 }, "validated": true }, @@ -452,102 +322,61 @@ An example of a successful response: { "ModifiedNode": { "FinalFields": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Balance": "9999999970", - "Flags": 0, - "OwnerCount": 3, - "Sequence": 4 - }, - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "4F83A2CF7E70F77F79A307E6A472BFC2585B806A70833CCD1C26105BAE0D6E05", - "PreviousFields": { - "Balance": "9999999980", - "OwnerCount": 2, - "Sequence": 3 - }, - "PreviousTxnID": "002AA492496A1543DBD3680BF8CF21B6D6A078CE4A01D2C1A4B63778033792CE", - "PreviousTxnLgrSeq": 195480 - } - }, - { - "ModifiedNode": { - "FinalFields": { - "Flags": 0, - "Owner": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "RootIndex": "A39F044D860C5B5846AA7E0FAAD44DC8897F0A62B2F628AA073B21B3EC146010" - }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "A39F044D860C5B5846AA7E0FAAD44DC8897F0A62B2F628AA073B21B3EC146010" - } - }, - { - "ModifiedNode": { - "LedgerEntryType": "AccountRoot", - "LedgerIndex": "E0D7BDE68B468FF0B8D948FD865576517DA987569833A05374ADB9A72E870A06", - "PreviousTxnID": "0222B59280D165D40C464EA75AAD08A4D152C46A38C0625DEECF6EE87FC5B9E1", - "PreviousTxnLgrSeq": 343555 - } - }, - { - "CreatedNode": { - "LedgerEntryType": "RippleState", - "LedgerIndex": "EA4BF03B4700123CDFFB6EB09DC1D6E28D5CEB7F680FB00FC24BC1C3BB2DB959", - "NewFields": { - "Balance": { - "currency": "USD", - "issuer": "rrrrrrrrrrrrrrrrrrrrBZbvji", - "value": "0" - }, + "Account": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "Balance": "3732745656171", "Flags": 131072, - "HighLimit": { - "currency": "USD", - "issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "value": "100" - }, - "LowLimit": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "0" - } - } + "OwnerCount": 0, + "Sequence": 702819 + }, + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "140FA03FE8C39540CA8189BC7A7956795C712BC0A542C6409C041150703C8574", + "PreviousFields": { + "Balance": "3732246155784" + }, + "PreviousTxnID": "CCBCCB528F602007C937C496F0828C118E073DF180084CCD3646EC1E414844E4", + "PreviousTxnLgrSeq": 57112007 } }, { "ModifiedNode": { "FinalFields": { - "ExchangeRate": "4E11C37937E08000", - "Flags": 0, - "RootIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93", - "TakerGetsCurrency": "0000000000000000000000000000000000000000", - "TakerGetsIssuer": "0000000000000000000000000000000000000000", - "TakerPaysCurrency": "0000000000000000000000004254430000000000", - "TakerPaysIssuer": "5E7B112523F68D2F5E879DB4EAC51C6698A69304" + "Account": "rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg", + "Balance": "236476361", + "Flags": 131072, + "OwnerCount": 0, + "Sequence": 466335 }, - "LedgerEntryType": "DirectoryNode", - "LedgerIndex": "F60ADF645E78B69857D2E4AEC8B7742FEABC8431BD8611D099B428C3E816DF93" + "LedgerEntryType": "AccountRoot", + "LedgerIndex": "CC20FEBEA6D2AF969EC46F2BD92684D9FBABC3F238E841B5E056FE4EBF4379A9", + "PreviousFields": { + "Balance": "735976788", + "Sequence": 466334 + }, + "PreviousTxnID": "C528B32DD588EFAE2FE833E8AA92E6AE2DF2C8DB3DB8C6C4F334AD37B253D72A", + "PreviousTxnLgrSeq": 57112010 } } ], - "TransactionIndex": 0, - "TransactionResult": "tesSUCCESS" + "TransactionIndex": 33, + "TransactionResult": "tesSUCCESS", + "delivered_amount": "499500387" }, "tx": { - "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "Fee": "10", - "Flags": 0, - "LimitAmount": { - "currency": "USD", - "issuer": "r3PDtZSa5LiYp1Ysn1vMuMzB59RzV3W9QH", - "value": "100" - }, - "Sequence": 3, - "SigningPubKey": "02BC8C02199949B15C005B997E7C8594574E9B02BA2D0628902E0532989976CF9D", - "TransactionType": "TrustSet", - "TxnSignature": "3044022058A89552068D1A274EE72BA71363E33E54E6608BC28A84DEC6EE530FC2B5C979022029F4D1EA1237A1F717C5F5EC526E6CFB6DF54C30BADD25EDDE7D2FDBC8F17E34", - "date": 416347560, - "hash": "53354D84BAE8FDFC3F4DA879D984D24B929E7FEB9100D2AD9EFCD2E126BCCDC8", - "inLedger": 343570, - "ledger_index": 343570 + "Account": "rw2ciyaNshpHe7bCHo4bRWq6pqqynnWKQg", + "Amount": "499500387", + "Destination": "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "DestinationTag": 1, + "Fee": "40", + "Flags": 2147483648, + "LastLedgerSequence": 57112032, + "Sequence": 466334, + "SigningPubKey": "0381575032E254BF4D699C3D8D6EFDB63B3A71F97475C6F6885BC7DAEEE55D9A01", + "TransactionType": "Payment", + "TxnSignature": "3045022100C7EA1701FE48C75508EEBADBC9864CD3FFEDCEB48AB99AEA960BFA360AE163ED0220453C9577502924C9E1A9A450D4B950A44016813BC70E1F16A65A402528D730B7", + "date": 649200302, + "hash": "7C031FD5B710E3C048EEF31254089BEEC505900BCC9A842257A0319453333998", + "inLedger": 57112010, + "ledger_index": 57112010 }, "validated": true } @@ -562,12 +391,29 @@ An example of a successful response: ```json { "result" : { - "account" : "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59", - "ledger_index_max" : 56843937, - "ledger_index_min" : 56843321, + "account" : "rLNaPoKeeBjZe2qs6x52yVPZpZ8td4dc6w", + "ledger_index_max" : 57112094, + "ledger_index_min" : 57105464, "limit" : 2, + "marker" : { + "ledger" : 57112074, + "seq" : 9 + }, "status" : "success", - "transactions" : [], + "transactions" : [ + { + "ledger_index" : 57112090, + "meta" : "201C0000002EF8E51100612503677617551E0297F38EF4FED7004E074D246B4EA3E550D9AE0F61BE40E08D3432091D52CE56140FA03FE8C39540CA8189BC7A7956795C712BC0A542C6409C041150703C8574E624000AB96E624000037771BFD270E1E7220002000024000AB96F2D0000000062400003776C784A418114D2E44C9FAF7BE9C536219800A6E698E4C7D2C911E1E1E311006156F7D315E0E992B1F1AC66B309C9D68961AA327FE770101B74D4C975F8C5DEC96AE8240367761A624000000005478807811403C95DC0C7CE402E8044A5F13304108013CE9963E1E1F1031000", + "tx_blob" : "120000228000000024000AB96E201B036776306140000000054788076840000000000000287321020A46D8D02AC780C59853ACA309EAA92E7D8E02DD72A0B6AC315A7D18A6C3276A74463044022054811EEF61ACCFA1B5FC6BB05D2FA49CF5174062740370328382E6EA557C0E6A0220480584D487638C333A87CA37100354BD36209E355E8DB9FE79791A56E24C1F268114D2E44C9FAF7BE9C536219800A6E698E4C7D2C911831403C95DC0C7CE402E8044A5F13304108013CE9963", + "validated" : true + }, + { + "ledger_index" : 57112087, + "meta" : "201C00000026F8E5110061250367760A556B80EE9A9AD3FC40F471F29DCB80C678375137CE36220718902EF1EDCD375E7156140FA03FE8C39540CA8189BC7A7956795C712BC0A542C6409C041150703C8574E66240000376DEB77118E1E7220002000024000AB96E2D00000000624000037771BFD2708114D2E44C9FAF7BE9C536219800A6E698E4C7D2C911E1E1E511006125036776155591DA498D40AFD90670555F3D719883B48D224B4E4E906C634DEFA21163E8197756CC20FEBEA6D2AF969EC46F2BD92684D9FBABC3F238E841B5E056FE4EBF4379A9E62400071DA26240000001C0D849F8E1E722000200002400071DA32D0000000062400000012DCFE87881146914CB622B8E41E150DE431F48DA244A69809366E1E1F1031000", + "tx_blob" : "12000022800000002400071DA22E00000001201B0367762D61400000009308615868400000000000002873210381575032E254BF4D699C3D8D6EFDB63B3A71F97475C6F6885BC7DAEEE55D9A0174473045022100E592BCCFD85CCE0B39075EFC66D6BCA594EBB451F12AD5AD9EE533A267F1381B02203635AB46AC110848FC44E797BD19D77A19E10A0F463AA5540B1C62E5D48C81F081146914CB622B8E41E150DE431F48DA244A698093668314D2E44C9FAF7BE9C536219800A6E698E4C7D2C911", + "validated" : true + } + ], "validated" : true } } From 30584b5eba95e0778d72db3212f0f01bd0378c40 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 15:14:30 -0700 Subject: [PATCH 26/31] Adds snippet for missing commandline syntax and replaces commandline note with snippet in ledger_data.md --- content/_snippets/no-cli-syntax.md | 1 + .../public-rippled-methods/ledger-methods/ledger_data.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 content/_snippets/no-cli-syntax.md diff --git a/content/_snippets/no-cli-syntax.md b/content/_snippets/no-cli-syntax.md new file mode 100644 index 0000000000..ffc65eb98a --- /dev/null +++ b/content/_snippets/no-cli-syntax.md @@ -0,0 +1 @@ +**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. \ No newline at end of file diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md index b304dc174c..118265241d 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md @@ -6,7 +6,7 @@ The `ledger_data` method retrieves contents of the specified ledger. You can ite ## Request Format An example of the request format: -**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. +{% include '_snippets/no-cli-syntax.md' %} From c2a9698138bd7574209190c4c7ee60340344c502 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 15:17:45 -0700 Subject: [PATCH 27/31] Replaces commandline note with new snippet (gateway_balances.md) --- .../public-rippled-methods/account-methods/gateway_balances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md index 4d4bc3cc2d..21a6d540e1 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md @@ -6,7 +6,7 @@ The `gateway_balances` command calculates the total balances issued by a given a ## Request Format An example of the request format: -**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. +{% include '_snippets/no-cli-syntax.md' %} From aa429a1849e631ae3cdbedd4567980a748108b4b Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 15:19:57 -0700 Subject: [PATCH 28/31] Replaces commandline note with new snippet (noripple_check.md) --- .../public-rippled-methods/account-methods/noripple_check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md index 6fb0670110..663637facb 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/noripple_check.md @@ -7,7 +7,7 @@ The `noripple_check` command provides a quick way to check the status of [the De ## Request Format An example of the request format: -**Note:** There is no command-line syntax for this method. Use the [json method][] to access this from the command line. +{% include '_snippets/no-cli-syntax.md' %} From 45c48ab48df0dfd2e88f88d901a02b3336557aea Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 15:22:31 -0700 Subject: [PATCH 29/31] Replaces commandline note with new snippet (ledger_entry.md) --- .../public-rippled-methods/ledger-methods/ledger_entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md index 1d31d48aff..a7aa04d72c 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md @@ -7,7 +7,7 @@ The `ledger_entry` method returns a single ledger object from the XRP Ledger in An example of the request format: -**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. +{% include '_snippets/no-cli-syntax.md' %} From e0805ec06cd7a9044e4b9e05a1e9a915ce147a71 Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Mon, 27 Jul 2020 15:28:59 -0700 Subject: [PATCH 30/31] Adds commandline example response for random.md --- .../public-rippled-methods/utility-methods/random.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md index d960318806..5a863fc5af 100644 --- a/content/references/rippled-api/public-rippled-methods/utility-methods/random.md +++ b/content/references/rippled-api/public-rippled-methods/utility-methods/random.md @@ -70,6 +70,17 @@ An example of a successful response: } ``` +*Commandline* + +```json +{ + "result" : { + "random" : "DB7C23C7F224CD410912E68A997BE0FD0FA7175A4C74B829BE5A80ED0DBAA0C5", + "status" : "success" + } +} +``` + The response follows the [standard format][], with a successful result containing the following field: From 53f949db97f880158bb09d673ea6042e7bbcc80c Mon Sep 17 00:00:00 2001 From: rmurphy23 Date: Thu, 6 Aug 2020 11:37:48 -0700 Subject: [PATCH 31/31] Changes snippet from ledger_data specific to general format --- content/_snippets/no-cli-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_snippets/no-cli-syntax.md b/content/_snippets/no-cli-syntax.md index ffc65eb98a..a776a6cf79 100644 --- a/content/_snippets/no-cli-syntax.md +++ b/content/_snippets/no-cli-syntax.md @@ -1 +1 @@ -**Note:** There is no commandline syntax for `ledger_data`. You can use the [json method][] to access this method from the commandline instead. \ No newline at end of file +**Note:** There is no commandline syntax for this method. You can use the [json method][] to access this method from the commandline instead. \ No newline at end of file