{
  "version": 3,
  "sources": ["../../src/store/slices/account/accountSlice.ts"],
  "sourcesContent": ["import { StateCreator } from 'zustand/vanilla';\nimport { StoreType, MutatorsIn } from 'store/store.types';\nimport { AccountSliceType } from './account.types';\nimport { emptyAccount } from './emptyAccount';\n\nexport const initialState: AccountSliceType = {\n  address: '',\n  websocketEvent: null,\n  websocketBatchEvent: null,\n  accounts: { '': emptyAccount },\n  ledgerAccount: null,\n  publicKey: '',\n  walletConnectAccount: null\n};\n\nfunction getAccountSlice(): StateCreator<\n  StoreType,\n  MutatorsIn,\n  [],\n  AccountSliceType\n> {\n  return () => initialState;\n}\n\nexport const accountSlice = getAccountSlice();\n"],
  "mappings": "yCAKO,IAAMA,EAAiC,CAC5C,QAAS,GACT,eAAgB,KAChB,oBAAqB,KACrB,SAAU,CAAE,GAAIC,CAAa,EAC7B,cAAe,KACf,UAAW,GACX,qBAAsB,IACxB,EAEA,SAASC,GAKP,CACA,MAAO,IAAMF,CACf,CAEO,IAAMG,EAAeD,EAAgB",
  "names": ["initialState", "emptyAccount", "getAccountSlice", "accountSlice"]
}
