This method allows you to retrieve user-specific settings and account information, such as whether the user is in secured mode, the edge node they are using, and more.

try {
  const userSettings = await deltaStorage.readSettings()
  console.log('User Settings:', userSettings)
} catch (error) {
  console.error(error.message)
}