MetaMask / providers

An Ethereum Provider that connects over a stream, as injected into websites by MetaMask
MIT License
217 stars 123 forks source link

Export `RequestArguments` and `ConsoleLike` types #302

Closed Mrtenz closed 4 months ago

Mrtenz commented 4 months ago

This exports the RequestArguments and ConsoleLike types, which we use in Snaps, but were previously imported from a dist path. This removes the need for that.