Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 612 Bytes

20221221064646-tx.org

File metadata and controls

14 lines (13 loc) · 612 Bytes

Tx

Blockchain transactions may have multiple inputs and multiple outputs A transaction is the action that unlocks previous outputs and creates new ones Tx

pattern Tx :: TxBody era -> [KeyWitness] -> Tx era

TxBody

KeyWitness