UNPKG

@sentio/truffle-source-fetcher

Version:

Fetches verified source code from services such as Etherscan

6 lines (5 loc) 322 B
import type { Fetcher, FetcherConstructor, FetcherOptions, SourceInfo, NetworkInfo } from "./types"; import { InvalidNetworkError } from "./common"; export { Fetcher, FetcherConstructor, FetcherOptions, InvalidNetworkError, SourceInfo, NetworkInfo }; declare const Fetchers: FetcherConstructor[]; export default Fetchers;