UNPKG

@yoroi/types

Version:

The Yoroi Types package of Yoroi SDK

14 lines (13 loc) 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationTrigger = void 0; let NotificationTrigger = /*#__PURE__*/function (NotificationTrigger) { NotificationTrigger["TransactionReceived"] = "TransactionReceived"; NotificationTrigger["RewardsUpdated"] = "RewardsUpdated"; NotificationTrigger["PrimaryTokenPriceChanged"] = "PrimaryTokenPriceChanged"; return NotificationTrigger; }({}); exports.NotificationTrigger = NotificationTrigger; //# sourceMappingURL=manager.js.map