Given a list of transaction inputs, extract a hex-encoded list of all Input.outpointTransactionHashes from inputs that spend output 0 of that transaction (i.e. where Input.outpointIndex is 0).
0
a list of transaction inputs
a hex-encoded list of Input.outpointTransactionHashes
Generated using TypeDoc
Given a list of transaction inputs, extract a hex-encoded list of all Input.outpointTransactionHashes from inputs that spend output
0
of that transaction (i.e. where Input.outpointIndex is0
).