fromBase58

expect fun fromBase58(base58: String): ExtKey

Decodes ExtKey from Base58 format.

Return

ExtKey object

Parameters

base58

the ExtKey in Base58

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun fromBase58(base58: String): ExtKey

Decodes ExtKey from Base58 format.

Return

ExtKey object

Parameters

base58

the ExtKey in Base58

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun fromBase58(base58: String): ExtKey

Decodes ExtKey from Base58 format.

Return

ExtKey object

Parameters

base58

the ExtKey in Base58

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception