Table of Contents

Class SellPrepareData

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the data returned in the sell prepare response.

public class SellPrepareData : QuoteData<SellIntent>
Inheritance
SellPrepareData
Inherited Members

Properties

Expiration

The expiration timestamp for this prepared quote and its transactions (if applicable).

[JsonProperty("expiration")]
public long? Expiration { get; set; }

Property Value

long?

Transactions

An array of transactions to be executed to fulfill this quote (in order).

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

Property Value

List<Transaction>