Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

File metadata and controls

20 lines (14 loc) · 533 Bytes

OpenapiClient::OutputGetBlockReceipts

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetBlockReceipts.new(
  schema: null,
  transaction_receipts: null
)