IListingConfigurator
IListingConfigurator
__supportedInterfaces
function __supportedInterfaces(bytes4[] interfaceIds) external view returns (bool[])
Validates if a warper supports multiple interfaces at once.
Name | Type | Description |
---|---|---|
[0] | bool[] | an array of `bool` flags in order as the `interfaceIds` were passed. |