AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetTransaction operation. Gets the details of a transaction.

This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ManagedBlockchainQuery.AmazonManagedBlockchainQueryRequest
      Amazon.ManagedBlockchainQuery.Model.GetTransactionRequest

Namespace: Amazon.ManagedBlockchainQuery.Model
Assembly: AWSSDK.ManagedBlockchainQuery.dll
Version: 3.x.y.z

Syntax

C#
public class GetTransactionRequest : AmazonManagedBlockchainQueryRequest
         IAmazonWebServiceRequest

The GetTransactionRequest type exposes the following members

Constructors

NameDescription
Public Method GetTransactionRequest()

Properties

NameTypeDescription
Public Property Network Amazon.ManagedBlockchainQuery.QueryNetwork

Gets and sets the property Network.

The blockchain network where the transaction occurred.

Public Property TransactionHash System.String

Gets and sets the property TransactionHash.

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

Public Property TransactionId System.String

Gets and sets the property TransactionId.

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

transactionId is only supported on the Bitcoin networks.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5