addPrivateKey

open fun addPrivateKey(value: ByteString): Cardano.SigningInput.Builder
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

This builder for chaining.

Parameters

value

The privateKey to add.