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