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
@@ -112,7 +112,10 @@ The RippleAPI constructor optionally takes one argument, an object with the foll
112
112
Name | Type | Description
113
113
---- | ---- | -----------
114
114
authorization | string | *Optional* Username and password for HTTP basic authentication to the rippled server in the format **username:password**.
115
+
certificate | string | *Optional* A string containing the certificate key of the client in PEM format. (Can be an array of certificates).
115
116
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`.
117
+
key | string | *Optional* A string containing the private key of the client in PEM format. (Can be an array of keys).
118
+
passphrase | string | *Optional* The passphrase for the private key of the client.
116
119
proxy | uri string | *Optional* URI for HTTP/HTTPS proxy to use to connect to the rippled server.
117
120
proxyAuthorization | string | *Optional* Username and password for HTTP basic authentication to the proxy in the format **username:password**.
118
121
server | uri string | *Optional* URI for rippled websocket port to connect to. Must start with `wss://` or `ws://`.
0 commit comments