Skip to main content

Type Alias: ProtocolInitialized

type ProtocolInitialized = Indexed<"ProtocolInitialized", {
config: ProtocolConfig;
domain: number;
}>;

Defined in: packages/overcast-core/src/indexer/events.ts:44