@ledgerhq/live-cli 24.31.0 → 24.31.1-nightly.20260120024530
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -74
- package/lib/cli.js +7505 -7269
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -469,80 +469,6 @@ Usage: ledger-live repl # Low level exchange with the device. Send APDUs f
|
|
|
469
469
|
-d, --device <String> : provide a specific HID path of a device
|
|
470
470
|
-f, --file <filename> : A file can also be provided. By default stdin is used.
|
|
471
471
|
|
|
472
|
-
Usage: ledger-live satstack # SatStack: Generate and manage lss.json file
|
|
473
|
-
-d, --device <String> : provide a specific HID path of a device
|
|
474
|
-
--no-device : disable the scanning of device descriptors
|
|
475
|
-
--no-save : disable the save of the lss file
|
|
476
|
-
--lss <filename> : A file to save the sats stack state
|
|
477
|
-
--rpcHOST <String> : host to rpc full node (e.g. 127.0.0.1:8332)
|
|
478
|
-
--rpcUSER <String> : username of full node
|
|
479
|
-
--rpcPASSWORD <String> : password of full node
|
|
480
|
-
--rpcTLS : use tls in full node
|
|
481
|
-
|
|
482
|
-
Usage: ledger-live satstackStatus # Check StackSats status
|
|
483
|
-
--continuous : enable status polling
|
|
484
|
-
|
|
485
|
-
Usage: ledger-live scanDescriptors # Synchronize accounts with blockchain
|
|
486
|
-
-d, --device <String> : provide a specific HID path of a device
|
|
487
|
-
-c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
|
|
488
|
-
|
|
489
|
-
Usage: ledger-live send # Send crypto-assets
|
|
490
|
-
-d, --device <String> : provide a specific HID path of a device
|
|
491
|
-
--xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
|
|
492
|
-
--id <String> : restore an account id (or a partial version of an id) (alternatively to --device)
|
|
493
|
-
--file <filename> : use a JSON account file or '-' for stdin (alternatively to --device)
|
|
494
|
-
--appjsonFile <filename> : use a desktop app.json (alternatively to --device)
|
|
495
|
-
-c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
|
|
496
|
-
-s, --scheme <String> : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
|
|
497
|
-
-i, --index <Number> : select the account by index
|
|
498
|
-
-l, --length <Number> : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
|
|
499
|
-
--paginateOperations <Number>: if defined, will paginate operations
|
|
500
|
-
--self-transaction : Pre-fill the transaction for the account to send to itself
|
|
501
|
-
--use-all-amount : Send MAX of the account balance
|
|
502
|
-
--recipient <String> : the address to send funds to
|
|
503
|
-
--amount <String> : how much to send in the main currency unit
|
|
504
|
-
--shuffle : if using multiple token or recipient, order will be randomized
|
|
505
|
-
--collection <String> : collection of an NFT (in corelation with --tokenIds)
|
|
506
|
-
--tokenIds <String> : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
|
|
507
|
-
--quantities <String> : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
|
|
508
|
-
--mode <String> : mode of transaction: send, optIn, claimReward
|
|
509
|
-
--fees <String> : how much fees
|
|
510
|
-
--gasLimit <String> : how much gasLimit. default is estimated with the recipient
|
|
511
|
-
--memo <String> : set a memo
|
|
512
|
-
-t, --token <String> : use an token account children of the account
|
|
513
|
-
--feePerByte <String> : how much fee per byte
|
|
514
|
-
-E, --excludeUTXO <String> : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
|
|
515
|
-
--rbf : enable replace-by-fee
|
|
516
|
-
--bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
|
|
517
|
-
--transactionIndex <String>: transaction index of a pending withdraw in case of withdraw mode
|
|
518
|
-
--sourceValidator <String>: for redelegate, add a source validator
|
|
519
|
-
--cosmosValidator <String>: address of recipient validator that will receive the delegate
|
|
520
|
-
--cosmosAmountValidator <String>: Amount that the validator will receive
|
|
521
|
-
--tokenId <String> : determine the tokenId of an NFT (related to the --colection)
|
|
522
|
-
--gasPrice <String> : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
|
|
523
|
-
--nonce <String> : set a nonce for this transaction
|
|
524
|
-
--data <String> : set the transaction data to use for signing the ETH transaction
|
|
525
|
-
--fee <String> : how much fee
|
|
526
|
-
--tag <Number> : ripple tag
|
|
527
|
-
--solanaValidator <String>: validator address to delegate to
|
|
528
|
-
--solanaStakeAccount <String>: stake account address to use in the transaction
|
|
529
|
-
--memoType <String> : stellar memo type
|
|
530
|
-
--memoValue <String> : stellar memo value
|
|
531
|
-
--assetIssuer <String> : Asset issuer
|
|
532
|
-
--assetCode <String> : Same as token
|
|
533
|
-
--storageLimit <String> : how much storageLimit. default is estimated with the recipient
|
|
534
|
-
--subAccount <String> : use a sub account instead of the parent by index
|
|
535
|
-
--duration <String> : duration in day
|
|
536
|
-
--resource <String> : reward ENERGY or BANDWIDTH
|
|
537
|
-
--tronVoteAddress <String>: address of the super representative voting
|
|
538
|
-
--tronVoteCount <String> : number of votes for the vote address
|
|
539
|
-
--validator <String> : address of recipient validator that will receive the delegate
|
|
540
|
-
--era <String> : Era of when to claim rewards
|
|
541
|
-
--rewardDestination <String>: Reward destination
|
|
542
|
-
--ignore-errors : when using multiple transactions, an error won't stop the flow
|
|
543
|
-
--disable-broadcast : do not broadcast the transaction
|
|
544
|
-
--format <String> : default | json | silent
|
|
545
|
-
|
|
546
472
|
Usage: ledger-live signMessage # Sign a message with the device on specific derivations (advanced)
|
|
547
473
|
-c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
|
|
548
474
|
--path <String> : HDD derivation path
|