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
Some types such as addresses require a custom to/from json that converts them to base58 or bech32. It would be nice if there was a way to get the codegen to avoid adding the automatic to/from json if specified
The text was updated successfully, but these errors were encountered:
This is partially addressed by _CDDL_CODEGEN_EXTERN_TYPE_ introduced in #130 which is useful for types that are represented entirely outside the codegen.
However, this ticket is for a slightly less extreme case where we still want to generate code, but just want to override the string representation of the type
Some types such as addresses require a custom to/from json that converts them to base58 or bech32. It would be nice if there was a way to get the codegen to avoid adding the automatic to/from json if specified
The text was updated successfully, but these errors were encountered: