@sentio/sdk
    Preparing search index...

    Type Alias InitResponse

    InitResponse: Message<"processor.InitResponse"> & {
        chainIds: string[];
        config?: ProjectConfig;
        dbSchema?: DataBaseSchema;
        eventLogConfigs: EventLogConfig[];
        executionConfig?: ExecutionConfig;
        exportConfigs: ExportConfig[];
        metricConfigs: MetricConfig[];
    }

    Type Declaration

    • chainIds: string[]

      from field: repeated string chain_ids = 1;

    • Optionalconfig?: ProjectConfig

      from field: processor.ProjectConfig config = 3;

    • OptionaldbSchema?: DataBaseSchema

      from field: processor.DataBaseSchema db_schema = 2;

    • eventLogConfigs: EventLogConfig[]

      from field: repeated processor.EventLogConfig event_log_configs = 7;

    • OptionalexecutionConfig?: ExecutionConfig

      from field: processor.ExecutionConfig execution_config = 4;

    • exportConfigs: ExportConfig[]

      from field: repeated processor.ExportConfig export_configs = 6;

    • metricConfigs: MetricConfig[]

      from field: repeated processor.MetricConfig metric_configs = 5;

    from message processor.InitResponse