@sentio/sdk
    Preparing search index...

    Type Alias Data_EthLog

    Data_EthLog: Message<"processor.Data.EthLog"> & {
        rawBlock?: string;
        rawLog: string;
        rawTransaction?: string;
        rawTransactionReceipt?: string;
        timestamp?: Timestamp;
    }

    Type Declaration

    • OptionalrawBlock?: string

      from field: optional string raw_block = 10;

    • rawLog: string

      from field: string raw_log = 7;

    • OptionalrawTransaction?: string

      from field: optional string raw_transaction = 8;

    • OptionalrawTransactionReceipt?: string

      from field: optional string raw_transaction_receipt = 9;

    • Optionaltimestamp?: Timestamp

      from field: google.protobuf.Timestamp timestamp = 4;

    from message processor.Data.EthLog