mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
add TickSize support
This commit is contained in:
@@ -1457,6 +1457,16 @@
|
|||||||
"isSigningField": true,
|
"isSigningField": true,
|
||||||
"type": "Hash256"
|
"type": "Hash256"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"TickSize",
|
||||||
|
{
|
||||||
|
"nth": 16,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "UInt8"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"TRANSACTION_RESULTS": {
|
"TRANSACTION_RESULTS": {
|
||||||
@@ -1551,7 +1561,8 @@
|
|||||||
"temINVALID": -277,
|
"temINVALID": -277,
|
||||||
"tecINSUF_RESERVE_OFFER": 123,
|
"tecINSUF_RESERVE_OFFER": 123,
|
||||||
"tecNO_LINE_INSUF_RESERVE": 126,
|
"tecNO_LINE_INSUF_RESERVE": 126,
|
||||||
"terNO_AUTH": -95
|
"terNO_AUTH": -95,
|
||||||
|
"temBAD_TICK_SIZE": -270
|
||||||
},
|
},
|
||||||
"TRANSACTION_TYPES": {
|
"TRANSACTION_TYPES": {
|
||||||
"OfferCancel": 8,
|
"OfferCancel": 8,
|
||||||
|
|||||||
@@ -937,6 +937,13 @@
|
|||||||
"nth_of_type": 3,
|
"nth_of_type": 3,
|
||||||
"type": 19,
|
"type": 19,
|
||||||
"expected_hex": "0313"
|
"expected_hex": "0313"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type_name": "UInt8",
|
||||||
|
"name": "TickSize",
|
||||||
|
"nth_of_type": 16,
|
||||||
|
"type": 16,
|
||||||
|
"expected_hex": "01010"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"whole_objects": [
|
"whole_objects": [
|
||||||
|
|||||||
Reference in New Issue
Block a user