val storageConfig: WalletStorageConfiguration?
optional WalletStorageConfiguration, configuration where files are saved in system Can be optional if storage supports default configuration. For 'default' storage type configuration is: { "path": optionalstring, Path to the directory with wallet files. Defaults to $HOME/.indy_client/wallet. Wallet will be stored in the file {path}/{id}/sqlite.db }
storageConfig
- optional WalletStorageConfiguration, configuration where files are saved in system
Can be optional if storage supports default configuration.
For 'default' storage type configuration is:
{
"path": optionalstring, Path to the directory with wallet files.
Defaults to $HOME/.indy_client/wallet.
Wallet will be stored in the file {path}/{id}/sqlite.db
}