mirror of https://codeberg.org/pzp/pzp-wiki.git
update glossary
This commit is contained in:
parent
a7290e4ac0
commit
566a989262
|
@ -10,9 +10,8 @@ sidebar_position: 8
|
|||
- **Tangle Root** = the origin msg of a tangle
|
||||
- **Tangle Tips** = tangle msgs that are not yet referenced by any other msg in the tangle
|
||||
- **Tangle ID** = Msg hash of the tangle's root msg
|
||||
- **Identity tangle** = tangle with msgs that add (or remove?) asymmetric-crypto public keys
|
||||
- **ID** = tangle ID of the identity tangle, refers to the "identity" of a person or a group
|
||||
- **Feed** = tangle with msgs authored by (any pubkey in) an identity
|
||||
- **Feed root** = a msg that is deterministically predictable and empty, so to allow others to pre-know its hash
|
||||
- **Feed ID** = ID of a feed (Msg ID of the feed's root msg)
|
||||
|
||||
- **Account tangle** = tangle with msgs that add (or remove?) asymmetric-crypto public keys
|
||||
- **Account ID** = tangle ID of the account tangle, refers to a person or a group
|
||||
- **Moot** = the "virtual root" of a tangle. The moot is a msg that is deterministically predictable and empty, so to allow others to pre-know its hash. It never needs to be stored in disk nor transmitted via network, since it can be recreated on the fly
|
||||
- **Feed** = tangle with msgs authored by (any pubkey in) an account under a certain "domain", beginning from a moot
|
||||
- **Feed ID** = ID of a feed (Msg ID of the feed's moot)
|
||||
|
|
Loading…
Reference in New Issue