Class XrplClient.ClientOptions
Inheritance
object
XrplClient.ClientOptions
Assembly: Xrpl.dll
Syntax
public class XrplClient.ClientOptions : Connection.ConnectionOptions
Properties
|
Edit this page
View Source
ApiVersion
The API version to use when making requests.
Declaration
public uint? ApiVersion { get; set; }
Property Value
|
Edit this page
View Source
NetworkID
Declaration
public uint? NetworkID { get; set; }
Property Value
|
Edit this page
View Source
feeCushion
Declaration
public double? feeCushion { get; set; }
Property Value
|
Edit this page
View Source
maxFeeXRP
Declaration
public string? maxFeeXRP { get; set; }
Property Value