mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-17 02:45:48 +00:00
Update definitions.json
This commit is contained in:
@@ -141,40 +141,40 @@
|
|||||||
[
|
[
|
||||||
"LedgerEntry",
|
"LedgerEntry",
|
||||||
{
|
{
|
||||||
"nth": 1,
|
"nth": 257,
|
||||||
"isVLEncoded": false,
|
"isVLEncoded": false,
|
||||||
"isSerialized": false,
|
"isSerialized": false,
|
||||||
"isSigningField": true,
|
"isSigningField": false,
|
||||||
"type": "LedgerEntry"
|
"type": "LedgerEntry"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Transaction",
|
"Transaction",
|
||||||
{
|
{
|
||||||
"nth": 1,
|
"nth": 257,
|
||||||
"isVLEncoded": false,
|
"isVLEncoded": false,
|
||||||
"isSerialized": false,
|
"isSerialized": false,
|
||||||
"isSigningField": true,
|
"isSigningField": false,
|
||||||
"type": "Transaction"
|
"type": "Transaction"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Validation",
|
"Validation",
|
||||||
{
|
{
|
||||||
"nth": 1,
|
"nth": 257,
|
||||||
"isVLEncoded": false,
|
"isVLEncoded": false,
|
||||||
"isSerialized": false,
|
"isSerialized": false,
|
||||||
"isSigningField": true,
|
"isSigningField": false,
|
||||||
"type": "Validation"
|
"type": "Validation"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"Metadata",
|
"Metadata",
|
||||||
{
|
{
|
||||||
"nth": 1,
|
"nth": 257,
|
||||||
"isVLEncoded": false,
|
"isVLEncoded": false,
|
||||||
"isSerialized": true,
|
"isSerialized": false,
|
||||||
"isSigningField": true,
|
"isSigningField": false,
|
||||||
"type": "Metadata"
|
"type": "Metadata"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -1998,6 +1998,16 @@
|
|||||||
"type": "AccountID"
|
"type": "AccountID"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"Inform",
|
||||||
|
{
|
||||||
|
"nth": 99,
|
||||||
|
"isVLEncoded": true,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "AccountID"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"Indexes",
|
"Indexes",
|
||||||
{
|
{
|
||||||
@@ -2048,6 +2058,16 @@
|
|||||||
"type": "Vector256"
|
"type": "Vector256"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"URITokenIDs",
|
||||||
|
{
|
||||||
|
"nth": 99,
|
||||||
|
"isVLEncoded": true,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "Vector256"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"Paths",
|
"Paths",
|
||||||
{
|
{
|
||||||
@@ -2308,6 +2328,26 @@
|
|||||||
"type": "STObject"
|
"type": "STObject"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"MintURIToken",
|
||||||
|
{
|
||||||
|
"nth": 92,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "STObject"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"AmountEntry",
|
||||||
|
{
|
||||||
|
"nth": 91,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "STObject"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"Signers",
|
"Signers",
|
||||||
{
|
{
|
||||||
@@ -2487,6 +2527,16 @@
|
|||||||
"isSigningField": true,
|
"isSigningField": true,
|
||||||
"type": "STArray"
|
"type": "STArray"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"Amounts",
|
||||||
|
{
|
||||||
|
"nth": 92,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "STArray"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"TRANSACTION_RESULTS": {
|
"TRANSACTION_RESULTS": {
|
||||||
@@ -2710,6 +2760,7 @@
|
|||||||
"URITokenBuy": 47,
|
"URITokenBuy": 47,
|
||||||
"URITokenCreateSellOffer": 48,
|
"URITokenCreateSellOffer": 48,
|
||||||
"URITokenCancelSellOffer": 49,
|
"URITokenCancelSellOffer": 49,
|
||||||
|
"Remit": 95,
|
||||||
"GenesisMint": 96,
|
"GenesisMint": 96,
|
||||||
"Import": 97,
|
"Import": 97,
|
||||||
"ClaimReward": 98,
|
"ClaimReward": 98,
|
||||||
|
|||||||
Reference in New Issue
Block a user