You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for encoding/decoding a transaction is limited. An example for encoding a transaction programmatically with go exists in generating, signing and broadcasting a transaction. We should include an example of encoding a transaction using the CLI before broadcasting a transaction with gRPC and REST. We should also include examples for decoding a transaction.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
## Description
Closes: #10102
<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
Adds examples for encoding/decoding a transaction using the CLI. Also fixes CLI use and description.
---
### Author Checklist
*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
I have...
- [ ] included the correct `docs:` prefix in the PR title
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md)
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
### Reviewers Checklist
*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
I have...
- [ ] confirmed the correct `docs:` prefix in the PR title
- [ ] confirmed all author checklist items have been addressed
- [ ] confirmed that this PR only changes documentation
- [ ] reviewed content for consistency
- [ ] reviewed content for thoroughness
- [ ] reviewed content for spelling and grammar
- [ ] tested instructions (if applicable)
Summary
Documentation for encoding/decoding a transaction is limited. An example for encoding a transaction programmatically with go exists in generating, signing and broadcasting a transaction. We should include an example of encoding a transaction using the CLI before broadcasting a transaction with gRPC and REST. We should also include examples for decoding a transaction.
For Admin Use
The text was updated successfully, but these errors were encountered: