{"version":3,"file":"accounts.mjs","sources":["../../../../src/plugins/spotInstrumentModule/accounts.ts"],"sourcesContent":["import { Config } from '@convergence-rfq/spot-instrument';\n\nimport {\n  Account,\n  getAccountParsingAndAssertingFunction,\n  getAccountParsingFunction,\n} from '../../types';\n\n/** @group Accounts */\nexport type SpotInstrumentConfigAccount = Account<Config>;\n\n/** @group Account Helpers */\nexport const parseSpotInstrumentConfigAccount =\n  getAccountParsingFunction(Config);\n\n/** @group Account Helpers */\nexport const toSpotInstrumentConfigAccount =\n  getAccountParsingAndAssertingFunction(Config);\n"],"names":["toSpotInstrumentConfigAccount","getAccountParsingAndAssertingFunction","Config"],"mappings":";;;AAeA;IACaA,6BAA6B,GACxCC,qCAAqC,CAACC,MAAM;;;;"}