@waves/ts-types
Advanced tools
Comparing version 1.0.6-beta.2 to 1.0.6-beta.3
@@ -1,2 +0,2 @@ | ||
import { InvokeScriptCall, InvokeScriptPayment, MassTransferItem, DataTransactionEntry, ExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, Long, AssetDecimals, Base64Script, Base58Bytes, WithVersion, SignedIExchangeTransactionOrder } from '../index'; | ||
import { InvokeScriptCall, InvokeScriptPayment, MassTransferItem, DataTransactionEntry, ExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, Long, AssetDecimals, Base64Script, Base58Bytes, WithVersion, SignedIExchangeTransactionOrder } from '../src'; | ||
export declare type BaseTransaction<LONG = Long, TYPE extends TransactionType = TransactionType> = { | ||
@@ -3,0 +3,0 @@ type: TYPE; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var index_1 = require("../index"); | ||
var src_1 = require("../src"); |
{ | ||
"name": "@waves/ts-types", | ||
"version": "1.0.6-beta.2", | ||
"version": "1.0.6-beta.3", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts", |
@@ -1,2 +0,2 @@ | ||
export * from './transactions'; | ||
export * from '../transactions'; | ||
export * from './parts'; | ||
@@ -3,0 +3,0 @@ |
60349
17
1548