Interface for managing polymath feature switches (IFeatureRegistry.sol)
PreviousWallet for core vesting escrow functionality (VestingEscrowWalletStorage.sol)NextEncoder.sol
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↘ Derived Contracts:
IFeatureRegistry
Events
⤿ Overridden Implementation(s):
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
Get the status of a feature
Returns
bool
Arguments
Name
Type
Description
_nameKey
string
is the key for the feature status mapping
⤿ Overridden Implementation(s):