Esempio n. 1
0
 public static Account GetDelegate(this ITzKtClient client, string address)
 {
     return(client.Download <Account>($"v1/delegates/{address}"));
 }
Esempio n. 2
0
 public static Account GetAccount(this ITzKtClient client, string address)
 {
     return(client.Download <Account>($"v1/accounts/{address}"));
 }