@ethereum-waffle/chai
Version:
A sweet set of chai matchers for your blockchain testing needs.
4 lines • 335 B
TypeScript
import type { Transaction, providers } from 'ethers';
export declare type MaybePendingTransaction = Promise<Transaction> | Transaction | string;
export declare function waitForPendingTransaction(tx: MaybePendingTransaction, provider: providers.Provider): Promise<providers.TransactionReceipt>;
//# sourceMappingURL=transaction.d.ts.map