Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun fromBase58(base58: String): ExtKey

Decodes ExtKey from Base58 format.

actual fun fromBase58(base58: String): ExtKey

Decodes ExtKey from Base58 format.

actual external fun fromBase58(base58: String): ExtKey

Decodes ExtKey from Base58 format.

Link copied to clipboard
expect fun fromSeed(seed: ByteArray): ExtKey

Creates ExtKey from given seed.

actual fun fromSeed(seed: ByteArray): ExtKey

Creates ExtKey from given seed.

actual external fun fromSeed(seed: ByteArray): ExtKey

Creates ExtKey from given seed.

Link copied to clipboard
expect fun generateRandom(): ExtKey

Generates a new ExtKey.

actual fun generateRandom(): ExtKey

Generates a new ExtKey.

actual external fun generateRandom(): ExtKey

Generates a new ExtKey.