Class TransactionStatus
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
TransactionHash
The transaction hash of the transaction.
[JsonProperty("transactionHash")]
public string TransactionHash { get; set; }