| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| transaction_receipts | Array<ResponseTransactionReceipt> | An array of transaction receipt objects |
require 'openapi_client'
instance = OpenapiClient::OutputGetBlockReceipts.new(
schema: null,
transaction_receipts: null
)