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

remove block

parent 80f1b67d
No related branches found
No related tags found
1 merge request!85Resolve "[Document Sealing] Add document proto buffers"
Pipeline #49451 passed
...@@ -187,7 +187,6 @@ export interface SealIndexObject { ...@@ -187,7 +187,6 @@ export interface SealIndexObject {
sealKey: string; sealKey: string;
sealTailCid: string; sealTailCid: string;
chain: string; chain: string;
block: string;
transactionId: string; transactionId: string;
hashBatchId: string; hashBatchId: string;
} }
...@@ -210,7 +210,6 @@ export interface SealIndexObject { ...@@ -210,7 +210,6 @@ export interface SealIndexObject {
sealKey: string; sealKey: string;
sealTailCid: string; sealTailCid: string;
chain: string; chain: string;
block: string;
transactionId: string; transactionId: string;
hashBatchId: string; hashBatchId: string;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment