Tickets support (#110)

* feat(tickets): add TicketCount definition

* feat(tickets): add TicketSequence definition

* fix(tests): unit tests
This commit is contained in:
elmurci
2020-11-17 17:33:20 +01:00
parent b43e79a9af
commit 479ade8a76
5 changed files with 59 additions and 0 deletions

View File

@@ -444,6 +444,26 @@
"type": "UInt32"
}
],
[
"TicketCount",
{
"nth": 41,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt32"
}
],
[
"TicketSequence",
{
"nth": 42,
"isVLEncoded": false,
"isSerialized": true,
"isSigningField": true,
"type": "UInt32"
}
],
[
"IndexNext",
{