EmbeddedWalletReadDataSource
The network-facing contract. Implement it against the API or any backend:EmbeddedWalletStorage
Local persistence for wallet list and transaction data:EmbeddedWalletBalanceCache
Fast in-memory or persisted cache for live balances:Failures
All contract methods returnEither<EmbeddedFailure, T>. The failure subtypes:
All extend
EmbeddedFailure, which extends Equatable and carries a message string.
EmbeddedWalletCacheKeys
Static string constants for storage keys — use them if you implementEmbeddedWalletStorage on top of a key-value store:

