object LegacyHDPath extends HDPathFactory[LegacyHDPath]
- Alphabetic
- By Inheritance
- LegacyHDPath
- 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 BIP44
The purpose constant from BIP44
- Definition Classes
- LegacyHDPath → HDPathFactory
- See also
- def apply(coinType: HDCoinType, accountIndex: Int, chainType: HDChainType, addressIndex: Int): LegacyHDPath
- Definition Classes
- LegacyHDPath → HDPathFactory
- def apply(address: HDAddress): LegacyHDPath
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[LegacyHDPath]
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): LegacyHDPath
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[LegacyHDPath]
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[LegacyHDPath]
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()