Method: Aws::ManagedBlockchainQuery::Types::TransactionOutputItem#network
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
#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 |