-
Notifications
You must be signed in to change notification settings - Fork 16
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
1 parent
b727311
commit fbf6e03
Showing
3 changed files
with
63 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
...golden/files/golden/help/latest_stake-address_registration-and-delegation-certificate.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 latest stake-address registration-and-delegation-certificate | ||
( --stake-verification-key STRING | ||
| --stake-verification-key-file FILEPATH | ||
| --stake-key-hash HASH | ||
| --stake-script-file FILEPATH | ||
| --stake-address ADDRESS | ||
) | ||
( --stake-pool-verification-key STRING | ||
| --cold-verification-key-file FILEPATH | ||
| --stake-pool-id STAKE_POOL_ID | ||
) | ||
--key-reg-deposit-amt NATURAL | ||
--out-file FILEPATH | ||
|
||
Create a stake address registration and delegation certificate, which when | ||
submitted in a transaction registers a stake address and delegates stake to a | ||
stake pool. | ||
|
||
Available options: | ||
--stake-verification-key STRING | ||
Stake verification key (Bech32 or hex-encoded). | ||
--stake-verification-key-file FILEPATH | ||
Filepath of the staking verification key. | ||
--stake-key-hash HASH Stake verification key hash (hex-encoded). | ||
--stake-script-file FILEPATH | ||
Filepath of the staking script. | ||
--stake-address ADDRESS Target stake address (bech32 format). | ||
--stake-pool-verification-key STRING | ||
Stake pool verification key (Bech32 or hex-encoded). | ||
--cold-verification-key-file FILEPATH | ||
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). | ||
--key-reg-deposit-amt NATURAL | ||
Key registration deposit amount. | ||
--out-file FILEPATH The output file. | ||
-h,--help Show this help text |