Show / Hide Table of Contents

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 Source

PriceData

The PriceData object containing the price information.

Declaration
[JsonPropertyName("PriceData")]
public PriceData PriceData { get; set; }
Property Value
Type Description
PriceData
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX