Class ActionThresholds


  • public class ActionThresholds
    extends java.lang.Object
    Thresholds that have to be met when executing an action of a certain type.
    Since:
    0.0.1
    • Constructor Detail

      • ActionThresholds

        public ActionThresholds​(int deployment,
                                int keyManagement,
                                int upgradeManagement)
      • ActionThresholds

        public ActionThresholds()
    • Method Detail

      • getDeployment

        public int getDeployment()
        Threshold for deploy execution.
      • getKeyManagement

        public int getKeyManagement()
        Threshold for managing action threshold.
      • getUpgradeManagement

        public int getUpgradeManagement()
        Threshold for upgrading contracts.
      • setDeployment

        public void setDeployment​(int deployment)
        Threshold for deploy execution.
      • setKeyManagement

        public void setKeyManagement​(int keyManagement)
        Threshold for managing action threshold.
      • setUpgradeManagement

        public void setUpgradeManagement​(int upgradeManagement)
        Threshold for upgrading contracts.