entropyToMnemonic

expect fun entropyToMnemonic(entropy: ByteArray): String

Converts BIP-39 entropy to mnemonic.

Return

BIP-39 mnemonic

Parameters

entropy

BIP-39 entropy

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun entropyToMnemonic(entropy: ByteArray): String

Converts BIP-39 entropy to mnemonic.

Return

BIP-39 mnemonic

Parameters

entropy

BIP-39 entropy

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun entropyToMnemonic(entropy: ByteArray): String

Converts BIP-39 entropy to mnemonic.

Return

BIP-39 mnemonic

Parameters

entropy

BIP-39 entropy

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed