Skip to content
Snippets Groups Projects
Commit 0e32980a authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

add ipns key prop to proto object

parent caa67f71
No related branches found
No related tags found
1 merge request!85Resolve "[Document Sealing] Add document proto buffers"
Pipeline #52454 passed
...@@ -26,6 +26,7 @@ message IpfsContentData_V1 { ...@@ -26,6 +26,7 @@ message IpfsContentData_V1 {
string cid = 1; string cid = 1;
string key = 2; string key = 2;
string head = 3; string head = 3;
string ipnsKeyId = 4;
} }
message IpfsAttachmentData_V1 { message IpfsAttachmentData_V1 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment