@sentio/sdk
    Preparing search index...

    Variable DBRequest_DBUpdate

    DBRequest_DBUpdate: {
        create(
            base?: {
                entity?: string[];
                entityData?: {
                    fields?: {
                        [key: string]:
                            | undefined
                            | { op?: (...)
                            | (...); value?: (...) | (...) };
                    };
                }[];
                id?: string[];
            },
        ): DBRequest_DBUpdate;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): DBRequest_DBUpdate;
        encode(message: DBRequest_DBUpdate, writer?: Writer): Writer;
        fromJSON(object: any): DBRequest_DBUpdate;
        fromPartial(
            object: {
                entity?: string[];
                entityData?: {
                    fields?: {
                        [key: string]:
                            | undefined
                            | {
                                op?: EntityUpdateData_Operator;
                                value?: {
                                    bigdecimalValue?: ...;
                                    bigintValue?: ...;
                                    boolValue?: ...;
                                    bytesValue?: ...;
                                    floatValue?: ...;
                                    int64Value?: ...;
                                    intValue?: ...;
                                    listValue?: ...;
                                    nullValue?: ...;
                                    stringValue?: ...;
                                    structValue?: ...;
                                    timestampValue?: ...;
                                    tokenValue?: ...;
                                };
                            };
                    };
                }[];
                id?: string[];
            },
        ): DBRequest_DBUpdate;
        toJSON(message: DBRequest_DBUpdate): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              entity?: string[];
              entityData?: {
                  fields?: {
                      [key: string]:
                          | undefined
                          | { op?: (...)
                          | (...); value?: (...) | (...) };
                  };
              }[];
              id?: string[];
          }

        Returns DBRequest_DBUpdate

    • decode: function
      • Parameters

        • input: Uint8Array<ArrayBufferLike> | Reader
        • Optionallength: number

        Returns DBRequest_DBUpdate

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: {
              entity?: string[];
              entityData?: {
                  fields?: {
                      [key: string]:
                          | undefined
                          | {
                              op?: EntityUpdateData_Operator;
                              value?: {
                                  bigdecimalValue?: ...;
                                  bigintValue?: ...;
                                  boolValue?: ...;
                                  bytesValue?: ...;
                                  floatValue?: ...;
                                  int64Value?: ...;
                                  intValue?: ...;
                                  listValue?: ...;
                                  nullValue?: ...;
                                  stringValue?: ...;
                                  structValue?: ...;
                                  timestampValue?: ...;
                                  tokenValue?: ...;
                              };
                          };
                  };
              }[];
              id?: string[];
          }

        Returns DBRequest_DBUpdate

    • toJSON: function