We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--drep-script-hash to allow voting with a drep that is script based (i.e. a multisig drep) when running the command:
cardano-cli conway governance vote create (--yes | --no | --abstain) --governance-action-tx-id TXID --governance-action-index WORD32 (--drep-verification-key STRING |--drep-verification-key-file FILE |--drep-key-hash HASH |--stake-pool-verification-key STRING |--cold-verification-key-file FILE |--stake-pool-id STAKE_POOL_ID |--cc-hot-verification-key STRING |--cc-hot-verification-key-file FILE |--cc-hot-key-hash STRING ) [--anchor-url TEXT --anchor-data-hash HASH] --out-file FILE
So that we have:
cardano-cli conway governance vote create (--yes | --no | --abstain) --governance-action-tx-id TXID --governance-action-index WORD32 (--drep-verification-key STRING |--drep-verification-key-file FILE |--drep-key-hash HASH |--drep-script-hash HASH |--stake-pool-verification-key STRING |--cold-verification-key-file FILE |--stake-pool-id STAKE_POOL_ID |--cc-hot-verification-key STRING |--cc-hot-verification-key-file FILE |--cc-hot-key-hash STRING ) [--anchor-url TEXT --anchor-data-hash HASH] --out-file FILE
The text was updated successfully, but these errors were encountered:
closing in favor of #661
Sorry, something went wrong.
No branches or pull requests
--drep-script-hash to allow voting with a drep that is script based (i.e. a multisig drep) when running the command:
So that we have:
The text was updated successfully, but these errors were encountered: