Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

File metadata and controls

20 lines (14 loc) · 472 Bytes

OpenapiClient::OutputGetBlockByNumber

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
block ResponseBlock A block object, or null when no block was found

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetBlockByNumber.new(
  schema: null,
  block: null
)