Joystream Stats 2 anni fa
parent
commit
ee8e73e077
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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;