supportsInterface
This method returns true if this contract implements the interface defined by interfaceId
.
Function
Parameters
Parameter
Description
interfaceId
An interfaceID.
Return values
Value
Description
bool _val
Returns true if this contract implements the interface defined by interfaceId
.
Last updated