ZcashLightClientKit/Example/ZcashLightClientSample/ZcashLightClientSample
Lukas Korba e51f425c54 [#1369] SynchronizerState refactor
- plural of account balances refactor to singular

[#1369] SynchronizerState refactor

- transaprent balance removed from SynchronizerState
- all balances are now handled with AccountBalance

[#1369] SynchronizerState refactor and balances cleanup

- WalletBalance has been removed from the SDK, replaced with AccountBalance
- public APIs for individual balances (getTransparent, getShielded, getShieldedVerfied) have been removed from the SDK, replaced with getAccountBalance
- tests refactored

[#1369] SynchronizerState refactor and balances cleanup

- dark side tests refactored

[#1369] SynchronizerState refactor and balances cleanup (#1372)

- addressed comments

[#1369] SynchronizerState refactor

- ZcashError for spending key does not belong to the wallet
2024-02-12 17:41:26 +01:00
..
Assets.xcassets
Base.lproj [#1153] Allow runtime switch of lightwalletd servers 2024-02-12 17:13:08 +01:00
Constants Clear SwiftLint on ZcashLightClientKit 2021-09-15 09:21:29 -03:00
Get Address [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
Get Balance [#1369] SynchronizerState refactor 2024-02-12 17:41:26 +01:00
Get UTXOs [#1369] SynchronizerState refactor 2024-02-12 17:41:26 +01:00
Latest Block Height [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
List Transactions Note (and slightly repair) a misfeature in the demo app. 2023-09-19 14:17:24 -06:00
Paginated Transactions [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
Sapling Parameters [#209] Add support for multiple instances of the SDKSynchronizer 2023-03-27 20:42:52 +02:00
Send [#1369] SynchronizerState refactor 2024-02-12 17:41:26 +01:00
Sync Blocks [#1325] Log metrics 2023-12-12 08:59:52 +01:00
Transaction Detail Note (and slightly repair) a misfeature in the demo app. 2023-09-19 14:17:24 -06:00
AppDelegate.swift DemoApp fixed 2023-09-19 16:50:24 +02:00
DemoAppConfig.swift [#1153] Allow runtime switch of lightwalletd servers 2024-02-12 17:13:08 +01:00
Info.plist
ViewController.swift [#1230] Remove linear sync from the SDK 2023-09-08 07:40:08 +02:00