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.
13 lines
316 B
13 lines
316 B
3 years ago
|
\begin{sequencediagram}
|
||
|
\newthread{actor}{Actor}{}
|
||
|
\newinst[3]{concordia}{:Concordia}{}
|
||
|
\newinst[2]{eth}{:Ethereum}{}
|
||
|
|
||
|
\begin{call}{actor}{Submit post vote}{concordia}{Updated topic page}
|
||
|
|
||
|
\begin{call}{concordia}{Add post vote}{eth}{}
|
||
|
\end{call}
|
||
|
|
||
|
\end{call}
|
||
|
\end{sequencediagram}
|