UNPKG

0xweb

Version:

Contract package manager and other web3 tools

11 lines (8 loc) 283 B
import { TPlatform } from '@dequanto/models/TPlatform'; import { BlockchainExplorer } from './BlockchainExplorer'; /** * @obsolete Use BlockchainExplorer class instead. */ export function Evmscan (options: { platform: TPlatform }) { return new BlockchainExplorer(options); }