Protocol-Spec/diagram.md

35 lines
584 B
Markdown
Raw Normal View History

2020-03-25 13:56:03 +00:00
Edit this diagram at https://mermaid-js.github.io/mermaid-live-editor/#/edit
```mermaid
classDiagram
None <|-- Example1: None
2020-04-06 12:26:42 +00:00
Example1 <|-- Example2: %6CF2...A982.sha256
2020-03-25 13:56:03 +00:00
class None{
empty
}
class Example1{
2020-04-27 13:00:56 +00:00
author @78V...64G.ed25519
kind b04...b2e
2020-03-25 13:56:03 +00:00
prev NONE
depth 0
2020-04-27 13:00:56 +00:00
lipmaa 0
2020-03-25 13:56:03 +00:00
2020-04-27 13:00:56 +00:00
cool_message:%KDK...WKG.sha256
signature X4K...E10.sig.ed25519
2020-03-25 13:56:03 +00:00
}
class Example2{
2020-04-27 13:00:56 +00:00
author @78V...64G.ed25519
kind ba1...6e8
prev %KDK...WKG.sha256
2020-04-06 12:26:42 +00:00
depth 1
2020-04-27 13:00:56 +00:00
lipmaa 1
hello:"World"
this_is_a:"Key"
2020-03-25 13:56:03 +00:00
2020-04-27 13:00:56 +00:00
signature JSS...W3G.sig.ed25519
2020-03-25 13:56:03 +00:00
}
```