Show / Hide Table of Contents

Class ServerFeaturesRequest

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

Constructors

| Edit this page View Source

ServerFeaturesRequest()

Declaration
public ServerFeaturesRequest()

Properties

| Edit this page View Source

Feature

(Optional) The unique ID of an amendment, as hexadecimal; or the short name of the amendment.
If provided, limits the response to one amendment. Otherwise, the response lists all amendments.

Declaration
public string? Feature { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX