Comparing version 11.16.0 to 11.17.0
@@ -59,4 +59,4 @@ /// <reference types="node" /> | ||
type: "active"; | ||
code: string; | ||
data: string; | ||
code: string | null; | ||
data: string | null; | ||
} | { | ||
@@ -63,0 +63,0 @@ type: "frozen"; |
@@ -193,3 +193,3 @@ "use strict"; | ||
t.type({ type: t.literal('uninit') }), | ||
t.type({ type: t.literal('active'), code: t.string, data: t.string }), | ||
t.type({ type: t.literal('active'), code: t.union([t.string, t.null]), data: t.union([t.string, t.null]) }), | ||
t.type({ type: t.literal('frozen'), stateHash: t.string }) | ||
@@ -196,0 +196,0 @@ ]), |
{ | ||
"name": "ton", | ||
"version": "11.16.0", | ||
"version": "11.17.0", | ||
"repository": "https://github.com/tonwhales/ton.git", | ||
@@ -5,0 +5,0 @@ "author": "Steve Korshakov <steve@korshakov.com>", |
433212