CryptoApis::ListConfirmedTransactionsByAddressRIBSD2Vout

Properties

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

Example

require 'crypto_apis'

instance = CryptoApis::ListConfirmedTransactionsByAddressRIBSD2Vout.new(
  is_spent: false,
  script_pub_key: null,
  value: 7.76020409
)