object HDGenerators

Generators related to HD wallet functionality

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HDGenerators
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type HDPathConstructor = (Vector[BIP32Node]) => Try[HDPath]

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bip32Child: Gen[BIP32Node]

    Generates a BIP 32 path segment

  6. def bip32Path: Gen[BIP32Path]

    Generates a BIP32 path

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def diffableHDPaths: Gen[(BIP32Path, BIP32Path)]

    Generates a pair of paths that can be diffed.

    Generates a pair of paths that can be diffed.

    In code, this means that this is always true:

    diffableHDPaths.map {
        case (short. long) => short.diff(long).isDefined
    }
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hardBip32Child: Gen[BIP32Node]

    Generates a hardened BIP 32 path segment

  14. def hardenedType: Gen[HardenedType]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hdAccount: Gen[HDAccount]

    Generates a valid HD account path

  17. def hdAddress: Gen[HDAddress]

    Generates a valid HD adddress path

  18. def hdChain: Gen[HDChain]

    Generates a valid BIP44 chain path

  19. def hdChainType: Gen[HDChainType]

    Generates a valid BIP44 chain type (external/internal change)

  20. def hdCoin: Gen[HDCoin]
  21. def hdCoinType: Gen[HDCoinType]

    Generates a valid HD coin type

  22. def hdPath: Gen[HDPath]
  23. def hdPathWithConstructor: Gen[(HDPath, HDPathConstructor)]
  24. def hdPurpose: Gen[HDPurpose]

    Generates a valid HD purpose path

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def legacyHdPath: Gen[LegacyHDPath]

    Generates a valid BIP44 path

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def nestedSegwithHdPath: Gen[NestedSegWitHDPath]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def segwithHdPath: Gen[SegWitHDPath]
  32. def softBip32Child: Gen[BIP32Node]

    Generates a non-hardened BIP 32 path segment

  33. def softBip32Path: Gen[BIP32Path]

    Generates a non-hardened BIP 32 path

  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped