@waves/waves-transactions
Advanced tools
Comparing version 3.10.1 to 3.10.2
@@ -20,2 +20,3 @@ export { massTransfer } from './transactions/mass-transfer'; | ||
export { ITransaction, TTx, TTxParams, IAliasTransaction, IAliasParams, IIssueTransaction, IIssueParams, IReissueTransaction, IReissueParams, IBurnTransaction, IBurnParams, IExchangeTransaction, ILeaseTransaction, ILeaseParams, ICancelLeaseTransaction, ICancelLeaseParams, ITransferTransaction, ITransferParams, IMassTransferTransaction, IMassTransferParams, IMassTransferItem, ISetAssetScriptTransaction, ISetScriptParams, ISponsorshipTransaction, ISponsorshipParams, IDataTransaction, IDataParams, IDataEntry, ISetScriptTransaction, ISetAssetScriptParams, IInvokeScriptTransaction, IInvokeScriptParams, IOrder, IOrderV1, IOrderV2, IOrderV3, TOrder, IOrderParams, ICancelOrder, ICancelOrderParams, WithId, WithSender, WithProofs, } from './transactions'; | ||
export { WithTxType } from './general'; | ||
export { TSeedTypes, TOption } from './types'; | ||
@@ -22,0 +23,0 @@ import * as crypto from '@waves/waves-crypto'; |
{ | ||
"name": "@waves/waves-transactions", | ||
"version": "3.10.1", | ||
"version": "3.10.2", | ||
"description": "Build and sign(multi-sign) transactions for Waves blockchain.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -72,2 +72,4 @@ // Copyright (c) 2018 Yuriy Naydenov | ||
export { WithTxType} from './general' | ||
export { | ||
@@ -74,0 +76,0 @@ TSeedTypes, TOption |
Sorry, the diff of this file is not supported yet
740903
5929