@glowlabs-org/events-sdk
Version:
Typed event SDK for Glow, powered by RabbitMQ and Zod.
15 lines (14 loc) • 647 B
TypeScript
export declare const eventTypes: {
readonly auditPushed: "audit.pushed";
readonly auditSlashed: "audit.slashed";
readonly auditPfeesPaid: "audit.pfees.paid";
readonly applicationCreated: "application.created";
readonly applicationPriceQuote: "application.price.quote";
readonly gctlMinted: "gctl.minted";
readonly auditorFeesPaid: "auditor.fees.paid";
readonly fractionCreated: "fraction.created";
readonly fractionSold: "fraction.sold";
readonly fractionClosed: "fraction.closed";
readonly fractionRefunded: "fraction.refunded";
};
export type EventType = (typeof eventTypes)[keyof typeof eventTypes];