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
Here, the MsgTransfer type does not have the memo field.
According the ICS spec, I think it should include the memo field, which is used for ibc-hook module of Cosmos-SDK.
This memo field is needed for advanced functionality, like cross-chain-swap.
Suggestion
I think the maintainers should include the latest proto files, and rebuild the TS types for juno network.
Then, it can include the new field - memo into the TS MsgTransfer type.
The text was updated successfully, but these errors were encountered:
Problem
Here, the
MsgTransfer
type does not have thememo
field.According the ICS spec, I think it should include the
memo
field, which is used foribc-hook
module of Cosmos-SDK.This
memo
field is needed for advanced functionality, like cross-chain-swap.Suggestion
I think the maintainers should include the latest proto files, and rebuild the TS types for juno network.
Then, it can include the new field -
memo
into the TSMsgTransfer
type.The text was updated successfully, but these errors were encountered: