setHash

open fun setHash(value: ByteString): Bitcoin.OutPoint.Builder
The hash of the referenced transaction (network byte order, usually needs to be reversed).
bytes hash = 1;

Return

This builder for chaining.

Parameters

value

The hash to set.