Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

File metadata and controls

22 lines (16 loc) · 545 Bytes

OpenapiClient::ResponseStorageEntry

Properties

Name Type Description Notes
key String The requested storage key
proof String An array of rlp-serialized MerkleTree-Nodes which starts with the stateRoot-Node and follows the path of the SHA3 address as key
value String The storage value

Example

require 'openapi_client'

instance = OpenapiClient::ResponseStorageEntry.new(
  key: null,
  proof: null,
  value: null
)