Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new serialized type: STNumber #5121

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Commits on Nov 25, 2024

  1. Add a new serialized type: STNumber (XRPLF#5121)

    `STNumber` lets objects and transactions contain multiple fields for
    quantities of XRP, IOU, or MPT without duplicating information about the
    "issue" (represented by `STIssue`). It is a straightforward serialization of
    the `Number` type that uniformly represents those quantities.
    
    ---------
    
    Co-authored-by: John Freeman <jfreeman08@gmail.com>
    Co-authored-by: Howard Hinnant <howard.hinnant@gmail.com>
    3 people committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f419c18 View commit details
    Browse the repository at this point in the history