Class PriceDataWrapper
Represents price information for a token pair in a price oracle.
Inheritance
object
PriceDataWrapper
Namespace: Xrpl.Models.Common
Assembly: Xrpl.dll
Syntax
public class PriceDataWrapper
Properties
| Edit this page View SourcePriceData
The PriceData object containing the price information.
Declaration
[JsonPropertyName("PriceData")]
public PriceData PriceData { get; set; }
Property Value
| Type | Description |
|---|---|
| PriceData |