Exemple #1
0
 public APIResult transferFund(string name, string fromaddress, string toaddress, decimal value, string privatekey)
 {
     return(account.transferFund(name, fromaddress, toaddress, value, privatekey));
 }
Exemple #2
0
 public NetworkResponse TransferFund(string name, string fromaddress, string toaddress, decimal value, string privatekey)
 {
     return(_account.transferFund(name, fromaddress, toaddress, value, privatekey));
 }