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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchainquery/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)


451
452
453
454
455
456
457
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 451

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

#transaction_hashString

The hash of a transaction. It is generated when a transaction is created.

Returns:

  • (String)


451
452
453
454
455
456
457
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 451

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

#transaction_idString

The identifier of a Bitcoin transaction. It is generated when a transaction is created.

transactionId is only supported on the Bitcoin networks.

Returns:

  • (String)


451
452
453
454
455
456
457
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 451

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