Support for caching and retrieving transaction data
- Dominant language
- TypeScript
- Stars
- 39
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
For good wallet UX we want to be able to store and display data about recent transactions (sent and received)
The zcash_client_backend API doesn't support retrieving transaction data. In Zashi this is stored outside the client_backend in its own store. See:
- https://github.com/Electric-Coin-Company/zashi-ios/blob/main/modules/Sources/Features/TransactionList/TransactionListStore.swift
- https://github.com/Electric-Coin-Company/zashi-ios/blob/main/modules/Sources/Models/TransactionState.swift#L14
Something very similar will be required in WebZjs to allow wallets to easily have access to this data for display
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.