@sentio/sdk
    Preparing search index...

    Type Alias Data_CosmosCall

    Data_CosmosCall: Message<"processor.Data.CosmosCall"> & {
        timestamp?: Timestamp;
        transaction?: JsonObject;
    }

    Type Declaration

    • Optionaltimestamp?: Timestamp

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

    • Optionaltransaction?: JsonObject

      from field: google.protobuf.Struct transaction = 1;

    from message processor.Data.CosmosCall