Skip to content

Commit

Permalink
create-info governance action: add golden test file
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Sep 20, 2023
1 parent e05d203 commit 988c91b
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Usage: cardano-cli conway governance action create-info (--mainnet | --testnet)
--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
)
--proposal-url TEXT
( --proposal-text TEXT
| --proposal-file FILE
| --proposal-hash HASH
)
--out-file FILE

Create an info action.

Available options:
--mainnet Use the mainnet magic id.
--testnet Use the testnet magic id.
--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).
--proposal-url TEXT Proposal anchor URL
--proposal-text TEXT Input proposal as UTF-8 encoded text.
--proposal-file FILE Input proposal as a text file.
--proposal-hash HASH Proposal anchor data hash.
--out-file FILE Path to action file to be used later on with build or
build-raw
-h,--help Show this help text

0 comments on commit 988c91b

Please sign in to comment.