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