object HDGenerators
Generators related to HD wallet functionality
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HDGenerators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bip32Child: Gen[BIP32Node]
Generates a BIP 32 path segment
- def bip32Path: Gen[BIP32Path]
Generates a BIP32 path
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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 }
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hardBip32Child: Gen[BIP32Node]
Generates a hardened BIP 32 path segment
- def hardenedType: Gen[HardenedType]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hdAccount: Gen[HDAccount]
Generates a valid HD account path
- def hdAddress: Gen[HDAddress]
Generates a valid HD adddress path
- def hdChain: Gen[HDChain]
Generates a valid BIP44 chain path
- def hdChainType: Gen[HDChainType]
Generates a valid BIP44 chain type (external/internal change)
- def hdCoin: Gen[HDCoin]
- def hdCoinType: Gen[HDCoinType]
Generates a valid HD coin type
- def hdPath: Gen[HDPath]
- def hdPathWithConstructor: Gen[(HDPath, HDPathConstructor)]
- def hdPurpose: Gen[HDPurpose]
Generates a valid HD purpose path
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def legacyHdPath: Gen[LegacyHDPath]
Generates a valid BIP44 path
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nestedSegwithHdPath: Gen[NestedSegWitHDPath]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def segwithHdPath: Gen[SegWitHDPath]
- def softBip32Child: Gen[BIP32Node]
Generates a non-hardened BIP 32 path segment
- def softBip32Path: Gen[BIP32Path]
Generates a non-hardened BIP 32 path
- 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()