mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
darkfid: add the option to import keypair from json file
This commit is contained in:
@@ -26,6 +26,9 @@ pub enum CliDrkSubCommands {
|
||||
/// Export default address
|
||||
#[clap(long, value_name = "PATH")]
|
||||
export_keypair: Option<String>,
|
||||
/// Import address
|
||||
#[clap(long, value_name = "PATH")]
|
||||
import_keypair: Option<String>,
|
||||
/// Get wallet balances
|
||||
#[clap(long)]
|
||||
balances: bool,
|
||||
|
||||
Reference in New Issue
Block a user