Skip to content

Commit

Permalink
Fixing leftover change to blob.
Browse files Browse the repository at this point in the history
  • Loading branch information
przydatek committed Oct 2, 2023
1 parent 3fd8329 commit b313d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vc-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type PrepareCredentialResponse = variant {
Err : IssueCredentialError;
};
type PreparedCredentialData = record { prepared_context : opt text };
type PreparedCredentialData = record { prepared_context : opt blob };
```

Specifically, the issuer checks via `prepared_id_alias.credential_jws` that user identified via `id_dapp` on the issuer
Expand All @@ -135,7 +135,7 @@ service : {
type GetCredentialRequest = record {
signed_id_alias : SignedIdAlias;
prepared_context : opt text;
prepared_context : opt blob;
credential_spec : CredentialSpec;
};
type GetCredentialResponse = variant {
Expand Down

0 comments on commit b313d77

Please sign in to comment.