io.github.liewhite.web3.utils.block_ingester

Type members

Classlikes

case class BlockInfo(data: Block, history: Boolean)
class BlockIngester(name: String, wssUrl: String, rpcUrls: Vector[String], storage: TBlockStateStorage, batchSize: Int, startBlock: Option[BigInt], transactional: Boolean)