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

org.plasmalabs.indexer.services.TxoLockAddressResponseValidator.scala Maven / Gradle / Ivy

The newest version!
package org.plasmalabs.indexer.services

object TxoLockAddressResponseValidator extends scalapb.validate.Validator[org.plasmalabs.indexer.services.TxoLockAddressResponse] {
  def validate(input: org.plasmalabs.indexer.services.TxoLockAddressResponse): scalapb.validate.Result =
    scalapb.validate.Result.repeated(input.txos.iterator) { _value =>
      org.plasmalabs.indexer.services.TxoValidator.validate(_value)
    }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy