CryptoApis::ListConfirmedTransactionsByAddressRIBSBCVin

Properties

Name Type Description Notes
addresses Array<String>
coinbase String Represents the coinbase hex. [optional]
script_sig GetTransactionDetailsByTransactionIDRIBSBScriptSig
sequence String Represents the script sequence number.
txid String Represents the reference transaction identifier.
txinwitness Array<String>
value String Represents the sent/received amount.
vout Integer Defines the vout of the transaction output, i.e. which output to spend.

Example

require 'crypto_apis'

instance = CryptoApis::ListConfirmedTransactionsByAddressRIBSBCVin.new(
  addresses: null,
  coinbase: 0399991d20706f6f6c2e656e6a6f79626f646965732e636f6d20393963336532346234374747a53e994c4a000001,
  script_sig: null,
  sequence: 4294967295,
  txid: caee978cae255bbe303ac86152679e46113a8b12925aa3afaa312d89d11ccbf8,
  txinwitness: null,
  value: 0.00873472,
  vout: 1
)