Package nxt.freeze

Class FreezeMonitor

java.lang.Object
nxt.freeze.FreezeMonitor

public class FreezeMonitor extends Object
  • Constructor Details

    • FreezeMonitor

      public FreezeMonitor(HoldingType holdingType)
  • Method Details

    • isFrozen

      public boolean isFrozen(long holdingId)
    • isFrozen

      public static boolean isFrozen(HoldingType holdingType, long holdingId)
    • scheduleFreeze

      public void scheduleFreeze(long holdingId, int height)
    • enableFreeze

      public void enableFreeze(long holdingId, int minHeight, int actualHeight)
    • hasFreezesAt

      public static boolean hasFreezesAt(int actualHeight)
    • getFreezeIdsAt

      public static List<Long> getFreezeIdsAt(HoldingType holdingType, int actualHeight)
    • getMinFreezeHeight

      public static int getMinFreezeHeight(long holdingId, HoldingType holdingType)
    • deleteAll

      public static void deleteAll()