Class OracleQuery
The oracle identifier.
Inheritance
object
OracleQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class OracleQuery
Properties
| Edit this page View SourceAccount
The account that controls the Oracle object.
Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |