@sentio/sdk
    Preparing search index...

    Variable ExportConfig

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

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: { channel?: string; name?: string }

        Returns ExportConfig

    • decode: function
      • Parameters

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

        Returns ExportConfig

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
      • Parameters

        • object: any

        Returns ExportConfig

    • fromPartial: function
      • Parameters

        • object: { channel?: string; name?: string }

        Returns ExportConfig

    • toJSON: function
      • Parameters

        Returns unknown