Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 668 Bytes

TransactionVerboseTxnInputs.md

File metadata and controls

25 lines (18 loc) · 668 Bytes

SkyApi::TransactionVerboseTxnInputs

Properties

Name Type Description Notes
uxid String [optional]
owner String [optional]
coins String [optional]
hours Integer [optional]
calculated_hours Integer [optional]

Code Sample

require 'SkyApi'

instance = SkyApi::TransactionVerboseTxnInputs.new(uxid: null,
                                 owner: null,
                                 coins: null,
                                 hours: null,
                                 calculated_hours: null)