What are you trying to do?
Related to #2543 and #3229, we need a standardized way of sending messages to the user. This will help with any future UI/UX work. Currently, only some protobuf replies have fields for it, but the major difficulty is that said replies live in the call stack mostly on the daemon, and passing them on every function call require a major re-work. Different commands use their own methods to achieve this when necessary.
What are you trying to do?
Related to #2543 and #3229, we need a standardized way of sending messages to the user. This will help with any future UI/UX work. Currently, only some protobuf replies have fields for it, but the major difficulty is that said replies live in the call stack mostly on the daemon, and passing them on every function call require a major re-work. Different commands use their own methods to achieve this when necessary.