()
| 2085 | } |
| 2086 | |
| 2087 | public Object nonce() |
| 2088 | { |
| 2089 | Object exchangeTimeCorrection = Helpers.multiply(this.safeInteger(this.options, "exchangeMillisecondsCorrection", 0), 1000000); |
| 2090 | return this.sum(Helpers.multiply(this.microseconds(), 1000), exchangeTimeCorrection); |
| 2091 | } |
| 2092 | |
| 2093 | public Object sign(Object path, Object... optionalArgs) |
| 2094 | { |
no test coverage detected