CombinedEncodedCallResult
Documentation for eth_defi.event_reader.multicall_batcher.CombinedEncodedCallResult Python class.
- class CombinedEncodedCallResult
Bases:
objectHistorical read result of multiple multicalls.
Return the whole block worth of calls when iterating over chain block by block.
Attributes summary
block_numbertimestampresultsPhysical JSON-RPC calls made by this subprocess task.
Methods summary
__init__(block_number, timestamp, results[, ...])- rpc_request_stats: Optional[eth_defi.provider.rpcdb.RPCRequestStats]
Physical JSON-RPC calls made by this subprocess task.
- __init__(block_number, timestamp, results, rpc_request_stats=None)
- Parameters
block_number (int) –
timestamp (datetime.datetime) –
results (list[eth_defi.event_reader.multicall_batcher.EncodedCallResult]) –
rpc_request_stats (Optional[eth_defi.provider.rpcdb.RPCRequestStats]) –
- Return type
None