object SegWitHDPath extends HDPathFactory[SegWitHDPath]
- Alphabetic
 - By Inheritance
 
- SegWitHDPath
 - HDPathFactory
 - StringFactory
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  val ACCOUNT_INDEX: Int
The index of the account segement of a BIP44 path
The index of the account segement of a BIP44 path
- Definition Classes
 - HDPathFactory
 
 -   final  val ADDRESS_INDEX: Int
The index of the address segement of a BIP44 path
The index of the address segement of a BIP44 path
- Definition Classes
 - HDPathFactory
 
 -   final  val CHAIN_INDEX: Int
The index of the chain segement of a BIP44 path
The index of the chain segement of a BIP44 path
- Definition Classes
 - HDPathFactory
 
 -   final  val COIN_INDEX: Int
The index of the coin segement of a BIP44 path
The index of the coin segement of a BIP44 path
- Definition Classes
 - HDPathFactory
 
 -    val PURPOSE: Int
The purpose constant from BIP84
The purpose constant from BIP84
- Definition Classes
 - SegWitHDPath → HDPathFactory
 - See also
 
 -    def apply(coinType: HDCoinType, accountIndex: Int, chainType: HDChainType, addressIndex: Int): SegWitHDPath
- Definition Classes
 - SegWitHDPath → HDPathFactory
 
 -    def apply(address: HDAddress): SegWitHDPath
Gets a HD path from the given HD address
Gets a HD path from the given HD address
- Definition Classes
 - HDPathFactory
 
 -    def apply(children: Vector[BIP32Node]): Try[SegWitHDPath]
Tries to generate a HD path from the given path segments
Tries to generate a HD path from the given path segments
- Definition Classes
 - HDPathFactory
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def assembleAddress(coinType: HDCoinType, accountIndex: Int, chainType: HDChainType, addressIndex: Int): HDAddress
- Attributes
 - protected
 - Definition Classes
 - HDPathFactory
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -    def fromString(string: String): SegWitHDPath
Parses a string representation of a HD path
Parses a string representation of a HD path
- Definition Classes
 - HDPathFactory → StringFactory
 
 -    def fromStringOpt(string: String): Option[SegWitHDPath]
Treis to parse a string to type t, returns None if failure
Treis to parse a string to type t, returns None if failure
- Definition Classes
 - StringFactory
 
 -    def fromStringT(string: String): Try[SegWitHDPath]
Tries to parse string to type t, returns scala.util.Failure if the fails
Tries to parse string to type t, returns scala.util.Failure if the fails
- Definition Classes
 - StringFactory
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    lazy val hdPurpose: HDPurpose
- Attributes
 - protected
 - Definition Classes
 - HDPathFactory
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    lazy val purposeChild: BIP32Node
- Definition Classes
 - HDPathFactory
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()