Module massa_client::cmds
source · Structs§
- An iterator over the variants of Command
- Aggregation of the local, with some useful information as the balance, etc to be printed by the client.
- Used to have a shinny json output TODO re-factor me
- An iterator over the variants of ListOperation
Enums§
- All the client commands the order they are defined is the order they are displayed in so be careful Maybe it would be worth renaming some of them for consistency Use props(pwd_not_needed = “true”) if the command does not need an access to the wallet, to avoid unnecessary Use props(hide_from_history = “true”) if the command contains sensitive information that should not be logged in the history file. prompting of the user.
Functions§
- reads a file
- Display the help of all commands
- TODO: ugly utilities functions takes a slice of string and makes it into a
Vec<T> - helper to wrap and send an operation with proper validity period