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.
16 lines
424 B
16 lines
424 B
\begin{sequencediagram}
|
|
\newthread{actor}{Actor}{}
|
|
\newinst[4]{concordia}{:Concordia}{}
|
|
\newinst[1]{eth}{:Ethereum}{}
|
|
\newinst[1]{orbit}{:OrbitDb}{}
|
|
|
|
\begin{call}{actor}{Delete local data}{concordia}{Delete confirmation form}
|
|
\end{call}
|
|
|
|
\begin{call}{actor}{Submit}{concordia}{}
|
|
|
|
\begin{call}{concordia}{Delete local DBs}{orbit}{}
|
|
\end{call}
|
|
|
|
\end{call}
|
|
\end{sequencediagram}
|
|
|