Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
ChannelAction
Interface ChannelAction
interface
ChannelAction
{
action
:
(
(
channel
:
default
,
state
?:
ChannelFsm
)
=>
ChannelFsm
)
;
guard
:
(
(
channel
:
default
,
state
?:
ChannelFsm
)
=>
boolean
)
;
}
Index
Properties
action
guard
Properties
action
action
:
(
(
channel
:
default
,
state
?:
ChannelFsm
)
=>
ChannelFsm
)
guard
guard
:
(
(
channel
:
default
,
state
?:
ChannelFsm
)
=>
boolean
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
guard
@aeternity/aepp-sdk
Loading...