Beispiel #1
0
 public static int getLastBlockVersion()
 {
     if (handlerClass == null)
     {
         throw new Exception("Handler Class must be specified in IxianHandler Class");
     }
     return(handlerClass.getLastBlockVersion());
 }
Beispiel #2
0
 public static int getLastBlockVersion()
 {
     verifyHandler();
     return(handlerClass.getLastBlockVersion());
 }