Show / Hide Table of Contents

Class RippleStateQuery

Object specifying the RippleState (trust line) object to retrieve.
The accounts and currency sub-fields are required to uniquely specify the rippleState entry to retrieve.

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

Properties

| Edit this page View Source

Addresses

2-length array of account Addresses, defining the two accounts linked by this RippleState object.

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

Currency

Currency Code of the RippleState object to retrieve.

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