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[Block] => Unit, block: Vector[Block], transactional: Boolean): Unit
def fetchBlocks(from: Int, to: Int): Vector[Block]
def ingestHistory(state: BlockIngesterState, to: Int, batchSize: Int, handler: Vector[Block] => Unit): BlockIngesterState
def start(handler: Vector[Block] => Unit): Unit

Concrete fields