UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

9 lines (8 loc) 480 B
export { parseVoter } from './voters' export { parseERC20 } from './erc20s' export { parseVote, parseVotes } from './votes' export { parseArbitratorFee } from './arbitratorFees' export { parseDisputableVoting } from './disputableVoting' export { parseCastVote, parseCastVotes } from './castVotes' export { parseCurrentSetting, parseSetting, parseSettings } from './settings' export { parseCollateralRequirement, parseCurrentCollateralRequirement } from './collateralRequirements'