You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.md
+3
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,10 @@ The RippleAPI constructor optionally takes one argument, an object with the foll
119
119
Name | Type | Description
120
120
---- | ---- | -----------
121
121
authorization | string | *Optional* Username and password for HTTP basic authentication to the rippled server in the format **username:password**.
122
+
certificate | string | *Optional* A string containing the certificate key of the client in PEM format. (Can be an array of certificates).
122
123
feeCushion | number | *Optional* Factor to multiply estimated fee by to provide a cushion in case the required fee rises during submission of a transaction. Defaults to `1.2`.
124
+
key | string | *Optional* A string containing the private key of the client in PEM format. (Can be an array of keys).
125
+
passphrase | string | *Optional* The passphrase for the private key of the client.
123
126
proxy | uri string | *Optional* URI for HTTP/HTTPS proxy to use to connect to the rippled server.
124
127
proxyAuthorization | string | *Optional* Username and password for HTTP basic authentication to the proxy in the format **username:password**.
125
128
server | uri string | *Optional* URI for rippled websocket port to connect to. Must start with `wss://` or `ws://`.
0 commit comments