Crate frequency_cli

Source
Expand description

Frequency CLI library.

Modules§

run_as_parachain

Structs§

Cli
ExportMetadataCmd
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.
ExportRuntimeVersionCmd
The export-runtime-version command used to export the runtime version.
RelayChainCli
RemarkBuilder
Generates extrinsics for the benchmark overhead command.
TransferKeepAliveBuilder
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.