Object

org.bitcoins.testkit.core.gen

HDGenerators

Related Doc: package gen

Permalink

object HDGenerators

Generators related to HD wallet functionality

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

Type Members

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bip32Child: Gen[BIP32Node]

    Permalink

    Generates a BIP 32 path segment

  6. def bip32Path: Gen[BIP32Path]

    Permalink

    Generates a BIP32 path

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def diffableHDPaths: Gen[(BIP32Path, BIP32Path)]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hardBip32Child: Gen[BIP32Node]

    Permalink

    Generates a hardened BIP 32 path segment

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hdAccount: Gen[HDAccount]

    Permalink

    Generates a valid HD account path

  16. def hdAddress: Gen[HDAddress]

    Permalink

    Generates a valid HD adddress path

  17. def hdChain: Gen[HDChain]

    Permalink

    Generates a valid BIP44 chain path

  18. def hdChainType: Gen[HDChainType]

    Permalink

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

  19. def hdCoin: Gen[HDCoin]

    Permalink
  20. def hdCoinType: Gen[HDCoinType]

    Permalink

    Generates a valid HD coin type

  21. def hdPath: Gen[HDPath]

    Permalink
  22. def hdPathWithConstructor: Gen[(HDPath, HDPathConstructor)]

    Permalink
  23. def hdPurpose: Gen[HDPurpose]

    Permalink

    Generates a valid HD purpose path

  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def legacyHdPath: Gen[LegacyHDPath]

    Permalink

    Generates a valid BIP44 path

  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def nestedSegwithHdPath: Gen[NestedSegWitHDPath]

    Permalink
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def segwithHdPath: Gen[SegWitHDPath]

    Permalink
  31. def softBip32Child: Gen[BIP32Node]

    Permalink

    Generates a non-hardened BIP 32 path segment

  32. def softBip32Path: Gen[BIP32Path]

    Permalink

    Generates a non-hardened BIP 32 path

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped