Exemple #1
0
 public APIResult registerONTID(string ontid, string privatekey)
 {
     return(account.registerONTID(ontid, privatekey));
 }
Exemple #2
0
 public NetworkResponse RegisterOntid(string ontid, string privatekey)
 {
     return(_account.registerONTID(ontid, privatekey));
 }