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
#238 changes the encoding of JrpcConv to suite the constraints of nim-web3 in particular.
However, other RPC protocols might want to encode their JSON in a different Flavor - thus, one should be able to customize which Flavor is used to encode a specific client/server, rather than always using JrpcConv.