Skip to content

Commit

Permalink
Merge pull request #17 from eu-digital-identity-wallet/develop
Browse files Browse the repository at this point in the history
add pending status
phisakel authored Jul 25, 2024
2 parents c504e5e + 7ccf173 commit b9ac265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletStorage/Enumerations.swift
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ public enum PrivateKeyType: String {
case secureEnclaveP256 = "sep2"
}


/// document status
public enum DocumentStatus: String {
case issued
case deferred
case pending
}

0 comments on commit b9ac265

Please sign in to comment.