addPrivateKey

open fun addPrivateKey(value: ByteString): Nervos.SigningInput.Builder
The available secret private keys used for signing (32 bytes each).
repeated bytes private_key = 2;

Return

This builder for chaining.

Parameters

value

The privateKey to add.