class IOSTSdk::Models::Query::ContractStorage
This represents the JSON payload for developers.iost.io/docs/en/6-reference/API.html#getcontractstorage The API simply returns { “data”: 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.rb, line 13 def self.attr_names [ 'id', 'field', 'key', 'by_longest_chain' ] end