We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to send the delegate tx from the multi-sig using the wrapper tx. However, it's quite hard to use the class StdSignDoc
The StdSignDoc only supports the MsgSend. I think we can improve it, supporting multi-message types.
PR: #19
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
I want to send the delegate tx from the multi-sig using the wrapper tx. However, it's quite hard to use the class StdSignDoc
Problem Definition
The StdSignDoc only supports the MsgSend. I think we can improve it, supporting multi-message types.
Proposal
PR: #19
For Admin Use
The text was updated successfully, but these errors were encountered: