You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toString function in XrpCurrencyAmount emits a numeric value that represents the current number of drops. However, this is somewhat askew from typical Immutables handling of objects. In addition, this does not align with the format that the sibling IssuedCurrencyAmount is using for its toString.
Thus, in a future version of xrpl4, we should change this implementation to emit a more typica object-like String.
The text was updated successfully, but these errors were encountered:
The
toString
function inXrpCurrencyAmount
emits a numeric value that represents the current number of drops. However, this is somewhat askew from typical Immutables handling of objects. In addition, this does not align with the format that the siblingIssuedCurrencyAmount
is using for its toString.Thus, in a future version of xrpl4, we should change this implementation to emit a more typica object-like String.
The text was updated successfully, but these errors were encountered: