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
-
#confirmation_status ⇒ String
Specifies whether to list transactions that have not reached Finality.
-
#network ⇒ String
The blockchain network where the transaction occurred.
-
#transaction_hash ⇒ String
The hash of a transaction.
-
#transaction_id ⇒ String
The identifier of a Bitcoin transaction.
-
#transaction_timestamp ⇒ Time
The time when the transaction occurred.
Instance Attribute Details
#confirmation_status ⇒ String
Specifies whether to list transactions that have not reached Finality.
1412 1413 1414 1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1412 class TransactionOutputItem < Struct.new( :transaction_hash, :transaction_id, :network, :transaction_timestamp, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#network ⇒ String
The blockchain network where the transaction occurred.
1412 1413 1414 1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1412 class TransactionOutputItem < Struct.new( :transaction_hash, :transaction_id, :network, :transaction_timestamp, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#transaction_hash ⇒ String
The hash of a transaction. It is generated when a transaction is created.
1412 1413 1414 1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1412 class TransactionOutputItem < Struct.new( :transaction_hash, :transaction_id, :network, :transaction_timestamp, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#transaction_id ⇒ String
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
1412 1413 1414 1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1412 class TransactionOutputItem < Struct.new( :transaction_hash, :transaction_id, :network, :transaction_timestamp, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#transaction_timestamp ⇒ Time
The time when the transaction occurred.
1412 1413 1414 1415 1416 1417 1418 1419 1420 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1412 class TransactionOutputItem < Struct.new( :transaction_hash, :transaction_id, :network, :transaction_timestamp, :confirmation_status) SENSITIVE = [] include Aws::Structure end |