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