Skip to content

Commit

Permalink
feat: Create Store Presentation (#788)
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <[email protected]>
  • Loading branch information
CryptoKnightIOG committed Feb 2, 2024
1 parent 3c250aa commit 651ccdc
Show file tree
Hide file tree
Showing 5 changed files with 737 additions and 170 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case class AnoncredPredicateRestrictionV1(
case class AnoncredNonRevokedIntervalV1(from: Option[Int], to: Option[Int])

object AnoncredPresentationRequestV1 {
val version: String = "PresentationRequestV1"
val version: String = "AnoncredPresentationRequestV1"

private val schema: String =
"""
Expand Down
Loading

0 comments on commit 651ccdc

Please sign in to comment.