Table of Contents

Class OnrampStatusData

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

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

string

StatusType

[JsonIgnore]
public StatusType StatusType { get; }

Property Value

StatusType

TransactionHash

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

Property Value

string