aries / net.globalid.aries.storage.models.wallet / WalletConfiguration / storageConfig

storageConfig

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 }

Property

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 }