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
{{ message }}
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Is there a way to set the router so that using the state mappings I could have the object defined in the .proto stored on the chain as a Json object/struct instead of a binary protobuf? I have already set the router option WithSerializer(serialize.PreferJSONSerializer). The reason this would be useful is it would enable the ability to use CouchDB to be used in order to use rich queries.
Is there a way to set the router so that using the state mappings I could have the object defined in the .proto stored on the chain as a Json object/struct instead of a binary protobuf? I have already set the router option
WithSerializer(serialize.PreferJSONSerializer). The reason this would be useful is it would enable the ability to use CouchDB to be used in order to use rich queries.