Struct OutputRef

A reference to an Output within a Transaction

struct OutputRef ;

In order to reference an Output in an UTXO, one need to know the hash (derived from the transaction and the index). This structure holds both the hash and the Output for further reference.

Fields

NameTypeDescription
hash geod24.bitblob.BitBlob!(64L)The hash of the Output, to build the transaction
output OutputThe Output being referenced