Ver Fonte

BlockEvent type

Joystream Stats há 2 anos atrás
pai
commit
ee8e73e077
1 ficheiros alterados com 7 adições e 0 exclusões
  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;