@glowlabs-org/events-sdk
Version:
Typed event SDK for Glow, powered by RabbitMQ and Zod.
13 lines (12 loc) • 414 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",
};