Table of Contents

Class Step

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents a single step in a transaction, including origin and destination tokens.

public class Step
Inheritance
Step
Inherited Members

Properties

DestinationAmount

[JsonProperty("destinationAmount")]
public string DestinationAmount { get; set; }

Property Value

string

DestinationToken

[JsonProperty("destinationToken")]
public TokenData DestinationToken { get; set; }

Property Value

TokenData

EstimatedExecutionTimeMs

[JsonProperty("estimatedExecutionTimeMs")]
public long EstimatedExecutionTimeMs { get; set; }

Property Value

long

NativeFee

[JsonProperty("nativeFee")]
public string NativeFee { get; set; }

Property Value

string

OriginAmount

[JsonProperty("originAmount")]
public string OriginAmount { get; set; }

Property Value

string

OriginToken

[JsonProperty("originToken")]
public TokenData OriginToken { get; set; }

Property Value

TokenData

Transactions

[JsonProperty("transactions")]
public List<Transaction> Transactions { get; set; }

Property Value

List<Transaction>