CombinedEncodedCallResult

Documentation for eth_defi.event_reader.multicall_batcher.CombinedEncodedCallResult Python class.

class CombinedEncodedCallResult

Bases: object

Historical read result of multiple multicalls.

Return the whole block worth of calls when iterating over chain block by block.

Attributes summary

block_number

timestamp

results

rpc_request_stats

Physical 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
Return type

None