mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 11:10:54 +00:00
rippled - remove blank lines in code samples
This commit is contained in:
@@ -833,7 +833,6 @@ An example of a successful response:
|
||||
"lowest_sequence": 6,
|
||||
"max_spend_drops_total": "500",
|
||||
"transactions": [
|
||||
|
||||
{
|
||||
"auth_change": false,
|
||||
"fee": "100",
|
||||
@@ -841,9 +840,7 @@ An example of a successful response:
|
||||
"max_spend_drops": "100",
|
||||
"seq": 6
|
||||
},
|
||||
|
||||
... (trimmed for length) ...
|
||||
|
||||
{
|
||||
"LastLedgerSequence": 10,
|
||||
"auth_change": true,
|
||||
@@ -883,7 +880,6 @@ An example of a successful response:
|
||||
"lowest_sequence": 6,
|
||||
"max_spend_drops_total": "500",
|
||||
"transactions": [
|
||||
|
||||
{
|
||||
"auth_change": false,
|
||||
"fee": "100",
|
||||
@@ -891,9 +887,7 @@ An example of a successful response:
|
||||
"max_spend_drops": "100",
|
||||
"seq": 6
|
||||
},
|
||||
|
||||
... (trimmed for length) ...
|
||||
|
||||
{
|
||||
"LastLedgerSequence": 10,
|
||||
"auth_change": true,
|
||||
@@ -1239,9 +1233,7 @@ An example of a successful response:
|
||||
"value": "0.01886995237307572"
|
||||
}
|
||||
},
|
||||
|
||||
...
|
||||
|
||||
... trimmed for length ...
|
||||
],
|
||||
"validated": false
|
||||
}
|
||||
@@ -7775,7 +7767,6 @@ The validations stream sends messages whenever it receives validation messages,
|
||||
"signing_time":515115322,
|
||||
"validation_public_key":"n94Gnc6svmaPPRHUAyyib1gQUov8sYbjLoEwUBYPH39qHZXuo8ZT"
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
The fields from a validations stream message are as follows:
|
||||
@@ -8983,7 +8974,6 @@ An example of a successful response:
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
*Commandline*
|
||||
@@ -9184,7 +9174,6 @@ An example of a successful response:
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
*Commandline*
|
||||
@@ -9690,7 +9679,6 @@ An example of a successful response:
|
||||
"write_load" : 0
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
*Commandline*
|
||||
@@ -10487,7 +10475,6 @@ An example of a successful response:
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
*Commandline*
|
||||
@@ -11149,7 +11136,6 @@ An example of a successful response:
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
*Commandline*
|
||||
|
||||
@@ -1205,7 +1205,6 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
|
||||
"lowest_sequence": 6,
|
||||
"max_spend_drops_total": "500",
|
||||
"transactions": [
|
||||
|
||||
{
|
||||
"auth_change": false,
|
||||
"fee": "100",
|
||||
@@ -1213,9 +1212,7 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
|
||||
"max_spend_drops": "100",
|
||||
"seq": 6
|
||||
},
|
||||
|
||||
... (trimmed for length) ...
|
||||
|
||||
{
|
||||
"LastLedgerSequence": 10,
|
||||
"auth_change": true,
|
||||
@@ -1252,7 +1249,6 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
|
||||
"lowest_sequence": 6,
|
||||
"max_spend_drops_total": "500",
|
||||
"transactions": [
|
||||
|
||||
{
|
||||
"auth_change": false,
|
||||
"fee": "100",
|
||||
@@ -1260,9 +1256,7 @@ rippled account_info r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 true
|
||||
"max_spend_drops": "100",
|
||||
"seq": 6
|
||||
},
|
||||
|
||||
... (trimmed for length) ...
|
||||
|
||||
{
|
||||
"LastLedgerSequence": 10,
|
||||
"auth_change": true,
|
||||
@@ -1790,9 +1784,7 @@ rippled account_offers r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59 current
|
||||
"value": "0.01886995237307572"
|
||||
}
|
||||
},
|
||||
|
||||
...
|
||||
|
||||
... trimmed for length ...
|
||||
],
|
||||
"validated": false
|
||||
}
|
||||
@@ -9128,7 +9120,6 @@ rippled book_offers 'USD/rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B' 'EUR/rvYAfWj5gh67oV6
|
||||
"signing_time":515115322,
|
||||
"validation_public_key":"n94Gnc6svmaPPRHUAyyib1gQUov8sYbjLoEwUBYPH39qHZXuo8ZT"
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
<p>The fields from a validations stream message are as follows:</p>
|
||||
<table>
|
||||
@@ -10666,7 +10657,6 @@ rippled consensus_info
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
</code></pre></div>
|
||||
|
||||
<div class="code_sample" id="code-68-1" style="position: static;"><pre><code>Loading: "/etc/rippled.cfg"
|
||||
@@ -10891,7 +10881,6 @@ rippled fetch_info
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
</code></pre></div>
|
||||
|
||||
<div class="code_sample" id="code-70-1" style="position: static;"><pre><code>Loading: "/etc/rippled.cfg"
|
||||
@@ -11455,7 +11444,6 @@ rippled get_counts 100
|
||||
"write_load" : 0
|
||||
}
|
||||
}
|
||||
|
||||
</code></pre></div>
|
||||
|
||||
<div class="code_sample" id="code-76-1" style="position: static;"><pre><code>Loading: "/etc/rippled.cfg"
|
||||
@@ -12271,7 +12259,6 @@ Connecting to 127.0.0.1:5005
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
</code></pre></div>
|
||||
|
||||
<div class="code_sample" id="code-88-2" style="position: static;"><pre><code>Loading: "/etc/rippled.cfg"
|
||||
@@ -12933,7 +12920,6 @@ rippled connect 192.170.145.88 51235
|
||||
"status" : "success"
|
||||
}
|
||||
}
|
||||
|
||||
</code></pre></div>
|
||||
|
||||
<div class="code_sample" id="code-98-1" style="position: static;"><pre><code>Loading: "/etc/rippled.cfg"
|
||||
|
||||
Reference in New Issue
Block a user