org.plasmalabs.sdk.models.box
package org.plasmalabs.sdk.models.box
Members list
Type members
Classlikes
object AssetProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
AssetProto.type
final case class Attestation(value: Value, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Attestation]
encapsulates the lock and responses are used to satisfy locks (may be successful or unsuccessful)
encapsulates the lock and responses are used to satisfy locks (may be successful or unsuccessful)
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[Attestation]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Attestation extends GeneratedMessageCompanion[Attestation]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[Attestation]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Attestation.type
object AttestationProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
AttestationProto.type
object AttestationValidator extends Validator[Attestation]
Attributes
- Supertypes
- Self type
-
AttestationValidator.type
encapsulates a value and lock that is needed to be satisfied in order to unlock value
object BoxProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
BoxProto.type
object BoxValidator extends Validator[Box]
Attributes
- Supertypes
- Self type
-
BoxValidator.type
final case class Challenge(proposition: Proposition, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Challenge]
Challenge is a single field message with its options being one of RevealedProposition or PreviousProposition
object ChallengeProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
ChallengeProto.type
object ChallengeValidator extends Validator[Challenge]
Attributes
- Supertypes
- Self type
-
ChallengeValidator.type
sealed abstract class FungibilityType(val value: Int) extends GeneratedEnum
Attributes
- Companion
- object
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object FungibilityType extends GeneratedEnumCompanion[FungibilityType]
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[FungibilityType]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
FungibilityType.type
used to lock a box value and needs to be satisfied in order for the value of the box to be spent should be able to calculate or retrieve the root of the Lock
used to lock a box value and needs to be satisfied in order for the value of the box to be spent should be able to calculate or retrieve the root of the Lock
- from Predicate -> Image -> Commitment -> Signable -> Evidence
Attributes
object LockProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
LockProto.type
object LockValidator extends Validator[Lock]
Attributes
- Supertypes
- Self type
-
LockValidator.type
sealed abstract class QuantityDescriptorType(val value: Int) extends GeneratedEnum
Attributes
- Companion
- object
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ACCUMULATORobject FRACTIONABLEobject IMMUTABLEobject LIQUIDtrait Recognizedclass UnrecognizedShow all
object QuantityDescriptorType extends GeneratedEnumCompanion[QuantityDescriptorType]
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[QuantityDescriptorType]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
object ValueProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
ValueProto.type
object ValueValidator extends Validator[Value]
Attributes
- Supertypes
- Self type
-
ValueValidator.type
In this article