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 SourceAddresses
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[] |
Currency
Currency Code of the RippleState object to retrieve.
Declaration
[JsonPropertyName("currency")]
public string Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |