UNPKG

@ethereum-waffle/chai

Version:

A sweet set of chai matchers for your blockchain testing needs.

7 lines 468 B
/// <reference types="chai" /> import { BigNumber, providers } from 'ethers'; import { Account } from './misc/account'; import { BalanceChangeOptions } from './misc/balance'; export declare function supportChangeEtherBalance(Assertion: Chai.AssertionStatic): void; export declare function getBalanceChange(txResponse: providers.TransactionResponse, account: Account, options?: BalanceChangeOptions): Promise<BigNumber>; //# sourceMappingURL=changeEtherBalance.d.ts.map