File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ instance
3131 ((quote DepositPurpose , DecEq-DepositPurpose) ∷ [])
3232\end{code}
3333\caption{Deposit types}
34+ \label{fig:certs:deposit-types}
3435\end{figure*}
3536
3637\begin{figure*}[h!]
Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ is gone with the new design.
126126
127127Similar to \ScriptPurpose, \DepositPurpose carries the information
128128what the deposit is being made for. The deposits are stored in the
129- \deposits field of \UTxOState. \updateDeposits is responsible for
129+ \deposits field of \UTxOState (the type \Deposits{} is defined in
130+ Figure~\ref{fig:certs:deposit-types}). \updateDeposits is responsible for
130131updating this map, which is split into \updateCertDeposits and
131132\updateProposalDeposits, responsible for certificates and proposals
132133respectively. Both of these functions iterate over the relevant fields
Original file line number Diff line number Diff line change 236236\newcommand {\DrepThresholds }{\AgdaRecord {DrepThresholds}\xspace }
237237\newcommand {\drepThresholds }{\AgdaField {drepThresholds}\xspace }
238238\newcommand {\DocHash }{\AgdaField {DocHash}\xspace }
239+ \newcommand {\Deposits }{\AgdaDatatype {Deposits}\xspace }
239240\newcommand {\deposits }{\AgdaField {deposits}\xspace }
240241\newcommand {\depositRefunds }{\AgdaFunction {depositRefunds}\xspace }
241242\newcommand {\depositsChange }{\AgdaFunction {depositsChange}\xspace }
You can’t perform that action at this time.
0 commit comments