Show / Hide Table of Contents

Class PathFindStatusRequest

The path_find status sub-command requests an immediate update about the client's currently-open pathfinding request.
WebSocket API only.

Inheritance
object
BaseRequest
PathFindStatusRequest
Inherited Members
BaseRequest.Id
BaseRequest.Command
BaseRequest.ApiVersion
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class PathFindStatusRequest : BaseRequest

Constructors

| Edit this page View Source

PathFindStatusRequest()

Declaration
public PathFindStatusRequest()

Properties

| Edit this page View Source

SubCommand

Use "status" to send the status sub-command.

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