Files
Jędrzej Stuczyński ca7cbac320 chore: don't rederive wallet keys on every tx (#6213)
* chore: make 'DirectSecp256k1HdWallet' only derive its keys once on construction

Previously all the keys and account information was being derived for every transaction signed

* no longer keep account seed on the wallet struct
2025-11-26 10:45:01 +00:00
..
2024-02-08 17:43:51 +00:00
2025-09-15 14:32:15 +02:00
2022-09-05 12:06:35 +01:00

Common clap Command Crate

This crate contains clap commands for common operations:

  • account creation and queries
  • block queries
  • cosmwasm uploads, instantiate, execution, query, etc
  • mixnet actions and queries
  • sign and verify messages
  • query for transactions
  • create vesting schedules and query for them

For how to use this crate, please see the Nym CLI.