Show / Hide Table of Contents

Class DelegateQuery

Inheritance
object
DelegateQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class DelegateQuery

Properties

| Edit this page View Source

Account

The account that provided the preauthorization.

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

Authorize

The account that received the preauthorization.

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