Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 462 Bytes

File metadata and controls

20 lines (14 loc) · 462 Bytes

OpenapiClient::OutputChainId

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
chain_id String A decimal value in string format which represents an integer of the chain ID

Example

require 'openapi_client'

instance = OpenapiClient::OutputChainId.new(
  schema: null,
  chain_id: null
)