879ce3f2d5
* Replaced serde renames to aliases Ideally I would have removed all serde macros, but then it would have broken existing QA deployments - perhaps we should do it later * Renamed 'node_id' in Delegation to 'mix_id' * Further renamings of 'node_id' to 'mix_id' in various places
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.