UNPKG

@ethereum-waffle/chai

Version:

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

10 lines (8 loc) 238 B
export class ProviderWithHistoryExpected extends Error { constructor() { super('calledOnContract matcher requires provider that support call history'); } } export class EncodingError extends Error { error: Error | undefined; }