transferum
Preparing search index...
isTriggerable
Function isTriggerable
isTriggerable
(
contract
:
CommunicationContractInterface
,
)
:
contract
is
CommunicationContractInterface
&
TriggerableInterface
&
{
isTriggerable
:
true
;
}
Type guard: narrows a transfer to
Triggerable
when
isTriggerable
is true.
Parameters
contract
:
CommunicationContractInterface
Returns
contract
is
CommunicationContractInterface
&
TriggerableInterface
&
{
isTriggerable
:
true
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
transferum
Loading...
Type guard: narrows a transfer to
TriggerablewhenisTriggerableis true.