CompressedEcKeyData

proto.prism.PublicKey.KeyData.CompressedEcKeyData
final case class CompressedEcKeyData(value: CompressedECKeyData) extends KeyData

Attributes

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

Members list

Type members

Value members

Concrete methods

Attributes

Definition Classes
override def isCompressedEcKeyData: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def ecKeyData: Option[ECKeyData]

Attributes

Inherited from:
KeyData
def isDefined: Boolean

Attributes

Inherited from:
KeyData
def isEcKeyData: Boolean

Attributes

Inherited from:
KeyData
def isEmpty: Boolean

Attributes

Inherited from:
KeyData
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