@waves/waves-transactions
Advanced tools
Comparing version 3.10.2 to 3.10.3
@@ -21,2 +21,3 @@ export { massTransfer } from './transactions/mass-transfer'; | ||
export { WithTxType } from './general'; | ||
export { INodeRequestOptions } from './nodeInteraction'; | ||
export { TSeedTypes, TOption } from './types'; | ||
@@ -23,0 +24,0 @@ import * as crypto from '@waves/waves-crypto'; |
{ | ||
"name": "@waves/waves-transactions", | ||
"version": "3.10.2", | ||
"version": "3.10.3", | ||
"description": "Build and sign(multi-sign) transactions for Waves blockchain.", | ||
@@ -27,4 +27,3 @@ "keywords": [ | ||
"author": { | ||
"name": "Yuriy Naydenov", | ||
"email": "ebceu44@gmail.com" | ||
"name": "wavesplatform" | ||
}, | ||
@@ -35,2 +34,6 @@ "contributors": [ | ||
"email": "siemarell@gmail.com" | ||
}, | ||
{ | ||
"name": "Yuriy Naydenov", | ||
"email": "ebceu44@gmail.com" | ||
} | ||
@@ -37,0 +40,0 @@ ], |
@@ -72,4 +72,6 @@ // Copyright (c) 2018 Yuriy Naydenov | ||
export { WithTxType} from './general' | ||
export { WithTxType } from './general' | ||
export { INodeRequestOptions } from './nodeInteraction' | ||
export { | ||
@@ -76,0 +78,0 @@ TSeedTypes, TOption |
Sorry, the diff of this file is not supported yet
741063
5931