@nomicfoundation/hardhat-chai-matchers
Version:
Hardhat utils for testing
6 lines • 520 B
TypeScript
/// <reference types="chai" />
import type { Addressable, TransactionResponse } from "ethers";
import type { BalanceChangeOptions } from "./misc/balance";
export declare function supportChangeEtherBalances(Assertion: Chai.AssertionStatic, chaiUtils: Chai.ChaiUtils): void;
export declare function getBalanceChanges(transaction: TransactionResponse | Promise<TransactionResponse>, accounts: Array<Addressable | string>, options?: BalanceChangeOptions): Promise<bigint[]>;
//# sourceMappingURL=changeEtherBalances.d.ts.map