VerificationKeyValidator

org.plasmalabs.quivr.models.VerificationKeyValidator
object VerificationKeyValidator extends Validator[VerificationKey]

Attributes

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

Members list

Type members

Classlikes

object Ed25519VkValidator extends Validator[Ed25519Vk]

Attributes

Supertypes
trait Validator[Ed25519Vk]
trait Serializable
class Object
trait Matchable
class Any
Self type
object ExtendedEd25519VkValidator extends Validator[ExtendedEd25519Vk]

Attributes

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

Value members

Concrete methods

def validate(input: VerificationKey): Result

Inherited methods

def optional: Validator[Option[VerificationKey]]

Attributes

Inherited from:
Validator