Table of Contents

Class BuyIntent

Namespace
Thirdweb.Bridge
Assembly
Thirdweb.dll

Represents the intent object for a buy quote.

public class BuyIntent : Intent
Inheritance
BuyIntent
Inherited Members

Properties

AmountWei

The desired output amount in wei for buying.

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

Property Value

string