mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Express trustline quality as a float
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"currency": "USD",
|
||||
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
|
||||
"limit": "10000",
|
||||
"qualityIn": 500000000,
|
||||
"qualityOut": 500000000,
|
||||
"qualityIn": 0.91,
|
||||
"qualityOut": 0.87,
|
||||
"ripplingDisabled": true,
|
||||
"frozen": false
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"limit": "10000",
|
||||
"currency": "USD",
|
||||
"counterparty": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM",
|
||||
"qualityIn": 500000000,
|
||||
"qualityOut": 500000000,
|
||||
"qualityIn": 0.5,
|
||||
"qualityOut": 0.5,
|
||||
"ripplingDisabled": true
|
||||
},
|
||||
"outcome": {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"currency": "USD",
|
||||
"issuer": "rMH4UxPrbuMa1spCBR98hLLyNJp4d8p4tM"
|
||||
},
|
||||
"QualityIn": 500000000,
|
||||
"QualityOut": 500000000,
|
||||
"QualityIn": 910000000,
|
||||
"QualityOut": 870000000,
|
||||
"LastLedgerSequence": 8820051,
|
||||
"Fee": "12",
|
||||
"Sequence": 23
|
||||
|
||||
Reference in New Issue
Block a user