Class: Aws::ManagedBlockchainQuery::Types::GetTransactionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networkString

The blockchain network where the transaction occurred.

Returns:

  • (String)


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_hashString

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

Returns:

  • (String)


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