@sentio/sdk
    Preparing search index...

    Interface InitResponse

    interface InitResponse {
        chainIds: string[];
        config: undefined | ProjectConfig;
        dbSchema: undefined | DataBaseSchema;
        eventLogConfigs: EventLogConfig[];
        executionConfig: undefined | ExecutionConfig;
        exportConfigs: ExportConfig[];
        metricConfigs: MetricConfig[];
    }
    Index

    Properties

    chainIds: string[]
    config: undefined | ProjectConfig
    dbSchema: undefined | DataBaseSchema
    eventLogConfigs: EventLogConfig[]
    executionConfig: undefined | ExecutionConfig
    exportConfigs: ExportConfig[]
    metricConfigs: MetricConfig[]