Concordium / concordium-contracts-common

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Mozilla Public License 2.0
10 stars 10 forks source link

Implement `Display` Trait for `SchemaTypes` #96

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Task description

Adding the Display Trait and a function to display the schema in a human-readable manner. This is a prerequisite for adding a feature to cargo-concordium to decode and display schemas in a human-readable manner. We also intend to expose this functionality in the concordium-web-sdk so that front ends can decode/display schemas.

DOBEN commented 1 year ago

close issue as completed