Struct ckb_app_config::ImportArgs [−][src]
pub struct ImportArgs {
pub config: Box<CKBAppConfig>,
pub consensus: Consensus,
pub source: PathBuf,
}Expand description
Parsed command line arguments for ckb import.
Fields
config: Box<CKBAppConfig>Parsed ckb.toml.
consensus: ConsensusLoaded consensus.
source: PathBufThe path to the file to be imported.