ethereum-json-rpc-specification icon indicating copy to clipboard operation
ethereum-json-rpc-specification copied to clipboard

Better error message when constructing with incorrect params

Open BelfordZ opened this issue 5 years ago • 0 comments

const client = new Eth() Thrown: TypeError: Cannot read property 'transport' of undefined at new EthereumJSONRPC (/Users/zb/Code/etclabs/ethereum-json-rpc-specification/build/typescript/build/index.js:341:21)

BelfordZ avatar Nov 28 '19 00:11 BelfordZ