generatePrivateKey

expect fun generatePrivateKey(randomSeed: String): String

Generates a new private ECC key.

Return

Generated ECC key in WIF format

Parameters

randomSeed

optional string used as the base to generate the new key

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun generatePrivateKey(randomSeed: String): String

Generates a new private ECC key.

Return

Generated ECC key in WIF format

Parameters

randomSeed

optional string used as the base to generate the new key

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun generatePrivateKey(randomSeed: String): String

Generates a new private ECC key.

Return

Generated ECC key in WIF format

Parameters

randomSeed

optional string used as the base to generate the new key

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception