Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

File metadata and controls

20 lines (14 loc) · 464 Bytes

OpenapiClient::OutputBlockNumber

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
block_number String An integer value of the latest block number encoded as decimal

Example

require 'openapi_client'

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