Show / Hide Table of Contents

Class OfferQuery

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
OfferQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class OfferQuery

Properties

| Edit this page View Source

Account

The account that placed the offer.

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

Seq

Sequence Number of the transaction that created the Offer 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