You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
12 lines
316 B
\begin{sequencediagram}
|
|
\newthread{actor}{Actor}{}
|
|
\newinst[3]{concordia}{:Concordia}{}
|
|
\newinst[2]{eth}{:Ethereum}{}
|
|
|
|
\begin{call}{actor}{Submit poll vote}{concordia}{Updated topic page}
|
|
|
|
\begin{call}{concordia}{Add poll vote}{eth}{}
|
|
\end{call}
|
|
|
|
\end{call}
|
|
\end{sequencediagram}
|
|
|