Registry for managing polymath feature switches (FeatureRegistry.sol)
Contract Members
mapping(bytes32 => bool) public featureStatus;Functions
getFeatureStatus
function getFeatureStatus(string _nameKey) external view
returns(bool)setFeatureStatus
Last updated
Was this helpful?