Interface TransactionEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransactionEvent.Builder,
,TransactionEvent> SdkBuilder<TransactionEvent.Builder,
,TransactionEvent> SdkPojo
- Enclosing class:
TransactionEvent
-
Method Summary
Modifier and TypeMethodDescriptioncontractAddress
(String contractAddress) The blockchain address.The type of transaction event.eventType
(QueryTransactionEventType eventType) The type of transaction event.The wallet address initiating the transaction.The blockchain network where the transaction occurred.network
(QueryNetwork network) The blockchain network where the transaction occurred.The wallet address receiving the transaction.The unique identifier for the token involved in the transaction.transactionHash
(String transactionHash) The hash of the transaction.transactionId
(String transactionId) The unique identifier of the transaction.The value that was transacted.The position of the vout in the transaction output list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
network
The blockchain network where the transaction occurred.
- Parameters:
network
- The blockchain network where the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
network
The blockchain network where the transaction occurred.
- Parameters:
network
- The blockchain network where the transaction occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transactionHash
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
- Parameters:
transactionHash
- The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventType
The type of transaction event.
- Parameters:
eventType
- The type of transaction event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of transaction event.
- Parameters:
eventType
- The type of transaction event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
from
The wallet address initiating the transaction. It can either be a public key or a contract.
- Parameters:
from
- The wallet address initiating the transaction. It can either be a public key or a contract.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
to
The wallet address receiving the transaction. It can either be a public key or a contract.
- Parameters:
to
- The wallet address receiving the transaction. It can either be a public key or a contract.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value that was transacted.
- Parameters:
value
- The value that was transacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contractAddress
The blockchain address. for the contract
- Parameters:
contractAddress
- The blockchain address. for the contract- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenId
The unique identifier for the token involved in the transaction.
- Parameters:
tokenId
- The unique identifier for the token involved in the transaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
- Parameters:
transactionId
- The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voutIndex
The position of the vout in the transaction output list.
- Parameters:
voutIndex
- The position of the vout in the transaction output list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-