mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-23 13:45:48 +00:00
Add fields that was added with Suspended payment feature 3f0eacf5e7
This commit is contained in:
@@ -454,6 +454,28 @@
|
|||||||
"type": "UInt32"
|
"type": "UInt32"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"CancelAfter",
|
||||||
|
{
|
||||||
|
"nth": 36,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"bytes": "2024",
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "UInt32"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"FinishAfter",
|
||||||
|
{
|
||||||
|
"nth": 37,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"bytes": "2025",
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "UInt32"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"IndexNext",
|
"IndexNext",
|
||||||
{
|
{
|
||||||
@@ -707,6 +729,17 @@
|
|||||||
"type": "Hash256"
|
"type": "Hash256"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"Digest",
|
||||||
|
{
|
||||||
|
"nth": 21,
|
||||||
|
"isVLEncoded": false,
|
||||||
|
"bytes": "5015",
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "Hash256"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"hash",
|
"hash",
|
||||||
{
|
{
|
||||||
@@ -1037,6 +1070,17 @@
|
|||||||
"type": "Blob"
|
"type": "Blob"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"Proof",
|
||||||
|
{
|
||||||
|
"nth": 17,
|
||||||
|
"isVLEncoded": true,
|
||||||
|
"bytes": "7011",
|
||||||
|
"isSerialized": true,
|
||||||
|
"isSigningField": true,
|
||||||
|
"type": "Blob"
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"Account",
|
"Account",
|
||||||
{
|
{
|
||||||
@@ -1335,7 +1379,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"TemplateEntryType",
|
"Method",
|
||||||
{
|
{
|
||||||
"nth": 2,
|
"nth": 2,
|
||||||
"isVLEncoded": false,
|
"isVLEncoded": false,
|
||||||
|
|||||||
@@ -308,6 +308,27 @@
|
|||||||
"type": 2,
|
"type": 2,
|
||||||
"expected_hex": "2022"
|
"expected_hex": "2022"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type_name": "UInt32",
|
||||||
|
"name": "SignerQuorum",
|
||||||
|
"nth_of_type": 35,
|
||||||
|
"type": 2,
|
||||||
|
"expected_hex": "2023"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type_name": "UInt32",
|
||||||
|
"name": "CancelAfter",
|
||||||
|
"nth_of_type": 36,
|
||||||
|
"type": 2,
|
||||||
|
"expected_hex": "2024"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type_name": "UInt32",
|
||||||
|
"name": "FinishAfter",
|
||||||
|
"nth_of_type": 37,
|
||||||
|
"type": 2,
|
||||||
|
"expected_hex": "2025"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type_name": "UInt64",
|
"type_name": "UInt64",
|
||||||
"name": "IndexNext",
|
"name": "IndexNext",
|
||||||
@@ -469,6 +490,13 @@
|
|||||||
"type": 5,
|
"type": 5,
|
||||||
"expected_hex": "5014"
|
"expected_hex": "5014"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type_name": "Hash256",
|
||||||
|
"name": "Digest",
|
||||||
|
"nth_of_type": 21,
|
||||||
|
"type": 5,
|
||||||
|
"expected_hex": "5015"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type_name": "Amount",
|
"type_name": "Amount",
|
||||||
"name": "Amount",
|
"name": "Amount",
|
||||||
@@ -651,6 +679,13 @@
|
|||||||
"type": 7,
|
"type": 7,
|
||||||
"expected_hex": "7E"
|
"expected_hex": "7E"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type_name": "Blob",
|
||||||
|
"name": "Proof",
|
||||||
|
"nth_of_type": 17,
|
||||||
|
"type": 7,
|
||||||
|
"expected_hex": "7011"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type_name": "AccountID",
|
"type_name": "AccountID",
|
||||||
"name": "Account",
|
"name": "Account",
|
||||||
@@ -828,7 +863,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type_name": "UInt8",
|
"type_name": "UInt8",
|
||||||
"name": "TemplateEntryType",
|
"name": "Method",
|
||||||
"nth_of_type": 2,
|
"nth_of_type": 2,
|
||||||
"type": 16,
|
"type": 16,
|
||||||
"expected_hex": "0210"
|
"expected_hex": "0210"
|
||||||
|
|||||||
Reference in New Issue
Block a user