@glowlabs-org/events-sdk
Version:
Typed event SDK for Glow, powered by RabbitMQ and Zod.
17 lines (16 loc) • 572 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.eventTypes = void 0;
exports.eventTypes = {
auditPushed: "audit.pushed",
auditSlashed: "audit.slashed",
auditPfeesPaid: "audit.pfees.paid",
applicationCreated: "application.created",
applicationPriceQuote: "application.price.quote",
gctlMinted: "gctl.minted",
auditorFeesPaid: "auditor.fees.paid",
fractionCreated: "fraction.created",
fractionSold: "fraction.sold",
fractionClosed: "fraction.closed",
fractionRefunded: "fraction.refunded",
};