{
  "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": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,iBAAAC,IAAA,eAAAC,EAAAJ,GAGA,IAAAK,EAA6B,0BAEtB,MAAMF,EAAiC,CAC5C,QAAS,GACT,eAAgB,KAChB,oBAAqB,KACrB,SAAU,CAAE,GAAI,cAAa,EAC7B,cAAe,KACf,UAAW,GACX,qBAAsB,IACxB,EAEA,SAASG,GAKP,CACA,MAAO,IAAMH,CACf,CAEO,MAAMD,EAAeI,EAAgB",
  "names": ["accountSlice_exports", "__export", "accountSlice", "initialState", "__toCommonJS", "import_emptyAccount", "getAccountSlice"]
}
