BlockIngester
class BlockIngester(name: String, wssUrl: String, rpcUrls: Vector[String], storage: TBlockStateStorage, batchSize: Int, startBlock: Option[BigInt], transactional: Boolean)
class Object
trait Matchable
class Any
Value members
Concrete methods
def callHandler(handler: Vector[BlockInfo] => Unit, block: Vector[BlockInfo], transactional: Boolean): Unit
def ingestHistory(state: BlockIngesterState, to: Int, batchSize: Int, handler: Vector[BlockInfo] => Unit): BlockIngesterState