getPrivateKey

open fun getPrivateKey(index: Int): ByteString
The available secret private key or keys required for signing (32 bytes each).
repeated bytes private_key = 6;

Return

The privateKey at the given index.

Parameters

index

The index of the element to return.