trustgraph / trustgraph-holochain

Apache License 2.0
24 stars 3 forks source link

TrustAtom has optional entry hash for extra attributes #5

Closed harlantwood closed 2 years ago

harlantwood commented 2 years ago

Feature

Example TA: Ŧ→sushi[0x00].900000000[0x00]892412523[0x00]uhCEk…UFnFF

TrustAtom create can take optional extra field which is stored as an Entry containing a BTreeMap<String, String>

If that entry exists, the link tag includes a string version (NOT raw bytes) of EntryHashB64 pointing to that entry.

AC