MetaMask/eth-json-rpc-middleware

The msgParams parameters in wallet.ts should be typed better

rekmarks opened this issue · 0 comments

Pending #68

The msgParams parameters in wallet.ts should be manually typed with interfaces as opposed to ParamsObject, which is just an alias for Record<string, unknown>.