[][src]Function indyrs::wallet::export_wallet

pub fn export_wallet(
    wallet_handle: IndyHandle,
    export_config: &str
) -> Box<dyn Future<Item = (), Error = IndyError>>

Exports opened wallet

Note this endpoint is EXPERIMENTAL. Function signature and behaviour may change in the future releases.

Arguments:

  • wallet_handle - wallet handle returned by indy_open_wallet
  • export_config - JSON containing settings for input operation. { "path": path of the file that contains exported wallet content "key": passphrase used to derive export key }