Interface SentinelReportStartEventData
Properties
reportStart
reportStart: { module: SentinelModule<SentinelParams<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: string; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<Omit<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: "network.xyo.node.sentinel"; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<SchemaFields & PayloadFields & { archivist?: ArchivistModuleConfig; name?: string; paging?: Record<string, { size?: number; }>; schema: string; security?: { allowAnonymous?: boolean; allowed?: Record<string, (string | CosigningAddressSet)[]>; disallowed?: Record<string, string[]>; }; storeQueries?: boolean; } & Omit<{ archivists?: string[]; schema: string; }, "schema"> & { schema: "network.xyo.node.sentinel"; witnesses?: string[]; } & { schema: string; }, "schema">, "schema"> & { schema: string; }, "schema">, undefined>, SentinelModuleEventData>; } & { inPayloads?: (SchemaFields & PayloadFields & { schema: string; })[]; }