Exemplo n.º 1
0
 public static Wallet getWallet(byte[] id)
 {
     if (handlerClass == null)
     {
         throw new Exception("Handler Class must be specified in IxianHandler Class");
     }
     return(handlerClass.getWallet(id));
 }
Exemplo n.º 2
0
 public static Wallet getWallet(byte[] id)
 {
     verifyHandler();
     return(handlerClass.getWallet(id));
 }