Class PathFindStatusRequest
The path_find status sub-command requests an immediate update about the client's
currently-open pathfinding request.
WebSocket API only.
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class PathFindStatusRequest : BaseRequest
Constructors
| Edit this page View SourcePathFindStatusRequest()
Declaration
public PathFindStatusRequest()
Properties
| Edit this page View SourceSubCommand
Use "status" to send the status sub-command.
Declaration
[JsonPropertyName("subcommand")]
public string SubCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |