derive

expect fun derive(index: Int): ExtKey

Generates child ExtKey from a current ExtKey using BIP32.

Return

ExtKey object

Parameters

index

number from 0 to 2^31-1

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun derive(index: Int): ExtKey

Generates child ExtKey from a current ExtKey using BIP32.

Return

ExtKey object

Parameters

index

number from 0 to 2^31-1

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun derive(index: Int): ExtKey

Generates child ExtKey from a current ExtKey using BIP32.

Return

ExtKey object

Parameters

index

number from 0 to 2^31-1

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed