darkfid: add the option to import keypair from json file

This commit is contained in:
ghassmo
2022-01-05 02:28:36 +04:00
parent 9882856eeb
commit be1bdec8a2
5 changed files with 71 additions and 4 deletions

View File

@@ -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,