Always return ledger_index
as int, not str, in JSON
#3652
Labels
Milestone
ledger_index
as int, not str, in JSON
#3652
Summary
This is the "breaking change" follow up to #3533 . The API (v2 or higher) should always return
ledger_index
fields formatted as the same data type, probably numbers/integers, when serialized to JSON.Motivation
See #3533 (comment) for some examples of places where
ledger_index
is returned as an string-integer rather than a proper integer.The text was updated successfully, but these errors were encountered: