UNPKG

@artherachain/hardhat-fakenet

Version:

Hardhat plugin for managing an Arthera fakenet node

10 lines 297 B
export declare class ArtheraService { private _options; private node; private tmpDir; static create(options: any): Promise<ArtheraService>; private constructor(); startServer(): Promise<void>; stopServer(): Promise<void>; } //# sourceMappingURL=arthera-service.d.ts.map