mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
[DOC] Fix transaction responses link in submit() description
This commit is contained in:
@@ -3407,7 +3407,7 @@ This method returns an object with the following structure:
|
|||||||
|
|
||||||
Name | Type | Description
|
Name | Type | Description
|
||||||
---- | ---- | -----------
|
---- | ---- | -----------
|
||||||
resultCode | string | The result code returned by rippled. [List of tranasction responses](http://pages.lightthenight.org/gba/SanFran15/ripple)
|
resultCode | string | The result code returned by rippled. [List of transaction responses](https://ripple.com/build/transactions/#full-transaction-response-list)
|
||||||
resultMessage | string | Human-readable explanation of the status of the transaction.
|
resultMessage | string | Human-readable explanation of the status of the transaction.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"resultCode": {
|
"resultCode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The result code returned by rippled. [List of tranasction responses](http://pages.lightthenight.org/gba/SanFran15/ripple)"
|
"description": "The result code returned by rippled. [List of transaction responses](https://ripple.com/build/transactions/#full-transaction-response-list)"
|
||||||
},
|
},
|
||||||
"resultMessage": {
|
"resultMessage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user