UNPKG

openzeppelin-network-test

Version:

An easy to use and reliable library that provides one line access to Web3 API.

14 lines (13 loc) 375 B
import { Provider } from 'web3/providers'; export default interface ExtendedProvider extends Provider { autoRefreshOnNetworkChange?: boolean; isMetaMask?: boolean; isTrust?: boolean; isGoWallet?: boolean; isAlphaWallet?: boolean; isStatus?: boolean; isToshi?: boolean; isGSNProvider?: boolean; host?: string; connection?: WebSocket; }