final case class ViewPositionFromRoot(position: List[MerklePathElement]) extends AnyVal with Product with Serializable
Same as ViewPosition, with the position directed from the root to the leaf
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- ViewPositionFromRoot
 - Serializable
 - Product
 - Equals
 - AnyVal
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new ViewPositionFromRoot(position: List[MerklePathElement])
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - Any
 
 -   final  def ##: Int
- Definition Classes
 - Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def getClass(): Class[_ <: AnyVal]
- Definition Classes
 - AnyVal → Any
 
 -  def isEmpty: Boolean
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def isTopLevel: Boolean
 -  val position: List[MerklePathElement]
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product