TxoValidator

xyz.stratalab.indexer.services.TxoValidator
object TxoValidator extends Validator[Txo]

Attributes

Graph
Supertypes
trait Validator[Txo]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object SpenderValidator extends Validator[Spender]

Attributes

Supertypes
trait Validator[Spender]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def validate(input: Txo): Result

Inherited methods

def optional: Validator[Option[Txo]]

Attributes

Inherited from:
Validator