Struct ckb_app_config::ExportArgs [−][src]
pub struct ExportArgs {
pub config: Box<CKBAppConfig>,
pub consensus: Consensus,
pub target: PathBuf,
}Expand description
Parsed command line arguments for ckb export.
Fields
config: Box<CKBAppConfig>Parsed ckb.toml.
consensus: ConsensusLoaded consensus.
target: PathBufThe target directory to save the exported file.