UNPKG

@ethereum-waffle/chai

Version:

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

4 lines 202 B
import { Contract, Signer } from 'ethers'; export declare type Account = Signer | Contract; export declare function getAddressOf(account: Account): Promise<string>; //# sourceMappingURL=account.d.ts.map