UNPKG

hardhat

Version:

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

7 lines 264 B
import { Account, Address } from "@nomicfoundation/ethereumjs-util"; import { GenesisAccount } from "../node-types"; export declare function makeAccount(ga: GenesisAccount): { account: Account; address: Address; }; //# sourceMappingURL=makeAccount.d.ts.map