@bloxchain/contracts 1.0.0-alpha.13 → 1.0.0-alpha.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,14 +97,6 @@ interface IBaseStateMachine {
97
97
  */
98
98
  function hasRole(bytes32 roleHash, address wallet) external view returns (bool);
99
99
 
100
- /**
101
- * @dev Returns if an action is supported by a function
102
- * @param functionSelector The function selector to check
103
- * @param action The action to check
104
- * @return True if the action is supported by the function, false otherwise
105
- */
106
- function isActionSupportedByFunction(bytes4 functionSelector, EngineBlox.TxAction action) external view returns (bool);
107
-
108
100
  /**
109
101
  * @dev Gets function schema information
110
102
  * @param functionSelector The function selector to get information for