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