We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698c014 commit c29de74Copy full SHA for c29de74
src/BotPlutusInterface/Balance.hs
@@ -80,8 +80,10 @@ import Prelude
80
81
-- Config for balancing a `Tx`.
82
data BalanceConfig = BalanceConfig
83
- { bcHasScripts :: Bool -- ^ This field represents whether the current `Tx` that needs to be balanced uses scripts.
84
- , bcSeparateChange :: Bool -- ^ This field represents whether the ada change should be in separate UTxO.
+ { -- | This field represents whether the current `Tx` that needs to be balanced uses scripts.
+ bcHasScripts :: Bool
85
+ , -- | This field represents whether the ada change should be in separate UTxO.
86
+ bcSeparateChange :: Bool
87
}
88
deriving stock (Show, Eq)
89
0 commit comments