File tree 4 files changed +21
-4
lines changed
cardano-cli/test/cardano-cli-golden/files/golden
4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -7347,7 +7347,10 @@ Usage: cardano-cli conway governance drep id
7347
7347
| --drep-verification-key-file FILEPATH
7348
7348
| --drep-key-hash HASH
7349
7349
)
7350
- [--output-hex | --output-bech32]
7350
+ [ --output-hex
7351
+ | --output-bech32
7352
+ | --output-cip129
7353
+ ]
7351
7354
[--out-file FILEPATH]
7352
7355
7353
7356
Generate a drep id.
@@ -9448,7 +9451,10 @@ Usage: cardano-cli latest governance drep id
9448
9451
| --drep-verification-key-file FILEPATH
9449
9452
| --drep-key-hash HASH
9450
9453
)
9451
- [--output-hex | --output-bech32]
9454
+ [ --output-hex
9455
+ | --output-bech32
9456
+ | --output-cip129
9457
+ ]
9452
9458
[--out-file FILEPATH]
9453
9459
9454
9460
Generate a drep id.
@@ -12628,6 +12634,7 @@ Usage: cardano-cli compatible conway governance drep id
12628
12634
)
12629
12635
[ --output-hex
12630
12636
| --output-bech32
12637
+ | --output-cip129
12631
12638
]
12632
12639
[--out-file FILEPATH]
12633
12640
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Usage: cardano-cli compatible conway governance drep id
5
5
)
6
6
[ --output-hex
7
7
| --output-bech32
8
+ | --output-cip129
8
9
]
9
10
[--out-file FILEPATH]
10
11
@@ -19,5 +20,6 @@ Available options:
19
20
hex-encoded).
20
21
--output-hex Format drep id output as hex.
21
22
--output-bech32 Format drep id output as bech32 (the default).
23
+ --output-cip129 Format drep id output as cip129.
22
24
--out-file FILEPATH The output file.
23
25
-h,--help Show this help text
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ Usage: cardano-cli conway governance drep id
3
3
| --drep-verification-key-file FILEPATH
4
4
| --drep-key-hash HASH
5
5
)
6
- [--output-hex | --output-bech32]
6
+ [ --output-hex
7
+ | --output-bech32
8
+ | --output-cip129
9
+ ]
7
10
[--out-file FILEPATH]
8
11
9
12
Generate a drep id.
@@ -17,5 +20,6 @@ Available options:
17
20
hex-encoded).
18
21
--output-hex Format drep id output as hex.
19
22
--output-bech32 Format drep id output as bech32 (the default).
23
+ --output-cip129 Format drep id output as cip129.
20
24
--out-file FILEPATH The output file.
21
25
-h,--help Show this help text
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ Usage: cardano-cli latest governance drep id
3
3
| --drep-verification-key-file FILEPATH
4
4
| --drep-key-hash HASH
5
5
)
6
- [--output-hex | --output-bech32]
6
+ [ --output-hex
7
+ | --output-bech32
8
+ | --output-cip129
9
+ ]
7
10
[--out-file FILEPATH]
8
11
9
12
Generate a drep id.
@@ -17,5 +20,6 @@ Available options:
17
20
hex-encoded).
18
21
--output-hex Format drep id output as hex.
19
22
--output-bech32 Format drep id output as bech32 (the default).
23
+ --output-cip129 Format drep id output as cip129.
20
24
--out-file FILEPATH The output file.
21
25
-h,--help Show this help text
You can’t perform that action at this time.
0 commit comments