Protocol-Spec/diagram.md

32 lines
558 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{
kind hello_world
prev NONE
depth 0
2020-04-06 12:26:42 +00:00
key1:"my_value1"
2020-03-29 23:37:40 +00:00
key2:"my_value2"
key3:"my_value3"
2020-04-06 12:26:42 +00:00
key4:%JVKH...BVZG.sha256
key5:&29F3...E6CA.sha256
key6:@GALD...JCCG.ed25519
2020-03-25 13:56:03 +00:00
}
class Example2{
2020-04-06 12:26:42 +00:00
author @DYDG...CVE0.ed25519
2020-03-25 13:56:03 +00:00
kind hello_world
2020-04-06 12:26:42 +00:00
prev %6CF2...A982.sha256
depth 1
2020-03-25 13:56:03 +00:00
2020-03-29 23:37:40 +00:00
hello:"world"
2020-03-25 13:56:03 +00:00
}
```