class IOSTSdk::Models::GasInfo

Public Class Methods

attr_names() click to toggle source
# File lib/iost_sdk/models/gas_info.rb, line 11
def self.attr_names
  [
    'current_total',
    'transferable_gas',
    'pledge_gas',
    'increase_speed',
    'limit',
    'pledged_info'
  ]
end