@sentio/sdk
    Preparing search index...

    Variable ExecutionConfig

    ExecutionConfig: {
        create(
            base?: {
                ethAbiDecoderConfig?: {
                    enabled?: boolean;
                    skipWhenDecodeFailed?: boolean;
                    workerCount?: number;
                };
                forceExactBlockTime?: boolean;
                handlerOrderInsideTransaction?: ExecutionConfig_HandlerOrderInsideTransaction;
                processBindingTimeout?: number;
                rpcRetryTimes?: number;
                sequential?: boolean;
                skipStartBlockValidation?: boolean;
            },
        ): ExecutionConfig;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): ExecutionConfig;
        encode(message: ExecutionConfig, writer?: Writer): Writer;
        fromJSON(object: any): ExecutionConfig;
        fromPartial(
            object: {
                ethAbiDecoderConfig?: {
                    enabled?: boolean;
                    skipWhenDecodeFailed?: boolean;
                    workerCount?: number;
                };
                forceExactBlockTime?: boolean;
                handlerOrderInsideTransaction?: ExecutionConfig_HandlerOrderInsideTransaction;
                processBindingTimeout?: number;
                rpcRetryTimes?: number;
                sequential?: boolean;
                skipStartBlockValidation?: boolean;
            },
        ): ExecutionConfig;
        toJSON(message: ExecutionConfig): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              ethAbiDecoderConfig?: {
                  enabled?: boolean;
                  skipWhenDecodeFailed?: boolean;
                  workerCount?: number;
              };
              forceExactBlockTime?: boolean;
              handlerOrderInsideTransaction?: ExecutionConfig_HandlerOrderInsideTransaction;
              processBindingTimeout?: number;
              rpcRetryTimes?: number;
              sequential?: boolean;
              skipStartBlockValidation?: boolean;
          }

        Returns ExecutionConfig

    • decode: function
      • Parameters

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

        Returns ExecutionConfig

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
    • fromPartial: function
      • Parameters

        • object: {
              ethAbiDecoderConfig?: {
                  enabled?: boolean;
                  skipWhenDecodeFailed?: boolean;
                  workerCount?: number;
              };
              forceExactBlockTime?: boolean;
              handlerOrderInsideTransaction?: ExecutionConfig_HandlerOrderInsideTransaction;
              processBindingTimeout?: number;
              rpcRetryTimes?: number;
              sequential?: boolean;
              skipStartBlockValidation?: boolean;
          }

        Returns ExecutionConfig

    • toJSON: function
      • Parameters

        Returns unknown