sealed abstract class ExtPublicKey extends ExtKey
- Alphabetic
- By Inheritance
- ExtPublicKey
- ExtKey
- NetworkElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type VersionType = ExtKeyPubVersion
- Attributes
- protected
- Definition Classes
- ExtPublicKey → ExtKey
Abstract Value Members
- abstract def chainCode: ChainCode
In order to prevent these from depending solely on the key itself, we extend both private and public keys first with an extra 256 bits of entropy.
In order to prevent these from depending solely on the key itself, we extend both private and public keys first with an extra 256 bits of entropy. This extension, called the chain code, is identical for corresponding private and public keys, and consists of 32 bytes.
- Definition Classes
- ExtKey
- abstract def childNum: UInt32
Child number.
Child number. This is ser32(i) for i in xi = xpar/i, with xi the key being serialized. (0x00000000 if master key)
- Definition Classes
- ExtKey
- abstract def depth: UInt8
0 for master nodes, 1 for level-1 derived keys, ....
0 for master nodes, 1 for level-1 derived keys, ....
- Definition Classes
- ExtKey
- abstract def fingerprint: ByteVector
The fingerprint of the parent key
The fingerprint of the parent key
- Definition Classes
- ExtKey
- abstract def key: ECPublicKey
The key at this path
The key at this path
- Definition Classes
- ExtPublicKey → ExtKey
- abstract def version: VersionType
The network and private/public key identifier for this key
The network and private/public key identifier for this key
- Definition Classes
- ExtKey
Concrete 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 byteSize: Long
The size of the NetworkElement in bytes.
The size of the NetworkElement in bytes.
- Definition Classes
- NetworkElement
- def bytes: ByteVector
The byte representation of the NetworkElement
The byte representation of the NetworkElement
- Definition Classes
- ExtKey → NetworkElement
- def bytesLE: ByteVector
The byte representation of the NetworkElement in little endian
The byte representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def deriveChildPubKey(idx: UInt32): Try[ExtPublicKey]
Derives the child pubkey at the specified index
Derives the child pubkey at the specified index
- Definition Classes
- ExtPublicKey → ExtKey
- def deriveChildPubKey(path: BIP32Path): Try[ExtPublicKey]
Derives the child pubkey at the specified path
Derives the child pubkey at the specified path
- Definition Classes
- ExtKey
- def deriveChildPubKey(child: BIP32Node): Try[ExtPublicKey]
Derives the child pubkey at the specified index and hardening value
Derives the child pubkey at the specified index and hardening value
- Definition Classes
- ExtKey
- def deriveChildPubKey(idx: Long): Try[ExtPublicKey]
Derives the child pubkey at the specified index
Derives the child pubkey at the specified index
- Definition Classes
- ExtKey
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hex: String
The hexadecimal representation of the NetworkElement
The hexadecimal representation of the NetworkElement
- Definition Classes
- NetworkElement
- def hexLE: String
The hexadecimal representation of the NetworkElement in little endian
The hexadecimal representation of the NetworkElement in little endian
- Definition Classes
- NetworkElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 toString(): String
- Definition Classes
- ExtKey → 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()