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
currently the toAmino/fromAmino functionality requires the proto parser store and proto refs so that it can query information about nested dependencies and imports.
This could be simplified by taking an approach for amino encoding similar to how fromPartial, fromJSON, toJSON and other methods inspired from ts-proto
This could be accomplished by adding toAminoandfromAmino` methods to the message objects:
currently the toAmino/fromAmino functionality requires the proto parser store and proto refs so that it can query information about nested dependencies and imports.
This could be simplified by taking an approach for amino encoding similar to how
fromPartial
,fromJSON
,toJSON
and other methods inspired fromts-proto
This could be accomplished by adding toAmino
and
fromAmino` methods to the message objects:The text was updated successfully, but these errors were encountered: