Class PathFindCloseRequest
The path_find close sub-command instructs the server to stop sending information
about the current open pathfinding request.
WebSocket API only.
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class PathFindCloseRequest : BaseRequest
Constructors
| Edit this page View SourcePathFindCloseRequest()
Declaration
public PathFindCloseRequest()
Properties
| Edit this page View SourceSubCommand
Use "close" to send the close sub-command.
Declaration
[JsonPropertyName("subcommand")]
public string SubCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| string |