Skip to content

Commit

Permalink
use string type for id field instead of integer
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Jan 16, 2024
1 parent fa1dc6d commit a420ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IW3CVerifiableCredential.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface IW3CVerifiableCredential {
}

struct Credential {
uint256 id;
string id;
string[] context;
string[] _type;
uint64 expirationDate;
Expand Down

0 comments on commit a420ff4

Please sign in to comment.