@ethereum-waffle/chai
Version:
A sweet set of chai matchers for your blockchain testing needs.
7 lines • 475 B
TypeScript
/// <reference types="chai" />
import { BigNumber, providers } from 'ethers';
import { Account } from './misc/account';
import { BalanceChangeOptions } from './misc/balance';
export declare function supportChangeEtherBalances(Assertion: Chai.AssertionStatic): void;
export declare function getBalanceChanges(txResponse: providers.TransactionResponse, accounts: Account[], options: BalanceChangeOptions): Promise<BigNumber[]>;
//# sourceMappingURL=changeEtherBalances.d.ts.map