addPrivateKey

open fun addPrivateKey(value: ByteString): Bitcoin.SigningInput.Builder
The available secret private key or keys required for signing (32 bytes each).
repeated bytes private_key = 6;

Return

This builder for chaining.

Parameters

value

The privateKey to add.