TransactionOutputItem
The container of the transaction output.
Contents
- network
-
The blockchain network where the transaction occurred.
Type: String
Valid Values:
ETHEREUM_MAINNET | ETHEREUM_SEPOLIA_TESTNET | BITCOIN_MAINNET | BITCOIN_TESTNET
Required: Yes
- transactionHash
-
The hash of a transaction. It is generated when a transaction is created.
Type: String
Pattern:
(0x[A-Fa-f0-9]{64}|[A-Fa-f0-9]{64})
Required: Yes
- transactionTimestamp
-
The time when the transaction occurred.
Type: Timestamp
Required: Yes
- confirmationStatus
-
Specifies whether to list transactions that have not reached Finality.
Type: String
Valid Values:
FINAL | NONFINAL
Required: No
- transactionId
-
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
Type: String
Pattern:
(0x[A-Fa-f0-9]{64}|[A-Fa-f0-9]{64})
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: