UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

7 lines (5 loc) 286 B
import { NewFactoryCloneToken as NewFactoryCloneTokenEvent } from '../../../generated/MiniMeTokenFactory@x/MiniMeTokenFactory' import * as aragon from '../aragon' export function handleClaimedTokens(event: NewFactoryCloneTokenEvent): void { aragon.processToken(event.params.token) }