@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
11 lines (10 loc) • 460 B
JavaScript
;
export let 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