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
Hello,
Quick feature request, I think some bank messages are not parsed to add accounts, for example, MsgSend
If the account from or to isn't in the account, it should be added on it
[{"@type": "/cosmos.bank.v1beta1.MsgSend", "amount": [{"denom": "mydenom", "amount": "100000000"}], "to_address": "cosmos15yp0sfp4alhh3x100x6u3ygve0cyp2c09t09f2", "from_address": "cosmos1x10jpt2vq3sn08fpunyfg2qsdkea0tdsz7pz2a"}]
Thanks a lot for your work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Quick feature request, I think some bank messages are not parsed to add accounts, for example, MsgSend
If the account from or to isn't in the account, it should be added on it
Thanks a lot for your work!
The text was updated successfully, but these errors were encountered: