Skip to content

Commit bdab69e

Browse files
committed
resolve LedgerEntryType 'TableList'
1 parent ff79709 commit bdab69e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainsql-binary-codec",
3-
"version": "0.1.34",
3+
"version": "0.1.35",
44
"description": "chainsql binary codec",
55
"files": [
66
"distrib/npm/*",

src/enums/definitions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
"DirectoryNode": 100,
3535
"GeneratorMap": 103,
3636
"Contract": 99,
37-
"PayChannel": 120,
37+
"PayChannel": 120,
38+
"TableList":108,
39+
"InsertLimt":105,
40+
"ChainId":98,
3841
"Invalid": -1
3942
},
4043
"FIELDS": [

0 commit comments

Comments
 (0)