setTxHash

open fun setTxHash(value: ByteString): Nervos.OutPoint.Builder
The hash of the referenced transaction.
bytes tx_hash = 1;

Return

This builder for chaining.

Parameters

value

The txHash to set.