Registry for managing polymath feature switches (FeatureRegistry.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ,
FeatureRegistry
Constants & Variables
⤾ overrides
Get the status of a feature
Returns
bool
Arguments
Name
Type
Description
_nameKey
string
is the key for the feature status mapping
change a feature status
Arguments
Name
Type
Description
_nameKey
string
is the key for the feature status mapping
_newStatus
bool
is the new feature status
⤾ overrides