@sentio/sdk
    Preparing search index...

    Variable AptosOnIntervalConfig

    AptosOnIntervalConfig: {
        create(
            base?: {
                intervalConfig?: {
                    fetchConfig?: {
                        block?: boolean;
                        trace?: boolean;
                        transaction?: boolean;
                        transactionReceipt?: boolean;
                        transactionReceiptLogs?: boolean;
                    };
                    handlerId?: number;
                    handlerName?: string;
                    minutes?: number;
                    minutesInterval?: { backfillInterval?: number; recentInterval?: number };
                    slot?: number;
                    slotInterval?: { backfillInterval?: number; recentInterval?: number };
                };
                type?: string;
            },
        ): AptosOnIntervalConfig;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): AptosOnIntervalConfig;
        encode(message: AptosOnIntervalConfig, writer?: Writer): Writer;
        fromJSON(object: any): AptosOnIntervalConfig;
        fromPartial(
            object: {
                intervalConfig?: {
                    fetchConfig?: {
                        block?: boolean;
                        trace?: boolean;
                        transaction?: boolean;
                        transactionReceipt?: boolean;
                        transactionReceiptLogs?: boolean;
                    };
                    handlerId?: number;
                    handlerName?: string;
                    minutes?: number;
                    minutesInterval?: { backfillInterval?: number; recentInterval?: number };
                    slot?: number;
                    slotInterval?: { backfillInterval?: number; recentInterval?: number };
                };
                type?: string;
            },
        ): AptosOnIntervalConfig;
        toJSON(message: AptosOnIntervalConfig): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              intervalConfig?: {
                  fetchConfig?: {
                      block?: boolean;
                      trace?: boolean;
                      transaction?: boolean;
                      transactionReceipt?: boolean;
                      transactionReceiptLogs?: boolean;
                  };
                  handlerId?: number;
                  handlerName?: string;
                  minutes?: number;
                  minutesInterval?: { backfillInterval?: number; recentInterval?: number };
                  slot?: number;
                  slotInterval?: { backfillInterval?: number; recentInterval?: number };
              };
              type?: string;
          }

        Returns AptosOnIntervalConfig

    • decode: function
      • Parameters

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

        Returns AptosOnIntervalConfig

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

        • object: {
              intervalConfig?: {
                  fetchConfig?: {
                      block?: boolean;
                      trace?: boolean;
                      transaction?: boolean;
                      transactionReceipt?: boolean;
                      transactionReceiptLogs?: boolean;
                  };
                  handlerId?: number;
                  handlerName?: string;
                  minutes?: number;
                  minutesInterval?: { backfillInterval?: number; recentInterval?: number };
                  slot?: number;
                  slotInterval?: { backfillInterval?: number; recentInterval?: number };
              };
              type?: string;
          }

        Returns AptosOnIntervalConfig

    • toJSON: function