JsonEtherscanGas.cs 215 B

12345678910
  1. namespace EthermineBotTelegram
  2. {
  3. public class JsonEtherscanGas
  4. {
  5. public string status { get; set; }
  6. public string message { get; set; }
  7. public string result { get; set; }
  8. }
  9. }