pub(crate) type TempoCli = Cli<TempoChainSpecParser, TempoArgs, DefaultRpcModuleValidator, TempoSubcommand>;Aliased Type§
pub(crate) struct TempoCli {
pub command: Commands<TempoChainSpecParser, TempoArgs, TempoSubcommand>,
pub logs: LogArgs,
pub traces: TraceArgs,
pub _phantom: PhantomData<DefaultRpcModuleValidator>,
}Fields§
§command: Commands<TempoChainSpecParser, TempoArgs, TempoSubcommand>The command to run
logs: LogArgsThe logging configuration for the CLI.
traces: TraceArgsThe tracing configuration for the CLI.
_phantom: PhantomData<DefaultRpcModuleValidator>Type marker for the RPC module validator
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4392 bytes