UNPKG
@foundry-rs/hardhat-anvil
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Hardhat plugin for managing Anvil
github.com/foundry-rs/hardhat
foundry-rs/hardhat
@foundry-rs/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