byron-spec-ledger-test
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Byron.Spec.Ledger.UTxO.Properties

Synopsis

Documentation

moneyIsConstantProperty Source #

Check that the money is constant in the system.

noDoubleSpendingProperty Source #

Check that there is no double spending

utxoDiffProperty Source #

Check that UTxO is outputs minus inputs

avgInputsOutputs ∷ [TxBody] → (Double, Double) Source #

Returns the average number of inputs and outputs for a list of transactions.