mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-06 22:05:48 +00:00
Compare commits
77 Commits
@transia/r
...
amm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8eaf7bed7a | ||
|
|
6e6fdadeac | ||
|
|
f9f210715c | ||
|
|
5c7e315826 | ||
|
|
d43fd788d4 | ||
|
|
651780fe67 | ||
|
|
d495903fb4 | ||
|
|
df75b4a908 | ||
|
|
d2f7fe622b | ||
|
|
7e8427785c | ||
|
|
287dc1acf8 | ||
|
|
88b82118a3 | ||
|
|
8cdeb2ba99 | ||
|
|
f3d6bd4be4 | ||
|
|
f61cf02618 | ||
|
|
e634db3dd2 | ||
|
|
218ca005e1 | ||
|
|
ec1d8b67a5 | ||
|
|
2bb4d7712c | ||
|
|
98f8223b23 | ||
|
|
feafc0c91b | ||
|
|
0970753790 | ||
|
|
434ad71672 | ||
|
|
7f2b40740a | ||
|
|
ff65441d33 | ||
|
|
e32db9dd39 | ||
|
|
64e4242085 | ||
|
|
0574fabf47 | ||
|
|
40388cc1e5 | ||
|
|
007717a9d4 | ||
|
|
1c26e8b6d5 | ||
|
|
eba8bd2ec1 | ||
|
|
bcdd8fe2cf | ||
|
|
64d8a904f0 | ||
|
|
6a67715a01 | ||
|
|
25752d77a4 | ||
|
|
3120abc627 | ||
|
|
c99aa048da | ||
|
|
54b86bc1d7 | ||
|
|
acdfbd55e5 | ||
|
|
a76aeb2233 | ||
|
|
f04037859f | ||
|
|
a2bce8f513 | ||
|
|
a80f159e01 | ||
|
|
220d9fb1b0 | ||
|
|
25efafa371 | ||
|
|
aed4353c6c | ||
|
|
56b70aa845 | ||
|
|
c0e0c15fc1 | ||
|
|
533c8ab9ac | ||
|
|
a174d09489 | ||
|
|
85b8a3930b | ||
|
|
6a06412b2d | ||
|
|
e9778ebcdb | ||
|
|
8ef2483e15 | ||
|
|
6150d33a61 | ||
|
|
2796c2aeef | ||
|
|
e13b27e43f | ||
|
|
0de755bb0b | ||
|
|
ed7760c555 | ||
|
|
b8e4f2405a | ||
|
|
c95f8afc21 | ||
|
|
835dc67767 | ||
|
|
4b18f06dbb | ||
|
|
7a035afca1 | ||
|
|
78e0a866cd | ||
|
|
db6d32f98b | ||
|
|
e79dcb5d2f | ||
|
|
b794f909ad | ||
|
|
3617487c32 | ||
|
|
35fef6512f | ||
|
|
e64a668ef6 | ||
|
|
3461fcc929 | ||
|
|
ff60b547e3 | ||
|
|
6bcfc2be32 | ||
|
|
2680c34689 | ||
|
|
25bdb692cb |
@@ -21,6 +21,7 @@
|
||||
"UInt192": 21,
|
||||
"UInt384": 22,
|
||||
"UInt512": 23,
|
||||
"Issue": 24,
|
||||
"Transaction": 10001,
|
||||
"LedgerEntry": 10002,
|
||||
"Validation": 10003,
|
||||
@@ -44,6 +45,7 @@
|
||||
"NegativeUNL": 78,
|
||||
"NFTokenPage": 80,
|
||||
"NFTokenOffer": 55,
|
||||
"AMM": 121,
|
||||
"URIToken": 85,
|
||||
"Any": -3,
|
||||
"Child": -2,
|
||||
@@ -276,6 +278,16 @@
|
||||
"type": "UInt16"
|
||||
}
|
||||
],
|
||||
[
|
||||
"TradingFee",
|
||||
{
|
||||
"nth": 5,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "UInt16"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Version",
|
||||
{
|
||||
@@ -777,7 +789,7 @@
|
||||
}
|
||||
],
|
||||
[
|
||||
"LockCount",
|
||||
"VoteWeight",
|
||||
{
|
||||
"nth": 47,
|
||||
"isVLEncoded": false,
|
||||
@@ -786,6 +798,16 @@
|
||||
"type": "UInt32"
|
||||
}
|
||||
],
|
||||
[
|
||||
"DiscountedFee",
|
||||
{
|
||||
"nth": 48,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "UInt32"
|
||||
}
|
||||
],
|
||||
[
|
||||
"IndexNext",
|
||||
{
|
||||
@@ -1126,6 +1148,16 @@
|
||||
"type": "Hash256"
|
||||
}
|
||||
],
|
||||
[
|
||||
"AMMID",
|
||||
{
|
||||
"nth": 14,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Hash256"
|
||||
}
|
||||
],
|
||||
[
|
||||
"BookDirectory",
|
||||
{
|
||||
@@ -1436,6 +1468,36 @@
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Amount2",
|
||||
{
|
||||
"nth": 11,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"BidMin",
|
||||
{
|
||||
"nth": 12,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"BidMax",
|
||||
{
|
||||
"nth": 13,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"MinimumOffer",
|
||||
{
|
||||
@@ -1477,9 +1539,9 @@
|
||||
}
|
||||
],
|
||||
[
|
||||
"HookCallbackFee",
|
||||
"BaseFeeDrops",
|
||||
{
|
||||
"nth": 20,
|
||||
"nth": 22,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
@@ -1487,9 +1549,69 @@
|
||||
}
|
||||
],
|
||||
[
|
||||
"LockedBalance",
|
||||
"ReserveBaseDrops",
|
||||
{
|
||||
"nth": 21,
|
||||
"nth": 23,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"ReserveIncrementDrops",
|
||||
{
|
||||
"nth": 24,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"LPTokenOut",
|
||||
{
|
||||
"nth": 25,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"LPTokenIn",
|
||||
{
|
||||
"nth": 26,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"EPrice",
|
||||
{
|
||||
"nth": 27,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Price",
|
||||
{
|
||||
"nth": 28,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Amount"
|
||||
}
|
||||
],
|
||||
[
|
||||
"LPTokenBalance",
|
||||
{
|
||||
"nth": 29,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
@@ -1906,6 +2028,26 @@
|
||||
"type": "PathSet"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Asset",
|
||||
{
|
||||
"nth": 3,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Issue"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Asset2",
|
||||
{
|
||||
"nth": 4,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "Issue"
|
||||
}
|
||||
],
|
||||
[
|
||||
"TransactionMetaData",
|
||||
{
|
||||
@@ -2116,6 +2258,36 @@
|
||||
"type": "STObject"
|
||||
}
|
||||
],
|
||||
[
|
||||
"VoteEntry",
|
||||
{
|
||||
"nth": 25,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "STObject"
|
||||
}
|
||||
],
|
||||
[
|
||||
"AuctionSlot",
|
||||
{
|
||||
"nth": 26,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "STObject"
|
||||
}
|
||||
],
|
||||
[
|
||||
"AuthAccount",
|
||||
{
|
||||
"nth": 27,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "STObject"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Signers",
|
||||
{
|
||||
@@ -2206,6 +2378,16 @@
|
||||
"type": "STArray"
|
||||
}
|
||||
],
|
||||
[
|
||||
"VoteSlots",
|
||||
{
|
||||
"nth": 12,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "STArray"
|
||||
}
|
||||
],
|
||||
[
|
||||
"Majorities",
|
||||
{
|
||||
@@ -2255,6 +2437,16 @@
|
||||
"isSigningField": true,
|
||||
"type": "STArray"
|
||||
}
|
||||
],
|
||||
[
|
||||
"AuthAccounts",
|
||||
{
|
||||
"nth": 21,
|
||||
"isVLEncoded": false,
|
||||
"isSerialized": true,
|
||||
"isSigningField": true,
|
||||
"type": "STArray"
|
||||
}
|
||||
]
|
||||
],
|
||||
"TRANSACTION_RESULTS": {
|
||||
@@ -2324,7 +2516,6 @@
|
||||
"temXCHAIN_TOO_MANY_ATTESTATIONS": -254,
|
||||
"temHOOK_DATA_TOO_LARGE": -253,
|
||||
"temHOOK_REJECTED": -252,
|
||||
|
||||
"tefFAILURE": -199,
|
||||
"tefALREADY": -198,
|
||||
"tefBAD_ADD_AUTH": -197,
|
||||
@@ -2359,7 +2550,8 @@
|
||||
"terNO_RIPPLE": -90,
|
||||
"terQUEUED": -89,
|
||||
"terPRE_TICKET": -88,
|
||||
"terNO_HOOK": -87,
|
||||
"terNO_AMM": -87,
|
||||
"terNO_HOOK": -86,
|
||||
|
||||
"tesSUCCESS": 0,
|
||||
|
||||
@@ -2466,6 +2658,11 @@
|
||||
"NFTokenCreateOffer": 27,
|
||||
"NFTokenCancelOffer": 28,
|
||||
"NFTokenAcceptOffer": 29,
|
||||
"AMMCreate": 35,
|
||||
"AMMDeposit": 36,
|
||||
"AMMWithdraw": 37,
|
||||
"AMMVote": 38,
|
||||
"AMMBid": 39,
|
||||
"URITokenMint": 45,
|
||||
"URITokenBurn": 46,
|
||||
"URITokenBuy": 47,
|
||||
|
||||
@@ -50,6 +50,7 @@ export {
|
||||
Hash128,
|
||||
Hash160,
|
||||
Hash256,
|
||||
Issue,
|
||||
PathSet,
|
||||
STArray,
|
||||
STObject,
|
||||
|
||||
Reference in New Issue
Block a user