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

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

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

object TxoResponseValidator extends scalapb.validate.Validator[xyz.stratalab.indexer.services.TxoResponse] {
  def validate(input: xyz.stratalab.indexer.services.TxoResponse): scalapb.validate.Result =
    xyz.stratalab.indexer.services.TxoValidator.validate(input.txo)
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy