UNPKG

@metamask/network-controller

Version:

Provides an interface to the currently selected network via a MetaMask-compatible provider object

9 lines 294 B
/** * The type of network client that can be created. */ export var NetworkClientType; (function (NetworkClientType) { NetworkClientType["Custom"] = "custom"; NetworkClientType["Infura"] = "infura"; })(NetworkClientType || (NetworkClientType = {})); //# sourceMappingURL=types.mjs.map