@waves/js-test-env
Advanced tools
Comparing version 0.1.6 to 0.2.0
@@ -5,4 +5,3 @@ /** | ||
import * as wt from '@waves/waves-transactions'; | ||
import { IAliasParams, IAliasTransaction, IBurnParams, IBurnTransaction, ICancelLeaseParams, ICancelLeaseTransaction, ICancelOrder, ICancelOrderParams, IDataParams, IDataTransaction, IInvokeScriptParams, IInvokeScriptTransaction, IIssueParams, IIssueTransaction, ILeaseParams, ILeaseTransaction, IMassTransferParams, IMassTransferTransaction, IOrderParams, IReissueParams, IReissueTransaction, ISetAssetScriptParams, ISetAssetScriptTransaction, ISetScriptParams, ISetScriptTransaction, ISponsorshipParams, ISponsorshipTransaction, ITransferParams, ITransferTransaction, TOrder, TSeedTypes, TTx, TTxParams, WithId } from '@waves/waves-transactions'; | ||
import { WithTxType } from '@waves/waves-transactions/dist/general'; | ||
import { IAliasParams, IAliasTransaction, IBurnParams, IBurnTransaction, ICancelLeaseParams, ICancelLeaseTransaction, ICancelOrder, ICancelOrderParams, IDataParams, IDataTransaction, IInvokeScriptParams, IInvokeScriptTransaction, IIssueParams, IIssueTransaction, ILeaseParams, ILeaseTransaction, IMassTransferParams, IMassTransferTransaction, IOrderParams, IReissueParams, IReissueTransaction, ISetAssetScriptParams, ISetAssetScriptTransaction, ISetScriptParams, ISetScriptTransaction, ISponsorshipParams, ISponsorshipTransaction, ITransferParams, ITransferTransaction, TOrder, TSeedTypes, TTx, TTxParams, WithId, WithTxType, INodeRequestOptions } from '@waves/waves-transactions'; | ||
export declare let context: any; | ||
@@ -79,3 +78,3 @@ export declare const accounts: Record<string, string>; | ||
*/ | ||
export declare function waitForTx(txId: string, options?: wt.nodeInteraction.INodeRequestOptions): Promise<wt.TTx<string | number>>; | ||
export declare function waitForTx(txId: string, options?: INodeRequestOptions): Promise<wt.TTx<string | number>>; | ||
/** | ||
@@ -85,3 +84,3 @@ * Resolves N blocks after specified txId is mined into the block | ||
*/ | ||
export declare function waitForTxWithNConfirmations(txId: string, confirmations: number, options?: wt.nodeInteraction.INodeRequestOptions): Promise<wt.TTx<string | number>>; | ||
export declare function waitForTxWithNConfirmations(txId: string, confirmations: number, options?: INodeRequestOptions): Promise<wt.TTx<string | number>>; | ||
/** | ||
@@ -91,3 +90,3 @@ * Resolves N blocks after current blockchain height | ||
*/ | ||
export declare function waitNBlocks(blocksCount: number, options?: wt.nodeInteraction.INodeRequestOptions): Promise<number>; | ||
export declare function waitNBlocks(blocksCount: number, options?: INodeRequestOptions): Promise<number>; | ||
/** | ||
@@ -102,3 +101,3 @@ * Current blockchain height | ||
*/ | ||
export declare function waitForHeight(target: number, options?: wt.nodeInteraction.INodeRequestOptions): Promise<number>; | ||
export declare function waitForHeight(target: number, options?: INodeRequestOptions): Promise<number>; | ||
/** | ||
@@ -105,0 +104,0 @@ * Get account effective balance |
{ | ||
"name": "@waves/js-test-env", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"@waves/ride-js": "^0.17.7", | ||
"@waves/waves-transactions": "^3.10.1", | ||
"@waves/waves-transactions": "^3.10.3", | ||
"tslib": "^1.10.0" | ||
@@ -27,0 +27,0 @@ }, |
20751
524