Show / Hide Table of Contents

Class XrplClient.ClientOptions

Inheritance
object
Connection.ConnectionOptions
XrplClient.ClientOptions
Inherited Members
Connection.ConnectionOptions.trace
Connection.ConnectionOptions.proxy
Connection.ConnectionOptions.proxyAuthorization
Connection.ConnectionOptions.authorization
Connection.ConnectionOptions.trustedCertificates
Connection.ConnectionOptions.key
Connection.ConnectionOptions.passphrase
Connection.ConnectionOptions.certificate
Connection.ConnectionOptions.headers
Connection.ConnectionOptions.RequestTimeout
Connection.ConnectionOptions.ConnectionAttemptTimeout
Connection.ConnectionOptions.ReconnectBaseDelay
Connection.ConnectionOptions.ReconnectMaxDelay
Connection.ConnectionOptions.MaxReconnectAttempts
Connection.ConnectionOptions.StopAfterMaxAttempts
Connection.ConnectionOptions.UseCustomPing
Connection.ConnectionOptions.UseCheckHealth
Connection.ConnectionOptions.RequestPolicy
Connection.ConnectionOptions.ConnectionAcquisitionTimeout
Namespace: Xrpl.Client
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
Type Description
uint?
| Edit this page View Source

NetworkID

Declaration
public uint? NetworkID { get; set; }
Property Value
Type Description
uint?
| Edit this page View Source

feeCushion

Declaration
public double? feeCushion { get; set; }
Property Value
Type Description
double?
| Edit this page View Source

maxFeeXRP

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