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