ExtendedPrivateKey

data class ExtendedPrivateKey(    val secretkeybytes: ByteVector32,     val chaincode: ByteVector32,     val depth: Int,     val path: KeyPath,     val parent: Long)

Constructors

Link copied to clipboard
fun ExtendedPrivateKey(    secretkeybytes: ByteVector32,     chaincode: ByteVector32,     depth: Int,     path: KeyPath,     parent: Long)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

We avoid accidentally logging extended private keys. You should use an explicit method if you want to convert the extended private key to a string representation.

Properties

Link copied to clipboard
val chaincode: ByteVector32
Link copied to clipboard
val depth: Int
Link copied to clipboard
val parent: Long
Link copied to clipboard
val path: KeyPath
Link copied to clipboard
val privateKey: PrivateKey
Link copied to clipboard
val publicKey: PublicKey
Link copied to clipboard
val secretkeybytes: ByteVector32