class BIP39KeyManager extends BIP39KeyManagerApi with KeyManagerLogger
This is a key manager implementation meant to represent an in memory BIP39 key manager
- See also
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BIP39KeyManager
- KeyManagerLogger
- BitcoinSLogger
- BIP39KeyManagerApi
- KeyManagerApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BIP39KeyManager(rootExtPrivKey: ExtPrivateKey, kmParams: KeyManagerParams, creationTime: Instant, imported: Boolean)
- rootExtPrivKey
the root seed used for this wallet
- kmParams
the parameters used to generate the right keychain
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val creationTime: Instant
- def deriveXPub(account: HDAccount): Try[ExtPublicKey]
- Definition Classes
- BIP39KeyManager → BIP39KeyManagerApi
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- BIP39KeyManager → 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()
- val getRootXPub: ExtPublicKey
Returns the root ExtPublicKey
Returns the root ExtPublicKey
- Definition Classes
- BIP39KeyManager → BIP39KeyManagerApi
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val imported: Boolean
- Definition Classes
- BIP39KeyManager → BIP39KeyManagerApi
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kmParams: KeyManagerParams
- Definition Classes
- BIP39KeyManager → BIP39KeyManagerApi
- def logger: Logger
- Definition Classes
- BitcoinSLogger
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSign(privKeyPath: HDPath): AdaptorSign
Converts a non-sensitive DB representation of a UTXO into a signable (and sensitive) real-world UTXO
Converts a non-sensitive DB representation of a UTXO into a signable (and sensitive) real-world UTXO
- Definition Classes
- BIP39KeyManager → BIP39KeyManagerApi
- 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()