VerificationKey

org.plasmalabs.quivr.models.VerificationKey
See theVerificationKey companion class
object VerificationKey extends GeneratedMessageCompanion[VerificationKey]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[VerificationKey]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class Ed25519Vk(value: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Ed25519Vk]

Attributes

Companion
object
Supertypes
trait Updatable[Ed25519Vk]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Ed25519Vk extends GeneratedMessageCompanion[Ed25519Vk]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Ed25519Vk]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Ed25519Vk.type
final case class ExtendedEd25519Vk(vk: Ed25519Vk, chainCode: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ExtendedEd25519Vk]

Attributes

Companion
object
Supertypes
trait Updatable[ExtendedEd25519Vk]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ExtendedEd25519Vk extends GeneratedMessageCompanion[ExtendedEd25519Vk]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ExtendedEd25519Vk]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
implicit class VerificationKeyLens[UpperPB](_l: Lens[UpperPB, VerificationKey]) extends ObjectLens[UpperPB, VerificationKey]

Attributes

Supertypes
class ObjectLens[UpperPB, VerificationKey]
trait Lens[UpperPB, VerificationKey]
trait Serializable
class Object
trait Matchable
class Any
Show all
object Vk

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Vk.type
sealed trait Vk extends GeneratedOneof

Attributes

Companion
object
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Ed25519
object Empty

Inherited types

Attributes

Inherited from:
GeneratedMessageCompanion

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(vk: Vk): VerificationKey
def parseFrom(`_input__`: CodedInputStream): VerificationKey

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def fromAscii(s: String): VerificationKey

Attributes

Inherited from:
GeneratedMessageCompanion
def merge(a: VerificationKey, input: CodedInputStream): VerificationKey

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[VerificationKey]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[VerificationKey]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): VerificationKey

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): VerificationKey

Attributes

Inherited from:
GeneratedMessageCompanion
def streamFromDelimitedInput(input: InputStream): Stream[VerificationKey]

Attributes

Inherited from:
GeneratedMessageCompanion
def toByteArray(a: VerificationKey): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[VerificationKey]

Attributes

Inherited from:
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, VerificationKey]

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val ED25519_FIELD_NUMBER: 1
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def VerificationKeyLens[UpperPB](_l: Lens[UpperPB, VerificationKey]): VerificationKeyLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[VerificationKey]
implicit def messageReads: Reads[VerificationKey]
implicit def validator: Validator[VerificationKey]