From 6469f7fdec4f0fd151f233146fbaddc03bda7066 Mon Sep 17 00:00:00 2001
From: Zdravko Iliev <zdravko.iliev@vereign.com>
Date: Mon, 21 Mar 2022 17:28:30 +0200
Subject: [PATCH] remove block

---
 dist/types.d.ts | 1 -
 src/types.ts    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dist/types.d.ts b/dist/types.d.ts
index 9556ffd..932fba5 100644
--- a/dist/types.d.ts
+++ b/dist/types.d.ts
@@ -187,7 +187,6 @@ export interface SealIndexObject {
     sealKey: string;
     sealTailCid: string;
     chain: string;
-    block: string;
     transactionId: string;
     hashBatchId: string;
 }
diff --git a/src/types.ts b/src/types.ts
index 25f7d0b..f04edf3 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -210,7 +210,6 @@ export interface SealIndexObject {
   sealKey: string;
   sealTailCid: string;
   chain: string;
-  block: string;
   transactionId: string;
   hashBatchId: string;
 }
-- 
GitLab