CryptoApis::GetTransactionDetailsByTransactionIDRIBSBCVout

Properties

Name Type Description Notes
is_spent Boolean Defines whether the output is spent or not.
script_pub_key GetTransactionDetailsByTransactionIDRIBSBCScriptPubKey
value String Represents the sent/received amount.

Example

require 'crypto_apis'

instance = CryptoApis::GetTransactionDetailsByTransactionIDRIBSBCVout.new(
  is_spent: false,
  script_pub_key: null,
  value: 0.000122
)