Optional batchInitial batch size. Size would be adjusted based on response size during execution. Default: 1000.
Optional columnColumn mapping for stream function output. It lets you map columns you want into the DataTypes you want.
Optional concurrencyNumber of async threads that would be spawned to execute different block ranges of queries. Default: 10.
Optional eventEvent signature used to populate decode logs. Decode logs would be empty if set to None.
Optional hexDetermines formatting of binary columns numbers into utf8 hex. Default: NoEncode.
Optional maxMaximum batch size that could be used during dynamic adjustment. Default: 200000.
Optional maxMax number of blocks to fetch in a single request.
Optional maxMax number of logs to fetch in a single request.
Optional maxMax number of traces to fetch in a single request.
Optional maxMax number of transactions to fetch in a single request.
Optional minMinimum batch size that could be used during dynamic adjustment. Default: 200.
Optional responseSize of a response in bytes from which step size will be lowered. Default: 500000.
Optional responseSize of a response in bytes from which step size will be increased. Default: 250000.
Optional reverseStream data in reverse order. Default: false.
Config for hypersync event streaming.