Skip to content

Commit edb3aa4

Browse files
committed
Add authorized transaction type
1 parent 62d1ef8 commit edb3aa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/enums/definitions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,6 +2292,7 @@
22922292
"tefACCOUNT_FROZEN":360,
22932293
"tefACCOUNT_NOT_FROZEN":361,
22942294
"tefNO_ADMIN_CONFIGURED":362,
2295+
"tefNO_NEED_AUTHORIZE":363,
22952296
"telLOCAL_ERROR":400,
22962297
"telBAD_DOMAIN":401,
22972298
"telBAD_PATH_COUNT":402,
@@ -2333,6 +2334,9 @@
23332334
"Contract":24,
23342335
"SchemaCreate":25,
23352336
"SchemaModify":26,
2337+
"FreezeAccount":27,
2338+
"SchemaDelete":28,
2339+
"Authorize":29,
23362340
"Invalid": -1
23372341
}
23382342
}

0 commit comments

Comments
 (0)