Class OnrampStatusData
Represents the status of an onramp transaction.
public class OnrampStatusData
- Inheritance
-
OnrampStatusData
- Inherited Members
Properties
Status
[JsonProperty("status")]
public string Status { get; set; }
Property Value
StatusType
[JsonIgnore]
public StatusType StatusType { get; }
Property Value
TransactionHash
[JsonProperty("transactionHash")]
public string TransactionHash { get; set; }