Skip to content

feat: create walletStore with persistence and exported type#405

Open
yusuftomilola wants to merge 1 commit into
BlockHaven-Labs:mainfrom
yusuftomilola:feat/issue-259-wallet-store
Open

feat: create walletStore with persistence and exported type#405
yusuftomilola wants to merge 1 commit into
BlockHaven-Labs:mainfrom
yusuftomilola:feat/issue-259-wallet-store

Conversation

@yusuftomilola
Copy link
Copy Markdown

Summary

  • Export WalletState interface from walletStore.ts so callers can type-annotate store slices
  • Re-export WalletState via stores/index.ts for single-import ergonomics
  • Address is persisted to AsyncStorage via zustand/middleware persist

Implementation Plan

The store and its actions were already in place. This PR exports the WalletState type and threads it through index.ts, fulfilling the TypeScript acceptance criterion.

Closes #259

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

@yusuftomilola is attempting to deploy a commit to the aminubabafatima8-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create walletStore for wallet address and connection state

1 participant