org.plasmalabs.quivr.models
package org.plasmalabs.quivr.models
Members list
Type members
Classlikes
object DataValidator extends Validator[Data]
Attributes
- Supertypes
- Self type
-
DataValidator.type
object DigestValidator extends Validator[Digest]
Attributes
- Supertypes
- Self type
-
DigestValidator.type
final case class DigestVerification(digest: Digest, preimage: Preimage, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[DigestVerification]
Encapsulates digest and preimage used to verify that preimage results in digest
Encapsulates digest and preimage used to verify that preimage results in digest
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[DigestVerification]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DigestVerification extends GeneratedMessageCompanion[DigestVerification]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[DigestVerification]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
DigestVerification.type
object DigestVerificationValidator extends Validator[DigestVerification]
Attributes
- Supertypes
- Self type
Represents a 128-bit integer
object Int128Validator extends Validator[Int128]
Attributes
- Supertypes
- Self type
-
Int128Validator.type
final case class KeyPair(vk: VerificationKey, sk: SigningKey, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[KeyPair]
object KeyPairValidator extends Validator[KeyPair]
Attributes
- Supertypes
- Self type
-
KeyPairValidator.type
object MessageValidator extends Validator[Message]
Attributes
- Supertypes
- Self type
-
MessageValidator.type
object PreimageValidator extends Validator[Preimage]
Attributes
- Supertypes
- Self type
-
PreimageValidator.type
object ProofProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
ProofProto.type
object ProofValidator extends Validator[Proof]
Attributes
- Supertypes
- Self type
-
ProofValidator.type
final case class Proposition(value: Value, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Proposition]
Condition that must be satisfied to unlock
Condition that must be satisfied to unlock
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[Proposition]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Proposition extends GeneratedMessageCompanion[Proposition]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[Proposition]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Proposition.type
object PropositionProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
PropositionProto.type
object PropositionValidator extends Validator[Proposition]
Attributes
- Supertypes
- Self type
-
PropositionValidator.type
object RatioValidator extends Validator[Ratio]
Attributes
- Supertypes
- Self type
-
RatioValidator.type
object RootValidator extends Validator[Root]
Attributes
- Supertypes
- Self type
-
RootValidator.type
object SharedProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
SharedProto.type
final case class SignableBytes(value: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SignableBytes]
signable in bytes
signable in bytes
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[SignableBytes]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SignableBytes extends GeneratedMessageCompanion[SignableBytes]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[SignableBytes]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
SignableBytes.type
object SignableBytesValidator extends Validator[SignableBytes]
Attributes
- Supertypes
- Self type
final case class SignatureVerification(verificationKey: VerificationKey, signature: Witness, message: Message, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SignatureVerification]
encapsulates data used to verify a signing routine
encapsulates data used to verify a signing routine
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[SignatureVerification]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SignatureVerification extends GeneratedMessageCompanion[SignatureVerification]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[SignatureVerification]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
object SignatureVerificationValidator extends Validator[SignatureVerification]
Attributes
- Supertypes
- Self type
final case class SigningKey(sk: Sk, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SigningKey]
Private key used to sign
Private key used to sign
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[SigningKey]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SigningKey extends GeneratedMessageCompanion[SigningKey]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[SigningKey]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
SigningKey.type
object SigningKeyValidator extends Validator[SigningKey]
Attributes
- Supertypes
- Self type
-
SigningKeyValidator.type
object SmallDataValidator extends Validator[SmallData]
Attributes
- Supertypes
- Self type
-
SmallDataValidator.type
object TxBindValidator extends Validator[TxBind]
Attributes
- Supertypes
- Self type
-
TxBindValidator.type
final case class VerificationKey(vk: Vk, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[VerificationKey]
public key in a key pair used for verification
public key in a key pair used for verification
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[VerificationKey]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object VerificationKey extends GeneratedMessageCompanion[VerificationKey]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[VerificationKey]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
VerificationKey.type
object VerificationKeyValidator extends Validator[VerificationKey]
Attributes
- Supertypes
- Self type
object WitnessValidator extends Validator[Witness]
Attributes
- Supertypes
- Self type
-
WitnessValidator.type
In this article