AssetLabel

org.plasmalabs.indexer.services.AssetLabel
See theAssetLabel companion class
object AssetLabel extends GeneratedMessageCompanion[AssetLabel]

Attributes

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

Members list

Type members

Classlikes

implicit class AssetLabelLens[UpperPB](_l: Lens[UpperPB, AssetLabel]) extends ObjectLens[UpperPB, AssetLabel]

Attributes

Supertypes
class ObjectLens[UpperPB, AssetLabel]
trait Lens[UpperPB, AssetLabel]
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Empty(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Empty]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Empty]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
object Label

Attributes

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

Attributes

Companion
object
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
class Tam2Label
class V1Label
class _Empty
final case class Tam2Label(groupHashMostSignificant: Long, groupHashMoreSignificant: Long, groupHashLessSignificant: Long, groupHashLeastSignificant: Long, seriesHashMostSignificant: Long, seriesHashMoreSignificant: Long, seriesHashLessSignificant: Long, seriesHashLeastSignificant: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Tam2Label]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Tam2Label]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Tam2Label.type
final case class V1Label(version: Int, mintingAddress: LockAddress, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[V1Label]

Attributes

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

Attributes

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

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(labelType: LabelType, label: Label): AssetLabel
def parseFrom(`_input__`: CodedInputStream): AssetLabel

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): AssetLabel

Attributes

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

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[AssetLabel]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val EMPTY_FIELD_NUMBER: 2
final val LABELTYPE_FIELD_NUMBER: 1
final val TAM2LABEL_FIELD_NUMBER: 4
final val V1LABEL_FIELD_NUMBER: 3
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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