BIP39

data class BIP39(val mnemonic: String, val extKey: ExtKey, val entropy: ByteArray)

Class containing ECC generated key using BIP-39.

Constructors

Link copied to clipboard
constructor(mnemonic: String, extKey: ExtKey, entropy: ByteArray)

Properties

Link copied to clipboard

BIP-39 entropy

Link copied to clipboard

BIP-39 Ecc Key

Link copied to clipboard

BIP-39 mnemonic

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int