-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: add types and enumeration when listing Outputs (#955)
* feat(wallet): add types to list of outputs * remove vim-typo * remove named parameters * feat: add kind_str for Output * fix kind_str * lint * changelog * lint * Update sdk/src/types/block/output/mod.rs * remove ghost code * Update cli/src/command/wallet.rs * Update cli/src/command/wallet.rs * add empty line * feat: extend list of outputs for `unspent-outputs` --------- Co-authored-by: Thibault Martinez <[email protected]>
- Loading branch information
1 parent
571baed
commit 35c8178
Showing
4 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters