@sentio/sdk
    Preparing search index...

    Variable Struct_FieldsEntry

    Struct_FieldsEntry: {
        create(base?: { key?: string; value?: any }): Struct_FieldsEntry;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): Struct_FieldsEntry;
        encode(message: Struct_FieldsEntry, writer?: Writer): Writer;
        fromJSON(object: any): Struct_FieldsEntry;
        fromPartial(object: { key?: string; value?: any }): Struct_FieldsEntry;
        toJSON(message: Struct_FieldsEntry): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: { key?: string; value?: any }

        Returns Struct_FieldsEntry

    • decode: function
      • Parameters

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

        Returns Struct_FieldsEntry

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: { key?: string; value?: any }

        Returns Struct_FieldsEntry

    • toJSON: function