Class: Aws::ManagedBlockchainQuery::Types::VoutFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

This container specifies filtering attributes related to ‘BITCOIN_VOUT` event types

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vout_spentBoolean

Specifies if the transaction output is spent or unspent.

Returns:

  • (Boolean)


1474
1475
1476
1477
1478
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1474

class VoutFilter < Struct.new(
  :vout_spent)
  SENSITIVE = []
  include Aws::Structure
end