transferum
Preparing search index...
isPushable
Function isPushable
isPushable
<
T
>
(
contract
:
CommunicationContractInterface
,
)
:
contract
is
CommunicationContractInterface
&
PushableInterface
<
T
>
&
{
isPushable
:
true
;
}
Type guard: narrows a transfer to
Pushable<T>
when
isPushable
is true.
Type Parameters
T
Parameters
contract
:
CommunicationContractInterface
Returns
contract
is
CommunicationContractInterface
&
PushableInterface
<
T
>
&
{
isPushable
:
true
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
transferum
Loading...
Type guard: narrows a transfer to
Pushable<T>whenisPushableis true.