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
At https://github.com/cosmos/cosmos-sdk/blob/master/x/bank/types/types.proto there is a protobuf definition for MsgSend. We need a demo package (just tests, no API design) that
MsgSend
TxBody
This requires looking into possible protobuf encoding libraries.
The spec for that is ADR-020 and there is an overview available at https://warta.it/blog/cosmos-sdk-protobuf-signing
The text was updated successfully, but these errors were encountered:
willclarktech
Successfully merging a pull request may close this issue.
At https://github.com/cosmos/cosmos-sdk/blob/master/x/bank/types/types.proto there is a protobuf definition for MsgSend. We need a demo package (just tests, no API design) that
MsgSend
protobuf schema and turns it into a serialized binaryTxBody
protobuf document using the schema from https://github.com/cosmos/cosmos-sdk/blob/master/types/tx/types.proto and serialized itThis requires looking into possible protobuf encoding libraries.
The spec for that is ADR-020 and there is an overview available at https://warta.it/blog/cosmos-sdk-protobuf-signing
The text was updated successfully, but these errors were encountered: