Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
sui
SuiObjectProcessorTemplate
Class SuiObjectProcessorTemplate
Hierarchy
SuiObjectOrAddressProcessorTemplate
<
(
self
:
SuiMoveObject
,
dynamicFieldObjects
:
SuiMoveObject
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
,
SuiObjectBindOptions
,
SuiObjectProcessor
,
>
SuiObjectProcessorTemplate
Index
Constructors
constructor
Properties
binds
id
object
Handlers
Methods
bind
create
Processor
on
Checkpoint
Interval
on
Interval
on
Time
Interval
unbind
Constructors
constructor
new
SuiObjectProcessorTemplate
()
:
SuiObjectProcessorTemplate
Returns
SuiObjectProcessorTemplate
Properties
binds
binds
:
Set
<
string
>
= ...
id
id
:
number
object
Handlers
objectHandlers
:
ObjectHandler
<
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
,
>
[]
= []
Methods
bind
bind
(
options
:
SuiObjectBindOptions
,
ctx
:
SuiContext
)
:
void
Parameters
options
:
SuiObjectBindOptions
ctx
:
SuiContext
Returns
void
create
Processor
createProcessor
(
options
:
SuiObjectBindOptions
)
:
SuiObjectProcessor
Parameters
options
:
SuiObjectBindOptions
Returns
SuiObjectProcessor
on
Checkpoint
Interval
onCheckpointInterval
(
handler
:
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
,
checkpointInterval
?:
number
,
backfillCheckpointInterval
?:
number
,
type
?:
string
,
fetchConfig
?:
Partial
<
MoveAccountFetchConfig
>
,
)
:
this
Parameters
handler
:
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
checkpointInterval
:
number
= 100000
backfillCheckpointInterval
:
number
= 400000
Optional
type
:
string
Optional
fetchConfig
:
Partial
<
MoveAccountFetchConfig
>
Returns
this
Protected
on
Interval
onInterval
(
handler
:
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
,
timeInterval
:
undefined
|
HandleInterval
,
checkpointInterval
:
undefined
|
HandleInterval
,
type
:
undefined
|
string
,
fetchConfig
:
undefined
|
Partial
<
MoveAccountFetchConfig
>
,
)
:
this
Parameters
handler
:
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
timeInterval
:
undefined
|
HandleInterval
checkpointInterval
:
undefined
|
HandleInterval
type
:
undefined
|
string
fetchConfig
:
undefined
|
Partial
<
MoveAccountFetchConfig
>
Returns
this
on
Time
Interval
onTimeInterval
(
handler
:
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
,
timeIntervalInMinutes
?:
number
,
backfillTimeIntervalInMinutes
?:
number
,
type
?:
string
,
fetchConfig
?:
Partial
<
MoveAccountFetchConfig
>
,
)
:
this
Parameters
handler
:
(
self
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
,
dynamicFieldObjects
:
{
dataType
:
"moveObject"
;
fields
:
MoveStruct
;
hasPublicTransfer
:
boolean
;
type
:
string
;
}
[]
,
ctx
:
SuiObjectContext
,
)
=>
PromiseOrVoid
timeIntervalInMinutes
:
number
= 60
backfillTimeIntervalInMinutes
:
number
= 240
Optional
type
:
string
Optional
fetchConfig
:
Partial
<
MoveAccountFetchConfig
>
Returns
this
unbind
unbind
(
options
:
SuiObjectBindOptions
,
ctx
:
SuiContext
)
:
void
Parameters
options
:
SuiObjectBindOptions
ctx
:
SuiContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
binds
id
object
Handlers
Methods
bind
create
Processor
on
Checkpoint
Interval
on
Interval
on
Time
Interval
unbind
@sentio/sdk
Loading...