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