mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Compare commits
11 Commits
v2014-09-2
...
v2014-09-2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
202e42b08d | ||
|
|
f01f9f529e | ||
|
|
c834cd8c16 | ||
|
|
2f040e0c28 | ||
|
|
937cb2e2bf | ||
|
|
37a23d499b | ||
|
|
0388898396 | ||
|
|
060c5ad755 | ||
|
|
8be084b979 | ||
|
|
8ae50b6597 | ||
|
|
c7986b3e45 |
@@ -227,6 +227,7 @@ function update_method() {
|
||||
request_body.hide();
|
||||
} else {
|
||||
request_body.show();
|
||||
cm_request.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -249,6 +250,7 @@ function select_request(request) {
|
||||
//rest_url.val(command.path);
|
||||
rest_url.text(command.path);
|
||||
|
||||
|
||||
rest_method.val(command.method);
|
||||
rest_method.change();
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
|
||||
<option value='POST'>POST</option>
|
||||
</select>
|
||||
<div id='rest_url_wrapper'>
|
||||
<span id='rest_host'>https://api.ripple.com:443</span><span id='rest_url' contenteditable='true'></span>
|
||||
<span id='rest_host'>https://api.ripple.com</span><span id='rest_url' contenteditable='true'></span>
|
||||
</div>
|
||||
<div id='request_body'></div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5356,7 +5356,7 @@ The request includes the following parameters:
|
||||
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| tx_json | Object | [Transaction definition](https://ripple.com/wiki/Transaction_Format) in JSON format |
|
||||
| tx_json | Object | [Transaction definition](transactions.html) in JSON format |
|
||||
| secret | String | Secret key of the account supplying the transaction, used to sign it. Do not send your secret to untrusted servers or through unsecured network connections. |
|
||||
| offline | Boolean | (Optional, defaults to false) If true, when constructing the transaction, do not attempt to automatically fill in or validate values. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user