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
+8-5
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ feeCushion | number | *Optional* Factor to multiply estimated fee by to provide
112
112
proxy | uri string | *Optional* URI for HTTP/HTTPS proxy to use to connect to the rippled server.
113
113
proxyAuthorization | string | *Optional* Username and password for HTTP basic authentication to the proxy in the format **username:password**.
114
114
servers | array\<uri string\> | *Optional* Array of rippled servers to connect to. Currently only one server is supported.
115
+
timeout | integer | *Optional* Timeout in milliseconds before considering a request to have failed.
115
116
trace | boolean | *Optional* If true, log rippled requests and responses to stdout.
116
117
trustedCertificates | array\<string\> | *Optional* Array of PEM-formatted SSL certificates to trust when connecting to a proxy. This is useful if you want to use a self-signed certificate on the proxy server. Note: Each element must contain a single certificate; concatenated certificates are not valid.
117
118
@@ -373,7 +374,8 @@ passive | boolean | *Optional* If enabled, the offer will not consume offers tha
373
374
"currency": "XRP",
374
375
"value": "2"
375
376
},
376
-
"immediateOrCancel": true
377
+
"passive": true,
378
+
"fillOrKill": true
377
379
}
378
380
```
379
381
@@ -1120,7 +1122,7 @@ counterparty | object | Properties of the trustline from the perspective of the
1120
1122
*counterparty.* frozen | boolean | *Optional* If true, the trustline is frozen, which means that funds can only be sent to the counterparty.
1121
1123
*counterparty.* ripplingDisabled | boolean | *Optional* If true, payments cannot ripple through this trustline.
1122
1124
state | object | Properties of the trustline regarding it's current state that are not part of the specification.
1123
-
*state.* balance | [value](#value) | The balance on the trustline, representing which party owes the other and by how much.
1125
+
*state.* balance | [signedValue](#value) | The balance on the trustline, representing which party owes the other and by how much.
0 commit comments