Skip to content

Commit

Permalink
feat: ATL-6019 Added Anoncred Presentation SerDeserialisation
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <[email protected]>
  • Loading branch information
CryptoKnightIOG committed Nov 15, 2023
1 parent 0a78ba3 commit 1f41c27
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 1f41c27

Please sign in to comment.