Protocol-Spec/diagram.md

32 lines
555 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-03-29 23:37:40 +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-03-29 23:37:40 +00:00
key1:"my_value\n"
key2:"my_value2"
key3:"my_value3"
key4:%jvKh9...bvzGM=.sha256
key5:&29f39...e6ca3.sha256
key6:@galda...WJccg=.ed25519
2020-03-25 13:56:03 +00:00
}
class Example2{
2020-03-29 23:37:40 +00:00
author @DYdgK...Cve04=.ed25519
2020-03-25 13:56:03 +00:00
kind hello_world
prev NONE
depth 0
2020-03-29 23:37:40 +00:00
hello:"world"
2020-03-25 13:56:03 +00:00
}
```