Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 893 Bytes

20221214130421-txout.org

File metadata and controls

21 lines (18 loc) · 893 Bytes

TxOut

Transaction output includes

address

think of it as the key to unlock the output

value

data TxOut ctx era = TxOut (AddressInEra    era)
                           (TxOutValue      era)
                           (TxOutDatum ctx  era)
                           (ReferenceScript era)

Constructors

  • AddressInEra -> TxOutValue -> TxOutDatum ->ReferenceScript

address