UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

9 lines 533 B
import type { EthereumProvider, JsonRpcRequest, JsonRpcResponse } from "../../../../../../types/providers.js"; import type { RequestHandler } from "../../types.js"; import { ChainId } from "../chain-id/chain-id.js"; export declare class LocalAccountsHandler extends ChainId implements RequestHandler { #private; constructor(provider: EthereumProvider, localAccountsHexPrivateKeys: string[]); handle(jsonRpcRequest: JsonRpcRequest): Promise<JsonRpcRequest | JsonRpcResponse>; } //# sourceMappingURL=local-accounts.d.ts.map