@waves/ts-types
Advanced tools
Comparing version 0.2.0-beta-6 to 0.2.0-beta-8
@@ -67,2 +67,3 @@ import { DATA_FIELD_TYPE, TProofs } from './index'; | ||
matcherFee: LONG; | ||
matcherFeeAssetId: string; | ||
senderPublicKey: string; | ||
@@ -69,0 +70,0 @@ } |
{ | ||
"name": "@waves/ts-types", | ||
"version": "0.2.0-beta-6", | ||
"version": "0.2.0-beta-8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -87,2 +87,3 @@ import { DATA_FIELD_TYPE, TProofs } from './index'; | ||
matcherFee: LONG; | ||
matcherFeeAssetId: string; | ||
senderPublicKey: string; | ||
@@ -89,0 +90,0 @@ } |
17873
492