Class DelegateQuery
Inheritance
object
DelegateQuery
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class DelegateQuery
Properties
| Edit this page View SourceAccount
The account that provided the preauthorization.
Declaration
[JsonPropertyName("account")]
public string Account { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Authorize
The account that received the preauthorization.
Declaration
[JsonPropertyName("authorize")]
public string Authorize { get; set; }
Property Value
| Type | Description |
|---|---|
| string |