-
Notifications
You must be signed in to change notification settings - Fork 119
Labels
rustIssues that affect or pull requests that update Rust codeIssues that affect or pull requests that update Rust code
Milestone
Description
Fungible asset and non-fungible asset's Display impl should be adapted. It currently delegates to the Debug implementation which is not a stable representation (e.g. it could change with non-breaking changes) and Debug shouldn't be used for user-facing error messages. We may just want to use the hex representation of the underlying key and value words, though maybe there is a better idea.
Updating with alternative:
I'd probably go with a more user-readable representation here - e.g., consisting of
issuerandamount.
Originally posted by @bobbinth in #2437 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
rustIssues that affect or pull requests that update Rust codeIssues that affect or pull requests that update Rust code