{
  "version": 3,
  "sources": ["../../../../src/store/slices/account/emptyAccount.ts"],
  "sourcesContent": ["import { ELLIPSIS } from 'constants/placeholders.constants';\nimport { ZERO } from 'lib/sdkDappUtils';\nimport { AccountType } from 'types/account.types';\n\nexport const emptyAccount: AccountType = {\n  balance: ELLIPSIS,\n  address: '',\n  isGuarded: false,\n  nonce: 0,\n  txCount: 0,\n  scrCount: 0,\n  claimableRewards: ZERO\n};\n"],
  "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,IAAA,eAAAC,EAAAH,GAAA,IAAAI,EAAyB,4CACzBC,EAAqB,4BAGd,MAAMH,EAA4B,CACvC,QAAS,WACT,QAAS,GACT,UAAW,GACX,MAAO,EACP,QAAS,EACT,SAAU,EACV,iBAAkB,MACpB",
  "names": ["emptyAccount_exports", "__export", "emptyAccount", "__toCommonJS", "import_placeholders", "import_sdkDappUtils"]
}
