Table of Contents

Class TransactionStatus

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the transaction details for a specific status.

public class TransactionStatus
Inheritance
TransactionStatus
Inherited Members

Properties

ChainId

The chain ID where the transaction took place.

[JsonProperty("chainId")]
public BigInteger ChainId { get; set; }

Property Value

BigInteger

TransactionHash

The transaction hash of the transaction.

[JsonProperty("transactionHash")]
public string TransactionHash { get; set; }

Property Value

string