{
  "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": "kFAIO,IAAMA,EAA4B,CACvC,QAASC,EACT,QAAS,GACT,UAAW,GACX,MAAO,EACP,QAAS,EACT,SAAU,EACV,iBAAkBC,CACpB",
  "names": ["emptyAccount", "ELLIPSIS", "ZERO"]
}
