cooked-validators-4.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cooked.MockChain.GenerateTx.Body

Synopsis

Documentation

txSkelToBodyContent :: TxSkel -> BodyGen (TxBodyContent BuildTx ConwayEra) Source #

Generates a body content from a skeleton

txSkelToCardanoTx :: TxSkel -> BodyGen (Tx ConwayEra) Source #

Generates a transaction for a skeleton. We first generate a body and we sign it with the required signers.