Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
solana
SolanaPlugin
Class SolanaPlugin
Hierarchy
Plugin
SolanaPlugin
Index
Constructors
constructor
Properties
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Binding
process
Sol
Instruction
shutdown
Server
start
start
Server
state
Diff
Constructors
constructor
new
SolanaPlugin
()
:
SolanaPlugin
Returns
SolanaPlugin
Properties
name
name
:
string
= 'SolanaPlugin'
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
Binding
processBinding
(
request
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
request
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Sol
Instruction
processSolInstruction
(
request
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
request
:
DataBinding
Returns
Promise
<
ProcessResult
>
shutdown
Server
shutdownServer
()
:
void
method used by action server only
Returns
void
start
start
(
start
:
StartRequest
)
:
Promise
<
void
>
Parameters
start
:
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
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Binding
process
Sol
Instruction
shutdown
Server
start
start
Server
state
Diff
@sentio/sdk
Loading...
method used by action server only