Protocol-Spec/diagram.md

555 B

Edit this diagram at https://mermaid-js.github.io/mermaid-live-editor/#/edit

classDiagram
	None <|-- Example1: None
	Example1 <|-- Example2: %6cf2...a982.sha256

  class None{
    empty
  }

	class Example1{
    kind hello_world
    prev NONE
    depth 0

    key1:"my_value\n"
    key2:"my_value2"
    key3:"my_value3"
    key4:%jvKh9...bvzGM=.sha256
    key5:&29f39...e6ca3.sha256
    key6:@galda...WJccg=.ed25519
	}

	class Example2{
    author @DYdgK...Cve04=.ed25519
    kind hello_world
    prev NONE
    depth 0

    hello:"world"
	}