Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 554 Bytes

File metadata and controls

20 lines (14 loc) · 554 Bytes

OpenapiClient::OutputGetTransactionByBlockNumberAndIndex

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetTransactionByBlockNumberAndIndex.new(
  schema: null,
  transaction: null
)