Class: Aws::ManagedBlockchainQuery::Types::TransactionOutputItem

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

Overview

The container of the transaction output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#confirmation_statusString

Specifies whether to list transactions that have not reached Finality.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-managedblockchainquery/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

#networkString

The blockchain network where the transaction occurred.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-managedblockchainquery/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_hashString

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

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-managedblockchainquery/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_idString

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

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-managedblockchainquery/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_timestampTime

The time when the transaction occurred.

Returns:

  • (Time)


1412
1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-managedblockchainquery/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