XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.2k stars 511 forks source link

documentation for MaxLedgerVersion doesn't mention "null" option #683

Closed mDuo13 closed 8 years ago

mDuo13 commented 8 years ago

You can specify "null" for MaxLedgerVersion in tx instructions to explicitly exclude the LastLedgerSequence parameter from the prepared transaction. (For example, if you're going to prepare/sign a transaction and keep it on hold indefinitely.) However, this option is not documented. It should be.

clark800 commented 8 years ago

It appears to be documented, where specifically is it missing?

mDuo13 commented 8 years ago

Ah. >"< It's not on https://ripple.com/build/rippleapi/ which appears to be partly my fault. That documentation has not been updated to reflect additional releases of ripple-lib.

That's a problem with our release process, not the documentation.