@sentio/sdk
    Preparing search index...

    Class IotaAddressProcessor

    Hierarchy

    Index

    Constructors

    Properties

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

    Methods

    • Parameters

      • handler: (
            objects: { dataType: "moveObject"; fields: MoveStruct; type: string }[],
            ctx: IotaAddressContext,
        ) => PromiseOrVoid
      • checkpointInterval: number = 100000
      • backfillCheckpointInterval: number = 400000
      • Optionaltype: string
      • OptionalfetchConfig: Partial<MoveAccountFetchConfig>

      Returns this

    • Parameters

      • handler: (
            objects: { dataType: "moveObject"; fields: MoveStruct; type: string }[],
            ctx: IotaAddressContext,
        ) => PromiseOrVoid
      • timeIntervalInMinutes: number = 60
      • backfillTimeIntervalInMinutes: number = 240
      • Optionaltype: string
      • OptionalfetchConfig: Partial<MoveAccountFetchConfig>

      Returns this