예제 #1
0
 public static IxiNumber getWalletBalance(byte[] id)
 {
     if (handlerClass == null)
     {
         throw new Exception("Handler Class must be specified in IxianHandler Class");
     }
     return(handlerClass.getWalletBalance(id));
 }
예제 #2
0
 public static IxiNumber getWalletBalance(byte[] id)
 {
     verifyHandler();
     return(handlerClass.getWalletBalance(id));
 }