Overview
Create MobX store for tracking pending pool creation transactions with AsyncStorage persistence.
Tasks
Acceptance Criteria
- Store persists pending transactions across app restarts
- Successfully tracks transaction status changes
- Handles app closure and restart gracefully
- Integrates with existing MobX architecture
Related Documentation
- See docs/POOL_CREATION_ARCHITECTURE.md Phase 4, Scenario B
- See docs/POOL_CREATION_TASKS.md Task 9
Labels: comp: frontend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35
Overview
Create MobX store for tracking pending pool creation transactions with AsyncStorage persistence.
Tasks
stores/PendingTransactionsStore.tswith MobX observablesaddPendingTransaction()with AsyncStorage persistenceupdateTransactionStatus()(submitted → confirmed/failed)removePendingTransaction()with AsyncStorage cleanupcheckPendingTransactions()on app startAcceptance Criteria
Related Documentation
Labels: comp: frontend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35