Show / Hide Table of Contents

Class OracleQuery

The oracle identifier.

Inheritance
object
OracleQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class OracleQuery

Properties

| Edit this page View Source

Account

The account that controls the Oracle object.

Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
Type Description
string
| Edit this page View Source

OracleDocumentId

A unique identifier of the price oracle for the Account

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