Create empty placeholder module `Cardano.Tx.Balance`.
This module can eventually hold our main `balanceTx` function.
This module can eventually hold our main `balanceTx` function.
build-depends:
, base
exposed-modules:
Cardano.Tx.Balance
test-suite test
import: language, opts-exe
-- |
-- Copyright: © 2022 IOHK
-- License: Apache-2.0
--
module Cardano.Tx.Balance
()
where
Prevent updating protocol version with `PParamUpdate`
Update tests to check optimization is applied properly
chore: some renames
Signed-off-by: Bassam Riman <[email protected]>