Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 620 Bytes

File metadata and controls

24 lines (18 loc) · 620 Bytes

OpenapiClient::InputGetProof

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
address String
block_number String [optional][default to 'latest']
storage_keys Array<String> An array of storage-keys that should be proofed and included

Example

require 'openapi_client'

instance = OpenapiClient::InputGetProof.new(
  schema: null,
  address: null,
  block_number: null,
  storage_keys: null
)