Applied

org.plasmalabs.node.services.SynchronizationTraversalRes.Status.Applied
final case class Applied(value: BlockId) extends Status

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

override def applied: Option[BlockId]

Attributes

Definition Classes
override def isApplied: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Status
def isEmpty: Boolean

Attributes

Inherited from:
Status
def isUnapplied: Boolean

Attributes

Inherited from:
Status
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unapplied: Option[BlockId]

Attributes

Inherited from:
Status
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof