Struct ckb_app_config::MigrateArgs [−][src]
pub struct MigrateArgs {
pub config: Box<CKBAppConfig>,
pub consensus: Consensus,
pub check: bool,
pub force: bool,
}Expand description
Parsed command line arguments for ckb migrate.
Fields
config: Box<CKBAppConfig>The parsed ckb.toml.
consensus: ConsensusLoaded consensus.
check: boolCheck whether it is required to do migration instead of really perform the migration.
force: boolDo migration without interactive prompt.