Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
aptos
AptosPlugin
Class AptosPlugin
Hierarchy
Plugin
AptosPlugin
Index
Constructors
constructor
Properties
handlers
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Aptos
Event
process
Aptos
Function
Call
process
Aptos
Resource
process
Binding
shutdown
Server
start
start
Server
state
Diff
Constructors
constructor
new
AptosPlugin
()
:
AptosPlugin
Returns
AptosPlugin
Properties
handlers
handlers
:
Handlers
= ...
name
name
:
string
= 'AptosPlugin'
supported
Handlers
supportedHandlers
:
HandlerType
[]
= ...
Methods
configure
configure
(
config
:
ProcessConfigResponse
)
:
Promise
<
void
>
Parameters
config
:
ProcessConfigResponse
Returns
Promise
<
void
>
preprocess
Binding
preprocessBinding
(
request
:
DataBinding
,
preprocessStore
:
{
[
k
:
string
]:
any
}
,
)
:
Promise
<
PreprocessResult
>
Parameters
request
:
DataBinding
preprocessStore
:
{
[
k
:
string
]:
any
}
Returns
Promise
<
PreprocessResult
>
process
Aptos
Event
processAptosEvent
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Aptos
Function
Call
processAptosFunctionCall
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Aptos
Resource
processAptosResource
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Binding
processBinding
(
request
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
request
:
DataBinding
Returns
Promise
<
ProcessResult
>
shutdown
Server
shutdownServer
()
:
void
method used by action server only
Returns
void
start
start
(
request
:
StartRequest
)
:
Promise
<
void
>
Parameters
request
:
StartRequest
Returns
Promise
<
void
>
start
Server
startServer
(
port
?:
number
)
:
Promise
<
void
>
method used by action server only
Parameters
Optional
port
:
number
Returns
Promise
<
void
>
state
Diff
stateDiff
(
config
:
ProcessConfigResponse
)
:
boolean
Parameters
config
:
ProcessConfigResponse
Returns
boolean
Deprecated
The method should not be used, use ctx.states instead
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
handlers
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Aptos
Event
process
Aptos
Function
Call
process
Aptos
Resource
process
Binding
shutdown
Server
start
start
Server
state
Diff
@sentio/sdk
Loading...
method used by action server only