first commit
This commit is contained in:
parent
501a414bc0
commit
b4a40a56ea
7 changed files with 279 additions and 2 deletions
6
docs/diagrams/staking-pool.dot
Normal file
6
docs/diagrams/staking-pool.dot
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
digraph {
|
||||
rankdir="LR"
|
||||
{User} -> StakingPool [label="pays LQ to"]
|
||||
StakingPool -> Stake [label="creates"]
|
||||
Stake -> Proposal [label="is locked by"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue