Skip to content

Commit 0707414

Browse files
committed
Add security-group parameters to figure
1 parent 33b7ff0 commit 0707414

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Ledger/PParams.lagda

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,22 @@ record PParams : Type where
149149
drepDeposit : Coin
150150
drepActivity : Epoch
151151
\end{code}
152+
\emph{Security group}
153+
\begin{code}
154+
SecurityGroupParams : PParams → ℕ × ℕ × ℕ × ℕ × ExUnits × ℕ × ℕ × ℚ × ℕ × ℕ
155+
SecurityGroupParams pp = maxBlockSize
156+
, maxTxSize
157+
, maxHeaderSize
158+
, maxValSize
159+
, maxBlockExUnits
160+
, a
161+
, b
162+
, minFeeRefScriptCoinsPerByte
163+
, coinsPerUTxOByte
164+
, govActionDeposit
165+
where
166+
open PParams pp
167+
\end{code}
152168
\end{AgdaMultiCode}
153169
\caption{Protocol parameter definitions}
154170
\label{fig:protocol-parameter-declarations}

0 commit comments

Comments
 (0)