Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

File metadata and controls

22 lines (16 loc) · 508 Bytes

OpenapiClient::InputCall

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
block_number String
transaction ParamsTransaction The transaction call object

Example

require 'openapi_client'

instance = OpenapiClient::InputCall.new(
  schema: null,
  block_number: null,
  transaction: null
)