[][src]Function indyrs::wallet::create_wallet

pub fn create_wallet(
    config: &str,
    credentials: &str
) -> Box<dyn Future<Item = (), Error = IndyError>>

Creates a new secure wallet with the given unique name.

Arguments

  • config - Wallet configuration json. List of supported keys are defined by wallet type. if NULL, then default config will be used.
  • credentials - Wallet credentials json. List of supported keys are defined by wallet type. if NULL, then default config will be used.