Table of Contents

Class SellIntent

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the intent object for a sell quote.

public class SellIntent : Intent
Inheritance
SellIntent
Inherited Members

Properties

AmountWei

The amount to sell in wei.

[JsonProperty("sellAmountWei")]
public override string AmountWei { get; set; }

Property Value

string