All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.stratalab.indexer.services.BlockResponseValidator.scala Maven / Gradle / Ivy

The newest version!
package xyz.stratalab.indexer.services

object BlockResponseValidator extends scalapb.validate.Validator[xyz.stratalab.indexer.services.BlockResponse] {
  def validate(input: xyz.stratalab.indexer.services.BlockResponse): scalapb.validate.Result =
    xyz.stratalab.node.models.FullBlockValidator.validate(input.block)
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy