Package nxt.migration

Class MigrationMonitor

java.lang.Object
nxt.migration.MigrationMonitor

public class MigrationMonitor extends Object
  • Constructor Details

    • MigrationMonitor

      public MigrationMonitor()
  • Method Details

    • init

      public static void init()
    • scheduleMigration

      public static void scheduleMigration(ChildChain childChain, int height)
    • scheduleMigration

      public static void scheduleMigration(HoldingType holdingType, long holdingId, int height)
    • enableMigration

      public static void enableMigration(long holdingId, HoldingType holdingType, ChildChain targetChain, int minHeight, int actualHeight)
    • hasMigrationsAt

      public static boolean hasMigrationsAt(int height)