Class ServerFeaturesRequest
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class ServerFeaturesRequest : BaseRequest
Constructors
| Edit this page View SourceServerFeaturesRequest()
Declaration
public ServerFeaturesRequest()
Properties
| Edit this page View SourceFeature
(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 |