a zip code crypto-currency system good for red ONLY

SubscriptionLog.js 263B

1234567
  1. export class SubscriptionLog {
  2. constructor(subscribedFrame, unsubscribedFrame = Number.POSITIVE_INFINITY) {
  3. this.subscribedFrame = subscribedFrame;
  4. this.unsubscribedFrame = unsubscribedFrame;
  5. }
  6. }
  7. //# sourceMappingURL=SubscriptionLog.js.map