Class: Aws::ManagedBlockchainQuery::Types::TransactionEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::TransactionEvent
- Defined in:
- gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb
Overview
The container for the properties of a transaction event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
-
#confirmation_status ⇒ String
This container specifies whether the transaction has reached Finality.
-
#contract_address ⇒ String
The blockchain address for the contract.
-
#event_type ⇒ String
The type of transaction event.
-
#from ⇒ String
The wallet address initiating the transaction.
-
#network ⇒ String
The blockchain network where the transaction occurred.
-
#spent_vout_index ⇒ Integer
The position of the spent transaction output in the output list of the creating transaction.
-
#spent_vout_transaction_hash ⇒ String
The transactionHash that created the spent transaction output.
-
#spent_vout_transaction_id ⇒ String
The transactionId that created the spent transaction output.
-
#to ⇒ String
The wallet address receiving the transaction.
-
#token_id ⇒ String
The unique identifier for the token involved in the transaction.
-
#transaction_hash ⇒ String
The hash of a transaction.
-
#transaction_id ⇒ String
The identifier of a Bitcoin transaction.
-
#value ⇒ String
The value that was transacted.
-
#vout_index ⇒ Integer
The position of the transaction output in the transaction output list.
-
#vout_spent ⇒ Boolean
Specifies if the transaction output is spent or unspent.
Instance Attribute Details
#blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#confirmation_status ⇒ String
This container specifies whether the transaction has reached Finality.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#contract_address ⇒ String
The blockchain address for the contract
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of transaction event.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#from ⇒ String
The wallet address initiating the transaction. It can either be a public key or a contract.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#network ⇒ String
The blockchain network where the transaction occurred.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#spent_vout_index ⇒ Integer
The position of the spent transaction output in the output list of the creating transaction.
BITCOIN_VIN
event types.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#spent_vout_transaction_hash ⇒ String
The transactionHash that created the spent transaction output.
BITCOIN_VIN
event types.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#spent_vout_transaction_id ⇒ String
The transactionId that created the spent transaction output.
BITCOIN_VIN
event types.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#to ⇒ String
The wallet address receiving the transaction. It can either be a public key or a contract.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#token_id ⇒ String
The unique identifier for the token involved in the transaction.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#transaction_hash ⇒ String
The hash of a transaction. It is generated when a transaction is created.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#transaction_id ⇒ String
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that was transacted.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#vout_index ⇒ Integer
The position of the transaction output in the transaction output list.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |
#vout_spent ⇒ Boolean
Specifies if the transaction output is spent or unspent. This is only returned for BITCOIN_VOUT event types.
BITCOIN_VOUT
event types.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1364 class TransactionEvent < Struct.new( :network, :transaction_hash, :event_type, :from, :to, :value, :contract_address, :token_id, :transaction_id, :vout_index, :vout_spent, :spent_vout_transaction_id, :spent_vout_transaction_hash, :spent_vout_index, :blockchain_instant, :confirmation_status) SENSITIVE = [] include Aws::Structure end |