mobile-wallet/core/network
2025-07-09 23:29:00 +05:30
..
src Logout on Unauthorized access (#1864) 2025-05-20 20:34:34 +05:30
.gitignore fix: Add network and model module 2024-02-17 10:44:11 -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
consumer-rules.pro chore: Update dependencies and remove READ_CONTACTS permission 2024-12-24 13:51:06 +05:30
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:network["network"]
    :core:common["common"]
    :core:model["model"]
    :core:datastore["datastore"]
  end
  :core:network --> :core:common
  :core:network --> :core:model
  :core:network --> :core:datastore

:core:network module

Dependency graph

Dependency graph