Skip to content
Snippets Groups Projects
Commit b8dd47f2 authored by Johannes Hitzinger's avatar Johannes Hitzinger
Browse files

started plantuml

parent 40104fe9
No related branches found
No related tags found
No related merge requests found
@startuml
class Participant{
- secretKey
+ publicKey
}
class RemoteParticipant{
+ publicKey
}
class Trade
class Exchange
class Offer
class Request
Exchange <|-- Offer
Exchange <|-- Request
Exchange "1..n" - Trade
@enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment