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
* Dev: get the invoke updateCredentialStatus transaction object
101
142
* function getIssuerCredentialStatus(address issuer, bytes32 issuerCredentialHash) view public validAddress(issuer) returns (bool exists, Status status)
@@ -120,6 +161,7 @@ export function getIssuerCredentialStatus(
120
161
}
121
162
122
163
/**
164
+
* THIS METHOD WILL BE DEPREATED
123
165
* Dev: Defining three status functions avoid linking the subject to the issuer or the corresponding hashes
@@ -109,6 +117,7 @@ export function getReceiverPresentationStatus(
109
117
}
110
118
111
119
/**
120
+
* THIS METHOD WILL BE DEPREATED
112
121
* Utility function
113
122
* Defining three status functions avoids linking the Subject to the Receiver or the corresponding hashes
114
123
* function getPresentationStatus(Status subjectStatus, Status receiverStatus) pure public validStatus(subjectStatus) validStatus(receiverStatus) returns(Status){
0 commit comments