ZcashLightClientKit/Example/ZcashLightClientSample/ZcashLightClientSample.xcod...
Michal Fousek 999ee1e204 [#556] Define structures for db view and add new repository methods
- Structures that represent transactions DB views are newly define.
- New structures are:
  - TransactionNG.Overview
  - TransactionNG.Received
  - TransactionNG.Sent

- `TransactionNG` is used as temporary name. `Transaction` is existing
  structure in the code. `TransactionNG` will be eventually renamed to
  `Transaction` once current `Transaction` is removed from code.

- New methods that are using new structures are added to
  `TransactionRepository`. Those are slightly changed compared to
  predecessors. Those are now little bit simpler to use.

Address review comments
2022-12-15 22:19:14 +01:00
..
project.xcworkspace [#556] Define structures for db view and add new repository methods 2022-12-15 22:19:14 +01:00
xcshareddata/xcschemes [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
project.pbxproj Use UnifiedSpendingKey for shielding and Spending (#535) 2022-10-02 23:11:17 -03:00