| 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 |
require 'openapi_client'
instance = OpenapiClient::OutputBlockNumber.new(
schema: null,
block_number: null
)