mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-23 16:40:52 +00:00
Currency#to_json should output a format that can be successfully converted back to a Currency object via from_json. So for demurrage currencies it should output the full hex currency code. Currency#to_human on the other hand should always print something a human will understand. For demurrage currencies we'll print the three-letter code for now.