mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
Six-phase state machine driven by zustand. Reset on /send mount keeps stale form state from leaking across sessions. Pure data slice — async lives in the useSend hook so the store stays mockable. Tests: 3 covering initial state, setter updates, reset semantics.