Class EscrowQuery
The Escrow object to retrieve. If a string, must be the object ID of the escrow, as hexadecimal. If an object, requires owner and seq sub-fields.
Inheritance
object
EscrowQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class EscrowQuery
Properties
| Edit this page View SourceOwner
The owner (sender) of the Escrow object.
Declaration
[JsonPropertyName("owner")]
public string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Seq
Sequence Number of the transaction that created the Escrow object.
Declaration
[JsonPropertyName("seq")]
public uint Seq { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |