@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
15 lines (14 loc) • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NotificationTrigger = void 0;
let NotificationTrigger = exports.NotificationTrigger = /*#__PURE__*/function (NotificationTrigger) {
NotificationTrigger["TransactionReceived"] = "TransactionReceived";
NotificationTrigger["RewardsUpdated"] = "RewardsUpdated";
NotificationTrigger["PrimaryTokenPriceChanged"] = "PrimaryTokenPriceChanged";
NotificationTrigger["Push"] = "Push";
NotificationTrigger["Banner"] = "Banner";
return NotificationTrigger;
}({});
//# sourceMappingURL=manager.js.map