Expand description
Frequency CLI library.
Modules§
Structs§
- Cli
- Export
Metadata Cmd - 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. - Export
Runtime Version Cmd - The
export-runtime-version
command used to export the runtime version. - Relay
Chain Cli - Remark
Builder - Generates extrinsics for the
benchmark overhead
command. - Transfer
Keep Alive Builder - Generates
Balances::TransferKeepAlive
extrinsics for the benchmarks.
Enums§
- Error
- Error type for the CLI.
- Subcommand
- Sub-commands supported by the collator.
Functions§
- create_
benchmark_ extrinsic - Create a transaction using the given
call
. - inherent_
benchmark_ data - Generates inherent data for the
benchmark overhead
command. - run
- Parse command line arguments into service configuration.
- run_
chain
Type Aliases§
- Result
- Result type alias for the CLI.