| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| transaction | ResponseTransaction | The transaction response object, or null if no transaction is found |
require 'openapi_client'
instance = OpenapiClient::OutputGetTransactionByBlockHashAndIndex.new(
schema: null,
transaction: null
)