UNPKG

@ethereum-waffle/chai

Version:

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

8 lines 250 B
export class ProviderWithHistoryExpected extends Error { constructor() { super('calledOnContract matcher requires provider that support call history'); } } export class EncodingError extends Error { } //# sourceMappingURL=error.js.map