class IOSTSdk::Models::Query::ContractStorageFields

This represents the JSON payload for developers.iost.io/docs/en/6-reference/API.html#getcontractstoragefields The API simply returns { “fields”: value }, where value is a JSON string defined by a DApp

Public Class Methods

attr_names() click to toggle source
# File lib/iost_sdk/models/query/contract_storage_fields.rb, line 13
def self.attr_names
  [
    'id',
    'key',
    'by_longest_chain'
  ]
end