@@ -158,7 +158,7 @@ subcommands:
158
158
- use-default-eth-address :
159
159
help : use a private key of the eth address if `staker-priv-key` is not provided
160
160
long : use-default-eth-address
161
- conflicts-with :
161
+ conflicts_with :
162
162
- staker-priv-key
163
163
- claim :
164
164
about : Claim accumulated FRA rewards
@@ -183,7 +183,7 @@ subcommands:
183
183
- use-default-eth-address :
184
184
help : use a private key of the eth address if `seckey` is not provided
185
185
long : use-default-eth-address
186
- conflicts-with :
186
+ conflicts_with :
187
187
- seckey
188
188
- delegate :
189
189
about : Delegating operations
@@ -213,7 +213,7 @@ subcommands:
213
213
- use-default-eth-address :
214
214
help : use a private key of the eth address if `seckey` is not provided
215
215
long : use-default-eth-address
216
- conflicts-with :
216
+ conflicts_with :
217
217
- seckey
218
218
- undelegate :
219
219
about : Undelegating operations
@@ -237,7 +237,7 @@ subcommands:
237
237
- use-default-eth-address :
238
238
help : use a private key of the eth address if `seckey` is not provided
239
239
long : use-default-eth-address
240
- conflicts-with :
240
+ conflicts_with :
241
241
- seckey
242
242
- transfer :
243
243
about : Transfer tokens from one address to another
@@ -285,7 +285,7 @@ subcommands:
285
285
- use-default-eth-address :
286
286
help : use a private key of the eth address if `from-seckey` is not provided
287
287
long : use-default-eth-address
288
- conflicts-with :
288
+ conflicts_with :
289
289
- from-seckey
290
290
- transfer-batch :
291
291
about : Transfer tokens from one address to many others
@@ -324,7 +324,7 @@ subcommands:
324
324
- use-default-eth-address :
325
325
help : use a private key of the eth address if `from-seckey` is not provided
326
326
long : use-default-eth-address
327
- conflicts-with :
327
+ conflicts_with :
328
328
- from-seckey
329
329
- wallet :
330
330
about : manipulates a findora wallet
@@ -355,14 +355,14 @@ subcommands:
355
355
- gen-eth-address :
356
356
help : generate the keypair of an eth address
357
357
long : gen-eth-address
358
- conflicts-with :
358
+ conflicts_with :
359
359
- show
360
360
- seckey
361
361
- asset
362
362
- use-default-eth-address :
363
363
help : use a private key of the eth address if `seckey` is not provided
364
364
long : use-default-eth-address
365
- conflicts-with :
365
+ conflicts_with :
366
366
- seckey
367
367
- create
368
368
- asset :
@@ -466,7 +466,7 @@ subcommands:
466
466
- use-default-eth-address :
467
467
help : use a private key of the eth address if `seckey` is not provided
468
468
long : use-default-eth-address
469
- conflicts-with :
469
+ conflicts_with :
470
470
- seckey
471
471
- account :
472
472
about : Return user contract account information or the balance if secret key is provided
@@ -492,7 +492,7 @@ subcommands:
492
492
- use-default-eth-address :
493
493
help : use a private key of the eth address if `sec-key` is not provided
494
494
long : use-default-eth-address
495
- conflicts-with :
495
+ conflicts_with :
496
496
- sec-key
497
497
- contract-deposit :
498
498
about : Transfer an asset from the UTXO chain to the EVM chain
@@ -582,7 +582,7 @@ subcommands:
582
582
- use-default-eth-address :
583
583
help : use a private key of the eth address if `from-seckey` is not provided
584
584
long : use-default-eth-address
585
- conflicts-with :
585
+ conflicts_with :
586
586
- from-seckey
587
587
- anon-balance :
588
588
about : List Anon balance and spending status for a public key and a list of commitments
@@ -611,7 +611,7 @@ subcommands:
611
611
- use-default-eth-address :
612
612
help : use a private key of the eth address if `from-seckey` is not provided
613
613
long : use-default-eth-address
614
- conflicts-with :
614
+ conflicts_with :
615
615
- from-seckey
616
616
- owned-open-abars :
617
617
about : Get Open Anon UTXOs for a keypair using commitment
@@ -634,7 +634,7 @@ subcommands:
634
634
- use-default-eth-address :
635
635
help : use a private key of the eth address if `from-seckey` is not provided
636
636
long : use-default-eth-address
637
- conflicts-with :
637
+ conflicts_with :
638
638
- from-seckey
639
639
- owned-utxos :
640
640
about : List owned UTXOs for a public key
@@ -674,7 +674,7 @@ subcommands:
674
674
- use-default-eth-address :
675
675
help : use a private key of the eth address if `from-seckey` is not provided
676
676
long : use-default-eth-address
677
- conflicts-with :
677
+ conflicts_with :
678
678
- from-seckey
679
679
- convert-abar-to-bar :
680
680
about : Convert an ABAR to BAR
@@ -717,7 +717,7 @@ subcommands:
717
717
- use-default-eth-address :
718
718
help : use a private key of the eth address if `from-seckey` is not provided
719
719
long : use-default-eth-address
720
- conflicts-with :
720
+ conflicts_with :
721
721
- from-seckey
722
722
- anon-transfer :
723
723
about : Perform an anonymous transfer
@@ -759,7 +759,7 @@ subcommands:
759
759
- use-default-eth-address :
760
760
help : use a private key of the eth address if `from-seckey` is not provided
761
761
long : use-default-eth-address
762
- conflicts-with :
762
+ conflicts_with :
763
763
- from-seckey
764
764
- anon-transfer-batch :
765
765
about : Anonymous Transfer of tokens from multiple inputs to multiple outputs
@@ -801,7 +801,7 @@ subcommands:
801
801
- use-default-eth-address :
802
802
help : use a private key of the eth address if `from-seckey` is not provided
803
803
long : use-default-eth-address
804
- conflicts-with :
804
+ conflicts_with :
805
805
- from-seckey
806
806
- anon-fetch-merkle-proof :
807
807
about : Query Merkle tree leaf info
@@ -834,7 +834,7 @@ subcommands:
834
834
- use-default-eth-address :
835
835
help : use a private key of the eth address if `from-seckey` is not provided
836
836
long : use-default-eth-address
837
- conflicts-with :
837
+ conflicts_with :
838
838
- from-seckey
839
839
- replace_staker :
840
840
about : Replace the staker of the validator with target address
0 commit comments