Class BuyIntent
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; }