Ownership
[Ownership] represents a block to set a secret and the authorized public keys able to decrypt the secret
type Ownership {
authorizedPublicKeys: [AuthorizedKey]
secret: Hex
}
[Ownership] represents a block to set a secret and the authorized public keys able to decrypt the secret
type Ownership {
authorizedPublicKeys: [AuthorizedKey]
secret: Hex
}
Ownership.authorizedPublicKeys
● [AuthorizedKey]
list objectOwnership.secret
● Hex
scalar