-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
222 additions
and
1 deletion.
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
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
13 changes: 13 additions & 0 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_echo.cli
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage: cardano-cli allegra transaction echo | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
--out-file FILE | ||
|
||
Echo a transaction | ||
|
||
Available options: | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
--out-file FILE Output filepath of the JSON Tx. | ||
-h,--help Show this help text |
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
13 changes: 13 additions & 0 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_echo.cli
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage: cardano-cli alonzo transaction echo | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
--out-file FILE | ||
|
||
Echo a transaction | ||
|
||
Available options: | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
--out-file FILE Output filepath of the JSON Tx. | ||
-h,--help Show this help text |
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
13 changes: 13 additions & 0 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_echo.cli
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage: cardano-cli babbage transaction echo | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
--out-file FILE | ||
|
||
Echo a transaction | ||
|
||
Available options: | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
--out-file FILE Output filepath of the JSON Tx. | ||
-h,--help Show this help text |
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
Oops, something went wrong.