Extended Public Key
data class ExtendedPublicKey( val publickeybytes: ByteVector, val chaincode: ByteVector32, val depth: Int, val path: KeyPath, val parent: Long)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ExtendedPublicKey( publickeybytes: ByteVector, chaincode: ByteVector32, depth: Int, path: KeyPath, parent: Long)
Content copied to clipboard