Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at sl/git-objects 8 lines 112 B view raw
1package models 2 3import "tangled.org/core/api/tangled" 4 5type PublicKey struct { 6 Did string 7 tangled.PublicKey 8}