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

change interface for ipns

parent 61d43952
No related branches found
No related tags found
1 merge request!85Resolve "[Document Sealing] Add document proto buffers"
Pipeline #52056 passed
...@@ -17,7 +17,8 @@ export interface IpfsContentData { ...@@ -17,7 +17,8 @@ export interface IpfsContentData {
head: string; head: string;
} }
export interface IpfsDocumentContentData { export interface IpfsDocumentContentData {
ipnsKeyId: string; ipnsKeyId?: string;
cid?: string;
key: string; key: string;
head: string; head: string;
} }
......
...@@ -21,7 +21,8 @@ export interface IpfsContentData { ...@@ -21,7 +21,8 @@ export interface IpfsContentData {
} }
export interface IpfsDocumentContentData { export interface IpfsDocumentContentData {
ipnsKeyId: string; ipnsKeyId?: string;
cid?: string;
key: string; key: string;
head: string; head: string;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment