UNPKG
@makerdao/test-helpers
Version:
beta (0.4.0-beta.1)
latest (0.5.2)
0.5.2
0.5.2-alpha.0
0.5.1
0.5.0
0.4.0
0.4.0-beta.1
0.4.0-alpha.4
0.4.0-alpha.3
0.4.0-alpha.2
0.4.0-alpha.1
0.4.0-alpha.0
0.3.0
0.2.1
0.2.0
test helpers for the monorepo
@makerdao/test-helpers
/
dist
/
snapshot.d.ts
7 lines
(6 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
takeSnapshot
(
maker
:
any
):
Promise
<{
snapshotId
:
any
;
transactionCounts
:
number
;
currentBlock
:
number
; }>;
export
declare
function
restoreSnapshot
(
snapshotData
:
any
,
maker
:
any
):
Promise
<
any
>;