Skip to content

Commit

Permalink
Add cwitness function with changed type
Browse files Browse the repository at this point in the history
  • Loading branch information
mgudemann committed Jul 11, 2019
1 parent 0815d1b commit 0815b85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion shelley/chain-and-ledger/formal-spec/multi-sig.tex
Expand Up @@ -476,13 +476,20 @@ \section{Types}
\var{stDelegs} & \StakeDelegs & \text{registered stake delegators}\\
\var{rewards} & \AddrRWD \mapsto \Coin & \text{rewards}\\
\var{delegations} & \StakeDelegs \mapsto \KeyHash_{pool} & \text{delegations}\\
\var{ptrs} & \Ptr \mapsto \KeyHash & \text{pointer to key hash}\\
\var{ptrs} & \Ptr \mapsto \StakeDelegs & \text{pointer to delegator}\\
\var{fdms} & (\Slot\times\VKeyGen) \mapsto \VKey & \text{future genesis key delegations}\\
\var{dms} & \VKeyGen \mapsto \VKey & \text{genesis key delegations}\\
\end{array}\right)
\end{array}
\end{equation*}
%
\emph{Certificate Accessor functions}
%
\begin{equation*}
\begin{array}{r@{~\in~}lr}
\cwitness{} & \DCert \to \StakeDelegs & \text{certificate witness}
\end{array}
\end{equation*}
\caption{Delegation State type}
\label{fig:delegation-state type}
\end{figure}
Expand Down

0 comments on commit 0815b85

Please sign in to comment.