@sentio/sdk
    Preparing search index...

    Class SuiObjectProcessor

    Hierarchy

    • SuiBaseObjectOrAddressProcessorInternal<
          (
              self: SuiMoveObjectInput,
              dynamicFieldObjects: SuiMoveObjectInput[],
              ctx: SuiObjectContext,
          ) => PromiseOrVoid,
      >
      • SuiObjectProcessor
    Index

    Constructors

    Properties

    config: IndexConfigure
    objectChangeHandlers: ObjectChangeHandler<Data_SuiObjectChange>[] = []
    objectHandlers: ObjectHandler[] = []
    ownerType: MoveOwnerType
    templateId: undefined | number

    Methods

    • Parameters

      • handler: (
            self: SuiMoveObjectInput,
            dynamicFieldObjects: SuiMoveObjectInput[],
            ctx: SuiObjectContext,
        ) => PromiseOrVoid
      • checkpointInterval: number = 100000
      • backfillCheckpointInterval: number = 400000
      • Optionaltype: string
      • OptionalfetchConfig: Partial<MoveAccountFetchConfig>

      Returns this

    • Parameters

      • handler: (
            self: SuiMoveObjectInput,
            dynamicFieldObjects: SuiMoveObjectInput[],
            ctx: SuiObjectContext,
        ) => PromiseOrVoid
      • timeIntervalInMinutes: number = 60
      • backfillTimeIntervalInMinutes: number = 240
      • Optionaltype: string
      • OptionalfetchConfig: Partial<MoveAccountFetchConfig>

      Returns this