Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 502 Bytes

File metadata and controls

20 lines (14 loc) · 502 Bytes

OpenapiClient::OutputSendRawTransaction

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
transaction_hash String The transaction hash, or the zero hash if the transaction is not yet available

Example

require 'openapi_client'

instance = OpenapiClient::OutputSendRawTransaction.new(
  schema: null,
  transaction_hash: null
)