File tree Expand file tree Collapse file tree 5 files changed +1
-94
lines changed Expand file tree Collapse file tree 5 files changed +1
-94
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ import { ApiPromise } from "@polkadot/api";
3
3
import { FrequencyParquetSchema } from "../types/frequency.js" ;
4
4
5
5
import broadcast from "./broadcast.js" ;
6
- // Deprecated
7
- // import graphChange from "./dsnp/graphChange.js";
8
- // import profile from "./profile.js";
9
6
import reaction from "./reaction.js" ;
10
7
import reply from "./reply.js" ;
11
8
import tombstone from "./tombstone.js" ;
@@ -63,7 +60,7 @@ type AvroDeploy = {
63
60
64
61
export type Deploy = ParquetDeploy | AvroDeploy ;
65
62
66
- export type ParquetSchemaName = "broadcast" | "profile" | " reaction" | "reply" | "tombstone" | "update" ;
63
+ export type ParquetSchemaName = "broadcast" | "reaction" | "reply" | "tombstone" | "update" ;
67
64
export type AvroSchemaName =
68
65
| "public-key-key-agreement"
69
66
| "public-key-assertion-method"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments