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
#What
As a script-based DRep (i.e. multisig) I want to be able to generate a retirement (unregister) certificate, compliant with the conway cddl
unreg_drep_cert = (17, drep_credential, coin)
credential = [ 0, addr_keyhash // 1, scripthash ]
So we need to expand drep retirement-certificate so that it can also take a scripthash, i.e.
cardano-cli conway governance drep retirement-certificate ( --drep-verification-key STRING | --drep-verification-key-file FILE | --drep-key-hash HASH | --drep-script-hash HASH ) --deposit-amt LOVELACE --out-file FILE
The text was updated successfully, but these errors were encountered:
--drep-script-hash
conway governance drep retirement-certificate
Closed by #678
Sorry, something went wrong.
palas
When branches are created from issues, their pull requests are automatically linked.
#What
As a script-based DRep (i.e. multisig) I want to be able to generate a retirement (unregister) certificate, compliant with the conway cddl
So we need to expand drep retirement-certificate so that it can also take a scripthash, i.e.
The text was updated successfully, but these errors were encountered: