File tree 4 files changed +8
-8
lines changed
datatrails-common-api/assets/v2/assets
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ message AssetResponse {
33
33
"\"tracked\": \"TRACKED\", "
34
34
"\"owner\": \"0x601f5A7D3e6dcB55e87bf2F17bC8A27AaCD3511\","
35
35
"\"at_time\": \"2019-11-27T14:44:19Z\","
36
- "\"proof_mechanism\": \"SIMPLE_HASH \","
36
+ "\"proof_mechanism\": \"MERKLE_LOG \","
37
37
"\"public\": false,"
38
38
"\"tenant_identity\": \"tenant/8e0b600c-8234-43e4-860c-e95bdcd695a9\" "
39
39
"}"
@@ -117,4 +117,4 @@ message AssetResponse {
117
117
max_length : 1024
118
118
}];
119
119
120
- }
120
+ }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ message CreateAssetRequest {
25
25
" \"arc_display_name\": \"My Garden Fence\", "
26
26
" \"colour\": \"Plain wood\" "
27
27
"}, "
28
- "\"proof_mechanism\": \"SIMPLE_HASH \","
28
+ "\"proof_mechanism\": \"MERKLE_LOG \","
29
29
"\"public\": false"
30
30
"}"
31
31
};
@@ -79,4 +79,4 @@ message CreateAssetRequest {
79
79
"Sharing to specific organisations is not available for public assets."
80
80
}
81
81
];
82
- }
82
+ }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ enum TrackedStatus {
22
22
enum ProofMechanism {
23
23
PROOF_MECHANISM_UNSPECIFIED = 0 ;
24
24
RESERVED1 = 1 ;
25
- SIMPLE_HASH = 2 ;
25
+ RESERVED2 = 2 ;
26
26
MERKLE_LOG = 3 ;
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ message ListAssetsResponse {
110
110
" \"tracked\": \"TRACKED\", "
111
111
" \"owner\": \"0x601f5A7D3e6dcB55e87bf2F17bC8A27AaCD3511\","
112
112
" \"at_time\": \"2019-11-27T14:44:19Z\", "
113
- " \"proof_mechanism\": \"SIMPLE_HASH \","
113
+ " \"proof_mechanism\": \"MERKLE_LOG \","
114
114
" \"public\": false,"
115
115
" \"tenant_identity\": \"tenant/8e0b600c-8234-43e4-860c-e95bdcd695a9\" "
116
116
" },"
@@ -126,7 +126,7 @@ message ListAssetsResponse {
126
126
" \"tracked\": \"TRACKED\", "
127
127
" \"owner\": \"0x601f5A7D3e6dcB55e87bf2F17bC8A27AaCD3511\","
128
128
" \"at_time\": \"2019-11-27T14:44:19Z\", "
129
- " \"proof_mechanism\": \"SIMPLE_HASH \","
129
+ " \"proof_mechanism\": \"MERKLE_LOG \","
130
130
" \"public\": false,"
131
131
" \"tenant_identity\": \"tenant/8e0b600c-8234-43e4-860c-e95bdcd695a9\" "
132
132
" }"
@@ -137,4 +137,4 @@ message ListAssetsResponse {
137
137
repeated AssetResponse assets = 1 ;
138
138
// Token to retrieve the next page of results or empty if there are none.
139
139
string next_page_token = 2 ;
140
- }
140
+ }
You can’t perform that action at this time.
0 commit comments