referrerpolicy=no-referrer-when-downgrade

Module cli

Module cli 

Source
Expand description

HOP CLI parameters.

§Usage

To integrate HOP into your Substrate node CLI, flatten these parameters:

use sc_hop::HopParams;

#[derive(Debug, clap::Parser)]
pub struct Cli {
    // ... your other CLI fields ...

    #[clap(flatten)]
    pub hop: HopParams,
}

Structs§

HopParams
HOP (Hand-Off Protocol) configuration parameters