@sentio/sdk
    Preparing search index...

    Class SuiObjectProcessorTemplate

    Hierarchy

    Index

    Constructors

    Properties

    id: number
    instances: Set<string> = ...
    objectHandlers: ObjectHandler<
        (
            self: SuiMoveObjectInput,
            dynamicFieldObjects: SuiMoveObjectInput[],
            ctx: SuiObjectContext,
        ) => PromiseOrVoid,
    >[] = []

    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