mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-19 08:41:12 +00:00
fdb048ed21
* Add eth_getLogs json-rpc endpoint in Fluffy and Nimbus
3 lines
150 B
Nim
3 lines
150 B
Nim
proc eth_getBlockByHash(data: EthHashStr, fullTransactions: bool): Option[BlockObject]
|
|
proc eth_getLogs(filterOptions: FilterOptions): seq[FilterLog]
|