UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines 296 B
import { BaseError } from './base.js'; export type FilterTypeNotSupportedErrorType = FilterTypeNotSupportedError & { name: 'FilterTypeNotSupportedError'; }; export declare class FilterTypeNotSupportedError extends BaseError { constructor(type: string); } //# sourceMappingURL=log.d.ts.map