UNPKG

@nomicfoundation/hardhat-viem

Version:
4 lines 244 B
import type { EthereumProvider } from "hardhat/types/providers"; import type { Address as ViemAddress } from "viem"; export declare function getAccounts(provider: EthereumProvider): Promise<ViemAddress[]>; //# sourceMappingURL=accounts.d.ts.map