You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK will return the object_hash field value as the attestation value, and will map the objects with this hash on the object_hash as attached to the current attestation.
The text was updated successfully, but these errors were encountered:
Description:
The current implementation of the issuing facts payload looks like this:
This implementation works fine for plain attestations but needs to be extended to accommodate attestations with attached objects.
Proposed Solution:
We will extend this behavior by adding the
objects
field. The updated payload structure will look like this:The SDK will internally issue an attestation replacing the original fact name
my_custom_fact
with an attestation for the fact nameobject_hash
.Querying Issued Facts:
When the developer wants to retrieve these issued facts, they will send an
identities.facts.query.req
for the attested fact name:This will produce a response like:
The SDK will return the
object_hash
field value as the attestation value, and will map the objects with this hash on the object_hash as attached to the current attestation.The text was updated successfully, but these errors were encountered: