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 SourceAccount
The account that placed the offer.
Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Seq
Sequence Number of the transaction that created the Offer object.
Declaration
[JsonPropertyName("seq")]
public uint Seq { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |