UNPKG

@nomicfoundation/hardhat-viem

Version:
5 lines 287 B
/// <reference types="lodash" /> import type { EthereumProvider } from "hardhat/types"; import type { Address } from "viem"; export declare const getAccounts: ((provider: EthereumProvider) => Promise<Address[]>) & import("lodash").MemoizedFunction; //# sourceMappingURL=accounts.d.ts.map