@sentio/sdk
    Preparing search index...

    Type Alias EventLogConfig_Field

    EventLogConfig_Field: Message<"processor.EventLogConfig.Field"> & {
        name: string;
        type:
            | { case: "basicType"; value: EventLogConfig_BasicFieldType }
            | { case: "coinType"; value: CoinID }
            | { case: "structType"; value: EventLogConfig_StructFieldType }
            | { case: undefined; value?: undefined };
    }

    Type Declaration

    • name: string

      from field: string name = 1;

    • type:
          | { case: "basicType"; value: EventLogConfig_BasicFieldType }
          | { case: "coinType"; value: CoinID }
          | { case: "structType"; value: EventLogConfig_StructFieldType }
          | { case: undefined; value?: undefined }

      from oneof processor.EventLogConfig.Field.type

    from message processor.EventLogConfig.Field