Skip to content

Feature Request: Expose RPC client until batching is done #1640

@ahonnecke

Description

@ahonnecke

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]}]'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions