Class: Aws::ManagedBlockchainQuery::Types::TransactionOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::TransactionOutputItem
- 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
-
#network ⇒ String
The blockchain network where the transaction occurred.
-
#transaction_hash ⇒ String
The hash of the transaction.
-
#transaction_timestamp ⇒ Time
The time when the transaction occurred.
Instance Attribute Details
#network ⇒ String
The blockchain network where the transaction occurred.
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_hash ⇒ String
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
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_timestamp ⇒ Time
The time when the transaction occurred.
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 |