Comparing version 4.3.1 to 4.4.0
@@ -19,2 +19,3 @@ /// <reference types="node" /> | ||
data: string; | ||
utime: number; | ||
transaction_id: { | ||
@@ -21,0 +22,0 @@ lt: string; |
@@ -46,2 +46,3 @@ "use strict"; | ||
data: t.string, | ||
utime: t.number, | ||
transaction_id: t.type({ | ||
@@ -48,0 +49,0 @@ lt: t.string, |
@@ -68,2 +68,3 @@ "use strict"; | ||
id: { lt: r.transaction_id.lt, hash: r.transaction_id.hash }, | ||
time: r.utime, | ||
data: r.data, | ||
@@ -70,0 +71,0 @@ storageFee: new bn_js_1.BN(r.storage_fee), |
@@ -16,2 +16,3 @@ import BN from "bn.js"; | ||
}; | ||
time: number; | ||
storageFee: BN; | ||
@@ -18,0 +19,0 @@ otherFee: BN; |
{ | ||
"name": "ton", | ||
"version": "4.3.1", | ||
"version": "4.4.0", | ||
"repository": "https://github.com/ex3ndr/ton.git", | ||
@@ -5,0 +5,0 @@ "author": "Steve Korshakov <steve@korshakov.com>", |
162087
4255