mobile-wallet/core/data
2025-07-09 23:29:00 +05:30
..
src Fix crash when app is opened without internet after passcode entry (#1876) 2025-07-01 18:07:54 +05:30
.gitignore fix: re arch the modules 2024-01-28 10:29:01 -05:00
build.gradle.kts [MW-207] Fix iOS Navigation & Crash Issues, Add TransferDate Serializer, Improve Beneficiary & Home Screen Behavior (#1878) 2025-07-09 23:29:00 +05:30
proguard-rules.pro fix: re arch the modules 2024-01-28 10:29:01 -05:00
README.md docs: Update module dependency graphs (#1844) 2025-01-23 11:56:04 -05:00

Module Graph

%%{
  init: {
    'theme': 'neutral'
  }
}%%

graph LR
  subgraph :core
    :core:data["data"]
    :core:common["common"]
    :core:datastore["datastore"]
    :core:model["model"]
    :core:network["network"]
    :core:analytics["analytics"]
  end
  :core:data --> :core:common
  :core:data --> :core:datastore
  :core:data --> :core:model
  :core:data --> :core:network
  :core:data --> :core:analytics

:core:data module

Dependency graph

Dependency graph