Class: Aws::ManagedBlockchainQuery::Types::TransactionOutputItem

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

Overview

The container of the transaction output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networkString

The blockchain network where the transaction occurred.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
1149
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1143

class TransactionOutputItem < Struct.new(
  :transaction_hash,
  :network,
  :transaction_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_hashString

The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
1149
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1143

class TransactionOutputItem < Struct.new(
  :transaction_hash,
  :network,
  :transaction_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_timestampTime

The time when the transaction occurred.

Returns:

  • (Time)


1143
1144
1145
1146
1147
1148
1149
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1143

class TransactionOutputItem < Struct.new(
  :transaction_hash,
  :network,
  :transaction_timestamp)
  SENSITIVE = []
  include Aws::Structure
end