UNPKG

@ethereum-waffle/chai

Version:

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

5 lines 377 B
/// <reference types="chai" /> import { Contract } from 'ethers'; export declare function assertFunctionCalled(chai: Chai.AssertionStatic, contract: Contract, fnName: string): void; export declare function assertCalledWithParams(chai: Chai.AssertionStatic, contract: Contract, fnName: string, parameters: any[], negated: boolean): void; //# sourceMappingURL=assertions.d.ts.map