nimbus-eth1/fluffy/rpc/rpc_calls/rpc_eth_calls.nim

4 lines
242 B
Nim

proc eth_getBlockByHash(data: EthHashStr, fullTransactions: bool): Option[BlockObject]
proc eth_getBlockByNumber(quantityTag: string, fullTransactions: bool): Option[BlockObject]
proc eth_getLogs(filterOptions: FilterOptions): seq[FilterLog]