Show / Hide Table of Contents

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 Source

Owner

The owner (sender) of the Escrow object.

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

Seq

Sequence Number of the transaction that created the Escrow object.

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