Packages

object SegWitHDPath extends HDPathFactory[SegWitHDPath]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SegWitHDPath
  2. HDPathFactory
  3. StringFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
  5. 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
  6. 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
  7. 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
  8. val PURPOSE: Int

    The purpose constant from BIP84

    The purpose constant from BIP84

    Definition Classes
    SegWitHDPath → HDPathFactory
    See also

    BIP84

  9. def apply(coinType: HDCoinType, accountIndex: Int, chainType: HDChainType, addressIndex: Int): SegWitHDPath
    Definition Classes
    SegWitHDPath → HDPathFactory
  10. 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
  11. 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
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def assembleAddress(coinType: HDCoinType, accountIndex: Int, chainType: HDChainType, addressIndex: Int): HDAddress
    Attributes
    protected
    Definition Classes
    HDPathFactory
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. 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
  19. 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
  20. 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
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. lazy val hdPurpose: HDPurpose
    Attributes
    protected
    Definition Classes
    HDPathFactory
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. lazy val purposeChild: BIP32Node
    Definition Classes
    HDPathFactory
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from HDPathFactory[SegWitHDPath]

Inherited from StringFactory[SegWitHDPath]

Inherited from AnyRef

Inherited from Any

Ungrouped