Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchFetchResult ¶
type BlockFetchResult ¶
type LogsFetchResult ¶
type TracesFetchResult ¶
type WorkerResult ¶
type WorkerResult struct { BlockNumber *big.Int Error error Block common.Block Transactions []common.Transaction Logs []common.Log Traces []common.Trace }
func SerializeWorkerResults ¶
func SerializeWorkerResults(chainId *big.Int, blocks []BatchFetchResult[RawBlock], logs []BatchFetchResult[RawLogs], traces []BatchFetchResult[RawTraces]) []WorkerResult
Click to show internal directories.
Click to hide internal directories.