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