We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d13df7 commit a3f1dfcCopy full SHA for a3f1dfc
datatrails-common-api/assets/v2/assets/enums.proto
@@ -22,7 +22,7 @@ enum TrackedStatus {
22
enum ProofMechanism {
23
PROOF_MECHANISM_UNSPECIFIED = 0;
24
RESERVED1 = 1;
25
- RESERVED2 = 2;
+ SIMPLE_HASH = 2;
26
MERKLE_LOG = 3;
27
}
28
0 commit comments