XRPLF / xrpl-dev-portal

Source code for xrpl.org including developer documentation
https://xrpl.org
Other
528 stars 1.02k forks source link

TicketSequence in DepositPreauth is undocumented #1574

Closed donovanhide closed 1 year ago

donovanhide commented 1 year ago

https://github.com/XRPLF/rippled/blob/develop/src/ripple/protocol/impl/TxFormats.cpp#L272 https://xrpl.org/depositpreauth.html#depositpreauth-fields

mDuo13 commented 1 year ago

This is already documented correctly although it's unintuitive because the implementation is quirky.

TicketSequence is implemented as a "type-specific" field on every non-pseudo-transaction type. In the documentation we have chosen to define it once in the common fields instead.