Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
aptos
AptosResourceProcessorTemplate
Class AptosResourceProcessorTemplate
Index
Constructors
constructor
Properties
binds
handlers
id
Methods
bind
create
Processor
on
Interval
on
Time
Interval
on
Version
Interval
Constructors
constructor
new
AptosResourceProcessorTemplate
()
:
AptosResourceProcessorTemplate
Returns
AptosResourceProcessorTemplate
Properties
binds
binds
:
Set
<
string
>
= ...
handlers
handlers
:
Handler
[]
= []
id
id
:
number
Methods
bind
bind
(
options
:
AptosBindOptions
,
ctx
:
AptosResourcesContext
)
:
void
Parameters
options
:
AptosBindOptions
ctx
:
AptosResourcesContext
Returns
void
create
Processor
createProcessor
(
options
:
AptosBindOptions
)
:
AptosResourcesProcessor
Parameters
options
:
AptosBindOptions
Returns
AptosResourcesProcessor
Protected
on
Interval
onInterval
(
handler
:
(
resources
:
MoveResource
[]
,
ctx
:
AptosResourcesContext
,
)
=>
PromiseOrVoid
,
timeInterval
:
undefined
|
HandleInterval
,
checkpointInterval
:
undefined
|
HandleInterval
,
type
:
undefined
|
string
,
fetchConfig
:
undefined
|
Partial
<
MoveAccountFetchConfig
>
,
)
:
this
Parameters
handler
:
(
resources
:
MoveResource
[]
,
ctx
:
AptosResourcesContext
)
=>
PromiseOrVoid
timeInterval
:
undefined
|
HandleInterval
checkpointInterval
:
undefined
|
HandleInterval
type
:
undefined
|
string
fetchConfig
:
undefined
|
Partial
<
MoveAccountFetchConfig
>
Returns
this
on
Time
Interval
onTimeInterval
(
handler
:
(
resources
:
MoveResource
[]
,
ctx
:
AptosResourcesContext
,
)
=>
PromiseOrVoid
,
timeIntervalInMinutes
?:
number
,
backfillTimeIntervalInMinutes
?:
number
,
type
?:
string
,
fetchConfig
?:
Partial
<
MoveAccountFetchConfig
>
,
)
:
this
Parameters
handler
:
(
resources
:
MoveResource
[]
,
ctx
:
AptosResourcesContext
)
=>
PromiseOrVoid
timeIntervalInMinutes
:
number
= 60
backfillTimeIntervalInMinutes
:
number
= 240
Optional
type
:
string
Optional
fetchConfig
:
Partial
<
MoveAccountFetchConfig
>
Returns
this
on
Version
Interval
onVersionInterval
(
handler
:
(
resources
:
MoveResource
[]
,
ctx
:
AptosResourcesContext
,
)
=>
PromiseOrVoid
,
checkpointInterval
?:
number
,
backfillCheckpointInterval
?:
number
,
type
?:
string
,
fetchConfig
?:
Partial
<
MoveAccountFetchConfig
>
,
)
:
this
Parameters
handler
:
(
resources
:
MoveResource
[]
,
ctx
:
AptosResourcesContext
)
=>
PromiseOrVoid
checkpointInterval
:
number
= 100000
backfillCheckpointInterval
:
number
= 400000
Optional
type
:
string
Optional
fetchConfig
:
Partial
<
MoveAccountFetchConfig
>
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
binds
handlers
id
Methods
bind
create
Processor
on
Interval
on
Time
Interval
on
Version
Interval
@sentio/sdk
Loading...