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
The client CLI should be able to list, get details and certify Cardano stake distribution.
Implement the Cardano stake distribution signed entity type in the Mithril client CLI.
mithril-client-cli
cardano-stake-distribution
csd
cardano-stake-distribution list
cardano-stake-distribution download latest
cardano-stake-distribution download $EPOCH
cardano-stake-distribution download --hash $ARTIFACT_HASH
cardano-stake-distribution download-by-hash $ARTIFACT_HASH
cardano-stake-distribution download $HASH
The text was updated successfully, but these errors were encountered:
mithril-client
dlachaume
Successfully merging a pull request may close this issue.
Why
The client CLI should be able to list, get details and certify Cardano stake distribution.
What
Implement the Cardano stake distribution signed entity type in the Mithril client CLI.
How
mithril-client-cli
as unstable:cardano-stake-distribution
command with aliascsd
cardano-stake-distribution list
cardano-stake-distribution download latest
cardano-stake-distribution download $EPOCH
cardano-stake-distribution download --hash $ARTIFACT_HASH
orcardano-stake-distribution download-by-hash $ARTIFACT_HASH
cardano-stake-distribution download $HASH
The text was updated successfully, but these errors were encountered: