This commit is contained in:
tequ
2025-07-08 01:30:28 +09:00
committed by GitHub
parent 69e8b786ed
commit aa1ff0e32d
6 changed files with 274 additions and 0 deletions

View File

@@ -1218,6 +1218,16 @@
"type": "Hash256"
}
],
[
"ObjectID",
{
"nth": 14,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "Hash256"
}
],
[
"BookDirectory",
{
@@ -1898,6 +1908,26 @@
"type": "Blob"
}
],
[
"RemarkValue",
{
"nth": 98,
"isVLEncoded": true,
"isSerialized": true,
"isSigningField": true,
"type": "Blob"
}
],
[
"RemarkName",
{
"nth": 99,
"isVLEncoded": true,
"isSerialized": true,
"isSigningField": true,
"type": "Blob"
}
],
[
"Account",
{
@@ -2288,6 +2318,16 @@
"type": "STObject"
}
],
[
"Remark",
{
"nth": 97,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "STObject"
}
],
[
"GenesisMint",
{
@@ -2488,6 +2528,16 @@
"type": "STArray"
}
],
[
"Remarks",
{
"nth": 97,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "STArray"
}
],
[
"GenesisMints",
{
@@ -2632,6 +2682,7 @@
"tefPAST_IMPORT_SEQ": -178,
"tefPAST_IMPORT_VL_SEQ": -177,
"tefNONDIR_EMIT": -176,
"tefIMPORT_BLACKHOLED": -175,
"terRETRY": -99,
"terFUNDS_SPENT": -98,
@@ -2724,6 +2775,8 @@
"tecXCHAIN_SELF_COMMIT": 185,
"tecXCHAIN_BAD_PUBLIC_KEY_ACCOUNT_PAIR": 186,
"tecINSUF_RESERVE_SELLER": 187,
"tecIMMUTABLE": 188,
"tecTOO_MANY_REMARKS": 189,
"tecLAST_POSSIBLE_ENTRY": 255
},
"TRANSACTION_TYPES": {
@@ -2761,6 +2814,7 @@
"URITokenBuy": 47,
"URITokenCreateSellOffer": 48,
"URITokenCancelSellOffer": 49,
"SetRemarks": 94,
"Remit": 95,
"GenesisMint": 96,
"Import": 97,