Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 564 Bytes

File metadata and controls

20 lines (14 loc) · 564 Bytes

OpenapiClient::OutputGetTransactionReceipt

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
transaction_receipt ResponseTransactionReceipt A transaction receipt object, or null when the transaction is not available

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetTransactionReceipt.new(
  schema: null,
  transaction_receipt: null
)