-
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
5 changed files
with
110 additions
and
0 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
38 changes: 38 additions & 0 deletions
38
...st/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.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,38 @@ | ||
Usage: cardano-cli conway governance action create-no-confidence --governance-action-deposit NATURAL | ||
( --stake-pool-verification-key STRING | ||
| --cold-verification-key-file FILE | ||
| --stake-pool-id STAKE_POOL_ID | ||
| --stake-verification-key STRING | ||
| --stake-verification-key-file FILE | ||
| --stake-key-hash HASH | ||
) | ||
--governance-action-tx-id TXID | ||
--goverenance-action-index WORD32 | ||
--out-file FILE | ||
|
||
Create a no confidence proposal. | ||
|
||
Available options: | ||
--governance-action-deposit NATURAL | ||
Deposit required to submit a governance action. | ||
--stake-pool-verification-key STRING | ||
Stake pool verification key (Bech32 or hex-encoded). | ||
--cold-verification-key-file FILE | ||
Filepath of the stake pool verification key. | ||
--stake-pool-id STAKE_POOL_ID | ||
Stake pool ID/verification key hash (either | ||
Bech32-encoded or hex-encoded). Zero or more | ||
occurences of this option is allowed. | ||
--stake-verification-key STRING | ||
Stake verification key (Bech32 or hex-encoded). | ||
--stake-verification-key-file FILE | ||
Filepath of the staking verification key. | ||
--stake-key-hash HASH Stake verification key hash (hex-encoded). | ||
--governance-action-tx-id TXID | ||
Previous txid of `NoConfidence` or `NewCommittee` | ||
governance action. | ||
--goverenance-action-index WORD32 | ||
Previous tx's governance action index of | ||
`NoConfidence` or `NewCommittee` governance action. | ||
--out-file FILE Output filepath of the no confidence proposal. | ||
-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
38 changes: 38 additions & 0 deletions
38
...dano-cli-golden/files/golden/help/experimental_governance_action_create-no-confidence.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,38 @@ | ||
Usage: cardano-cli experimental governance action create-no-confidence --governance-action-deposit NATURAL | ||
( --stake-pool-verification-key STRING | ||
| --cold-verification-key-file FILE | ||
| --stake-pool-id STAKE_POOL_ID | ||
| --stake-verification-key STRING | ||
| --stake-verification-key-file FILE | ||
| --stake-key-hash HASH | ||
) | ||
--governance-action-tx-id TXID | ||
--goverenance-action-index WORD32 | ||
--out-file FILE | ||
|
||
Create a no confidence proposal. | ||
|
||
Available options: | ||
--governance-action-deposit NATURAL | ||
Deposit required to submit a governance action. | ||
--stake-pool-verification-key STRING | ||
Stake pool verification key (Bech32 or hex-encoded). | ||
--cold-verification-key-file FILE | ||
Filepath of the stake pool verification key. | ||
--stake-pool-id STAKE_POOL_ID | ||
Stake pool ID/verification key hash (either | ||
Bech32-encoded or hex-encoded). Zero or more | ||
occurences of this option is allowed. | ||
--stake-verification-key STRING | ||
Stake verification key (Bech32 or hex-encoded). | ||
--stake-verification-key-file FILE | ||
Filepath of the staking verification key. | ||
--stake-key-hash HASH Stake verification key hash (hex-encoded). | ||
--governance-action-tx-id TXID | ||
Previous txid of `NoConfidence` or `NewCommittee` | ||
governance action. | ||
--goverenance-action-index WORD32 | ||
Previous tx's governance action index of | ||
`NoConfidence` or `NewCommittee` governance action. | ||
--out-file FILE Output filepath of the no confidence proposal. | ||
-h,--help Show this help text |