Crate frequency_cli
source ·Expand description
Frequency CLI library.
Modules
Structs
- The
export-metadata
command used to export chain metadata. Remember that this uses the chain database. So it will pull the current metadata from that database. - The
export-runtime-version
command used to export the runtime version. - Generates extrinsics for the
benchmark overhead
command. - Generates
Balances::TransferKeepAlive
extrinsics for the benchmarks.
Enums
- Error type for the CLI.
- Sub-commands supported by the collator.
Functions
- Create a transaction using the given
call
. - Generates inherent data for the
benchmark overhead
command. - Parse command line arguments into service configuration.
Type Aliases
- Result type alias for the CLI.