ibc-apps
ibc-apps copied to clipboard
packet-forwarding-middleware: Add memo field to the `ForwardMetadata` struct to preserve memo during hop.
Right now, the ForwardPacket
doesnt allow to pass any other attributes other than the ones it already has which makes passing memo to the destination chain not possible. Adding a memo which is preserved during the hop would be ideal like the next
attribute.