Bytes

proto.prism.ProtoUpdateStorageEntry.Data.Bytes
final case class Bytes(value: ByteString) extends Data

Attributes

Graph
Supertypes
trait Data
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = ByteString

Value members

Concrete methods

override def bytes: Option[ByteString]

Attributes

Definition Classes
override def isBytes: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def ipfs: Option[String]

Attributes

Inherited from:
Data
def isDefined: Boolean

Attributes

Inherited from:
Data
def isEmpty: Boolean

Attributes

Inherited from:
Data
def isIpfs: Boolean

Attributes

Inherited from:
Data
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof