LockValidator

org.plasmalabs.sdk.models.box.LockValidator
object LockValidator extends Validator[Lock]

Attributes

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

Members list

Type members

Classlikes

object CommitmentValidator extends Validator[Commitment]

Attributes

Supertypes
trait Validator[Commitment]
trait Serializable
class Object
trait Matchable
class Any
Self type
object ImageValidator extends Validator[Image]

Attributes

Supertypes
trait Validator[Image]
trait Serializable
class Object
trait Matchable
class Any
Self type
object PredicateValidator extends Validator[Predicate]

Attributes

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

Value members

Concrete methods

def validate(input: Lock): Result

Inherited methods

def optional: Validator[Option[Lock]]

Attributes

Inherited from:
Validator