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.
|
|
|
{
|
|
|
|
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'
|
|
|
|
}
|