@nomicfoundation/hardhat-chai-matchers
Version:
Hardhat utils for testing
7 lines • 361 B
TypeScript
import type { Addressable } from "ethers";
export interface BalanceChangeOptions {
includeFee?: boolean;
}
export declare function getAddresses(accounts: Array<Addressable | string>): Promise<string[]>;
export declare function getBalances(accounts: Array<Addressable | string>, blockNumber?: number): Promise<bigint[]>;
//# sourceMappingURL=balance.d.ts.map