ExtendedPublicKey

data class ExtendedPublicKey(    val publickeybytes: ByteVector,     val chaincode: ByteVector32,     val depth: Int,     val path: KeyPath,     val parent: Long)

Constructors

Link copied to clipboard
fun ExtendedPublicKey(    publickeybytes: ByteVector,     chaincode: ByteVector32,     depth: Int,     path: KeyPath,     parent: Long)

Types

Link copied to clipboard
object Companion

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 publicKey: PublicKey
Link copied to clipboard
val publickeybytes: ByteVector