UNPKG
harbor-hardhat-anvil
Version:
latest (0.0.6)
0.0.6
0.0.4
0.0.3
harbor hardhat anvil plugin
github.com/foundry-rs/hardhat
harbor-hardhat-anvil
/
dist
/
src
/
anvil-server.d.ts
9 lines
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
AnvilServer
{
private
readonly
_anvil;
private
readonly
_options;
private
constructor
(
);
static
launch
(
options
:
any
,
inherit
?:
boolean
):
Promise
<
AnvilServer
>;
kill
():
void
;
waitUntilClosed
():
Promise
<
void
>; }
//# sourceMappingURL=anvil-server.d.ts.map