@sentio/sdk
    Preparing search index...

    Variable EntityUpdateData_FieldsEntry

    EntityUpdateData_FieldsEntry: {
        create(
            base?: {
                key?: string;
                value?: {
                    op?: EntityUpdateData_Operator;
                    value?: {
                        bigdecimalValue?: {
                            exp?: number;
                            value?: { data?: ...; negative?: ... };
                        };
                        bigintValue?: { data?: Uint8Array<(...)>; negative?: boolean };
                        boolValue?: boolean;
                        bytesValue?: Uint8Array<ArrayBufferLike>;
                        floatValue?: number;
                        int64Value?: bigint;
                        intValue?: number;
                        listValue?: { values?: (...)[] };
                        nullValue?: RichValue_NullValue;
                        stringValue?: string;
                        structValue?: { fields?: { [key: ...]: ... } };
                        timestampValue?: Date;
                        tokenValue?: {
                            amount?: { exp?: ...; value?: ... };
                            specifiedAt?: Date;
                            token?: { address?: ...; symbol?: ... };
                        };
                    };
                };
            },
        ): EntityUpdateData_FieldsEntry;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): EntityUpdateData_FieldsEntry;
        encode(message: EntityUpdateData_FieldsEntry, writer?: Writer): Writer;
        fromJSON(object: any): EntityUpdateData_FieldsEntry;
        fromPartial(
            object: {
                key?: string;
                value?: {
                    op?: EntityUpdateData_Operator;
                    value?: {
                        bigdecimalValue?: {
                            exp?: number;
                            value?: { data?: (...) | (...); negative?: (...) | (...) | (...) };
                        };
                        bigintValue?: {
                            data?: Uint8Array<ArrayBufferLike>;
                            negative?: boolean;
                        };
                        boolValue?: boolean;
                        bytesValue?: Uint8Array<ArrayBufferLike>;
                        floatValue?: number;
                        int64Value?: bigint;
                        intValue?: number;
                        listValue?: {
                            values?: (
                                { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; bytesValue?: Uint8Array<...> | undefined; ... 7 more ...; tokenValue?: { ...; } | undefined; }
                            )[];
                        };
                        nullValue?: RichValue_NullValue;
                        stringValue?: string;
                        structValue?: {
                            fields?: {
                                [key: string]: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; bytesValue?: Uint8Array<...> | undefined; ... 7 more ...; tokenValue?: { ...; } | undefined; } | undefined;
                            };
                        };
                        timestampValue?: Date;
                        tokenValue?: {
                            amount?: { exp?: (...)
                            | (...); value?: (...) | (...) };
                            specifiedAt?: Date;
                            token?: { address?: (...) | (...); symbol?: (...) | (...) };
                        };
                    };
                };
            },
        ): EntityUpdateData_FieldsEntry;
        toJSON(message: EntityUpdateData_FieldsEntry): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              key?: string;
              value?: {
                  op?: EntityUpdateData_Operator;
                  value?: {
                      bigdecimalValue?: {
                          exp?: number;
                          value?: { data?: ...; negative?: ... };
                      };
                      bigintValue?: { data?: Uint8Array<(...)>; negative?: boolean };
                      boolValue?: boolean;
                      bytesValue?: Uint8Array<ArrayBufferLike>;
                      floatValue?: number;
                      int64Value?: bigint;
                      intValue?: number;
                      listValue?: { values?: (...)[] };
                      nullValue?: RichValue_NullValue;
                      stringValue?: string;
                      structValue?: { fields?: { [key: ...]: ... } };
                      timestampValue?: Date;
                      tokenValue?: {
                          amount?: { exp?: ...; value?: ... };
                          specifiedAt?: Date;
                          token?: { address?: ...; symbol?: ... };
                      };
                  };
              };
          }

        Returns EntityUpdateData_FieldsEntry

    • decode: function
      • Parameters

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

        Returns EntityUpdateData_FieldsEntry

    • encode: function
    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: {
              key?: string;
              value?: {
                  op?: EntityUpdateData_Operator;
                  value?: {
                      bigdecimalValue?: {
                          exp?: number;
                          value?: { data?: (...) | (...); negative?: (...) | (...) | (...) };
                      };
                      bigintValue?: { data?: Uint8Array<ArrayBufferLike>; negative?: boolean };
                      boolValue?: boolean;
                      bytesValue?: Uint8Array<ArrayBufferLike>;
                      floatValue?: number;
                      int64Value?: bigint;
                      intValue?: number;
                      listValue?: {
                          values?: (
                              { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; bytesValue?: Uint8Array<...> | undefined; ... 7 more ...; tokenValue?: { ...; } | undefined; }
                          )[];
                      };
                      nullValue?: RichValue_NullValue;
                      stringValue?: string;
                      structValue?: {
                          fields?: {
                              [key: string]: { nullValue?: RichValue_NullValue | undefined; intValue?: number | undefined; int64Value?: bigint | undefined; floatValue?: number | undefined; bytesValue?: Uint8Array<...> | undefined; ... 7 more ...; tokenValue?: { ...; } | undefined; } | undefined;
                          };
                      };
                      timestampValue?: Date;
                      tokenValue?: {
                          amount?: { exp?: (...)
                          | (...); value?: (...) | (...) };
                          specifiedAt?: Date;
                          token?: { address?: (...) | (...); symbol?: (...) | (...) };
                      };
                  };
              };
          }

        Returns EntityUpdateData_FieldsEntry

    • toJSON: function