You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
428 B
12 lines
428 B
{
|
|
_id: '<the ID of the external identity>',
|
|
// Auto-generated by OrbitDB
|
|
_publicKey: '<signing key used to sign OrbitDB entries>',
|
|
signatures: {
|
|
//Allows the owner of id to prove they own the private key associated with publicKey
|
|
id: '<signature of _id signed using publicKey>',
|
|
//This links the two ids
|
|
publicKey: '<signature of signatures.id + _publicKey using _id>'
|
|
},
|
|
type: 'orbitdb'
|
|
}
|
|
|