Class: Aws::ManagedBlockchainQuery::Types::GetTransactionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::GetTransactionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
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.
Instance Attribute Details
#network ⇒ String
The blockchain network where the transaction occurred.
403 404 405 406 407 408 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 403 class GetTransactionInput < Struct.new( :transaction_hash, :network) 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.
403 404 405 406 407 408 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 403 class GetTransactionInput < Struct.new( :transaction_hash, :network) SENSITIVE = [] include Aws::Structure end |