@sentio/sdk
    Preparing search index...

    Variable DBRequest_DBList

    DBRequest_DBList: {
        create(
            base?: {
                cursor?: string;
                entity?: string;
                filters?: {
                    field?: string;
                    op?: DBRequest_DBOperator;
                    value?: {
                        values?: {
                            bigdecimalValue?: ...;
                            bigintValue?: ...;
                            boolValue?: ...;
                            bytesValue?: ...;
                            floatValue?: ...;
                            int64Value?: ...;
                            intValue?: ...;
                            listValue?: ...;
                            nullValue?: ...;
                            stringValue?: ...;
                            structValue?: ...;
                            timestampValue?: ...;
                            tokenValue?: ...;
                        }[];
                    };
                }[];
                pageSize?: number;
            },
        ): DBRequest_DBList;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): DBRequest_DBList;
        encode(message: DBRequest_DBList, writer?: Writer): Writer;
        fromJSON(object: any): DBRequest_DBList;
        fromPartial(
            object: {
                cursor?: string;
                entity?: string;
                filters?: {
                    field?: string;
                    op?: DBRequest_DBOperator;
                    value?: {
                        values?: {
                            bigdecimalValue?: (...) | (...);
                            bigintValue?: (...) | (...);
                            boolValue?: (...) | (...) | (...);
                            bytesValue?: (...) | (...);
                            floatValue?: (...) | (...);
                            int64Value?: (...) | (...);
                            intValue?: (...) | (...);
                            listValue?: { values?: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; ... 8 more ...; tokenValue?: { ...; } | undefined; }[] | undefined; } | undefined;
                            nullValue?: (...) | (...);
                            stringValue?: (...) | (...);
                            structValue?: (...) | (...);
                            timestampValue?: (...) | (...);
                            tokenValue?: (...) | (...);
                        }[];
                    };
                }[];
                pageSize?: number;
            },
        ): DBRequest_DBList;
        toJSON(message: DBRequest_DBList): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              cursor?: string;
              entity?: string;
              filters?: {
                  field?: string;
                  op?: DBRequest_DBOperator;
                  value?: {
                      values?: {
                          bigdecimalValue?: ...;
                          bigintValue?: ...;
                          boolValue?: ...;
                          bytesValue?: ...;
                          floatValue?: ...;
                          int64Value?: ...;
                          intValue?: ...;
                          listValue?: ...;
                          nullValue?: ...;
                          stringValue?: ...;
                          structValue?: ...;
                          timestampValue?: ...;
                          tokenValue?: ...;
                      }[];
                  };
              }[];
              pageSize?: number;
          }

        Returns DBRequest_DBList

    • decode: function
      • Parameters

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

        Returns DBRequest_DBList

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: {
              cursor?: string;
              entity?: string;
              filters?: {
                  field?: string;
                  op?: DBRequest_DBOperator;
                  value?: {
                      values?: {
                          bigdecimalValue?: (...) | (...);
                          bigintValue?: (...) | (...);
                          boolValue?: (...) | (...) | (...);
                          bytesValue?: (...) | (...);
                          floatValue?: (...) | (...);
                          int64Value?: (...) | (...);
                          intValue?: (...) | (...);
                          listValue?: { values?: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; ... 8 more ...; tokenValue?: { ...; } | undefined; }[] | undefined; } | undefined;
                          nullValue?: (...) | (...);
                          stringValue?: (...) | (...);
                          structValue?: (...) | (...);
                          timestampValue?: (...) | (...);
                          tokenValue?: (...) | (...);
                      }[];
                  };
              }[];
              pageSize?: number;
          }

        Returns DBRequest_DBList

    • toJSON: function