Browse Source

BlockEvent type

Joystream Stats 3 năm trước cách đây
mục cha
commit
ee8e73e077
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      types.ts

+ 7 - 0
types.ts

@@ -72,6 +72,13 @@ export class CacheEvent {
   ) {}
 }
 
+export interface BlockEvent {
+  blockId: number;
+  section: string;
+  method: string;
+  data: string;
+}
+
 export interface WorkerReward {
   id: number;
   memberId: MemberId;