You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until #832 is worked out, it would be nice to have the ability to get the RPC client directly such that one could send batch requests but still leverage web3 for the decoding.
The equivalent of: curl -X POST --data \ '[{"jsonrpc":"2.0","id":"1","method":"eth_getBlockByNumber","params":["0x1b4", true]},{"jsonrpc":"2.0","id":"2","method":"eth_getBlockByNumber","params":["0x1b5", true]}]'
The text was updated successfully, but these errors were encountered:
Until #832 is worked out, it would be nice to have the ability to get the RPC client directly such that one could send batch requests but still leverage web3 for the decoding.
The equivalent of:
curl -X POST --data \ '[{"jsonrpc":"2.0","id":"1","method":"eth_getBlockByNumber","params":["0x1b4", true]},{"jsonrpc":"2.0","id":"2","method":"eth_getBlockByNumber","params":["0x1b5", true]}]'
The text was updated successfully, but these errors were encountered: