getPrivateKey

open fun getPrivateKey(index: Int): ByteString
Available private keys (double extended keys); every input UTXO address should be covered
In case of Plan only, keys should be present, in correct number
repeated bytes private_key = 2;

Return

The privateKey at the given index.

Parameters

index

The index of the element to return.